Documentation ¶
Index ¶
- func PossibleValuesForReservationRecommendationKind() []string
- type Amount
- type BaseLegacyReservationRecommendationPropertiesImpl
- type BaseModernReservationRecommendationPropertiesImpl
- type BaseReservationRecommendationImpl
- type LegacyReservationRecommendation
- type LegacyReservationRecommendationProperties
- type LegacySharedScopeReservationRecommendationProperties
- func (o *LegacySharedScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
- func (o *LegacySharedScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
- func (s LegacySharedScopeReservationRecommendationProperties) LegacyReservationRecommendationProperties() BaseLegacyReservationRecommendationPropertiesImpl
- func (s LegacySharedScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
- func (o *LegacySharedScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
- func (o *LegacySharedScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
- type LegacySingleScopeReservationRecommendationProperties
- func (o *LegacySingleScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
- func (o *LegacySingleScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
- func (s LegacySingleScopeReservationRecommendationProperties) LegacyReservationRecommendationProperties() BaseLegacyReservationRecommendationPropertiesImpl
- func (s LegacySingleScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
- func (o *LegacySingleScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
- func (o *LegacySingleScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
- type ModernReservationRecommendation
- type ModernReservationRecommendationProperties
- type ModernSharedScopeReservationRecommendationProperties
- func (o *ModernSharedScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
- func (o *ModernSharedScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
- func (s ModernSharedScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
- func (s ModernSharedScopeReservationRecommendationProperties) ModernReservationRecommendationProperties() BaseModernReservationRecommendationPropertiesImpl
- func (o *ModernSharedScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
- func (o *ModernSharedScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
- type ModernSingleScopeReservationRecommendationProperties
- func (o *ModernSingleScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
- func (o *ModernSingleScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
- func (s ModernSingleScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
- func (s ModernSingleScopeReservationRecommendationProperties) ModernReservationRecommendationProperties() BaseModernReservationRecommendationPropertiesImpl
- func (o *ModernSingleScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
- func (o *ModernSingleScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
- type RawLegacyReservationRecommendationPropertiesImpl
- type RawModernReservationRecommendationPropertiesImpl
- type RawReservationRecommendationImpl
- type ReservationRecommendation
- type ReservationRecommendationKind
- type ReservationRecommendationOperationPredicate
- type ReservationRecommendationsClient
- func (c ReservationRecommendationsClient) List(ctx context.Context, id commonids.ScopeId, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c ReservationRecommendationsClient) ListComplete(ctx context.Context, id commonids.ScopeId, options ListOperationOptions) (ListCompleteResult, error)
- func (c ReservationRecommendationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, options ListOperationOptions, ...) (result ListCompleteResult, err error)
- type SkuProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForReservationRecommendationKind ¶
func PossibleValuesForReservationRecommendationKind() []string
Types ¶
type BaseLegacyReservationRecommendationPropertiesImpl ¶ added in v0.20240920.1135249
type BaseLegacyReservationRecommendationPropertiesImpl struct { CostWithNoReservedInstances *float64 `json:"costWithNoReservedInstances,omitempty"` FirstUsageDate *string `json:"firstUsageDate,omitempty"` InstanceFlexibilityGroup *string `json:"instanceFlexibilityGroup,omitempty"` InstanceFlexibilityRatio *float64 `json:"instanceFlexibilityRatio,omitempty"` LastUsageDate *string `json:"lastUsageDate,omitempty"` LookBackPeriod *string `json:"lookBackPeriod,omitempty"` MeterId *string `json:"meterId,omitempty"` NetSavings *float64 `json:"netSavings,omitempty"` NormalizedSize *string `json:"normalizedSize,omitempty"` RecommendedQuantity *float64 `json:"recommendedQuantity,omitempty"` RecommendedQuantityNormalized *float64 `json:"recommendedQuantityNormalized,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Scope string `json:"scope"` SkuProperties *[]SkuProperty `json:"skuProperties,omitempty"` Term *string `json:"term,omitempty"` TotalCostWithReservedInstances *float64 `json:"totalCostWithReservedInstances,omitempty"` TotalHours *int64 `json:"totalHours,omitempty"` }
func (BaseLegacyReservationRecommendationPropertiesImpl) LegacyReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s BaseLegacyReservationRecommendationPropertiesImpl) LegacyReservationRecommendationProperties() BaseLegacyReservationRecommendationPropertiesImpl
type BaseModernReservationRecommendationPropertiesImpl ¶ added in v0.20240920.1135249
type BaseModernReservationRecommendationPropertiesImpl struct { CostWithNoReservedInstances *Amount `json:"costWithNoReservedInstances,omitempty"` FirstUsageDate *string `json:"firstUsageDate,omitempty"` InstanceFlexibilityGroup *string `json:"instanceFlexibilityGroup,omitempty"` InstanceFlexibilityRatio *float64 `json:"instanceFlexibilityRatio,omitempty"` LastUsageDate *string `json:"lastUsageDate,omitempty"` Location *string `json:"location,omitempty"` LookBackPeriod *int64 `json:"lookBackPeriod,omitempty"` MeterId *string `json:"meterId,omitempty"` NetSavings *Amount `json:"netSavings,omitempty"` NormalizedSize *string `json:"normalizedSize,omitempty"` RecommendedQuantity *float64 `json:"recommendedQuantity,omitempty"` RecommendedQuantityNormalized *float64 `json:"recommendedQuantityNormalized,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Scope string `json:"scope"` SkuName *string `json:"skuName,omitempty"` SkuProperties *[]SkuProperty `json:"skuProperties,omitempty"` Term *string `json:"term,omitempty"` TotalCostWithReservedInstances *Amount `json:"totalCostWithReservedInstances,omitempty"` TotalHours *int64 `json:"totalHours,omitempty"` }
func (BaseModernReservationRecommendationPropertiesImpl) ModernReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s BaseModernReservationRecommendationPropertiesImpl) ModernReservationRecommendationProperties() BaseModernReservationRecommendationPropertiesImpl
type BaseReservationRecommendationImpl ¶ added in v0.20240920.1135249
type BaseReservationRecommendationImpl struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Kind ReservationRecommendationKind `json:"kind"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Sku *string `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
func (BaseReservationRecommendationImpl) ReservationRecommendation ¶ added in v0.20240920.1135249
func (s BaseReservationRecommendationImpl) ReservationRecommendation() BaseReservationRecommendationImpl
type LegacyReservationRecommendation ¶
type LegacyReservationRecommendation struct { Properties LegacyReservationRecommendationProperties `json:"properties"` Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Kind ReservationRecommendationKind `json:"kind"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Sku *string `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
func (LegacyReservationRecommendation) MarshalJSON ¶
func (s LegacyReservationRecommendation) MarshalJSON() ([]byte, error)
func (LegacyReservationRecommendation) ReservationRecommendation ¶ added in v0.20240920.1135249
func (s LegacyReservationRecommendation) ReservationRecommendation() BaseReservationRecommendationImpl
func (*LegacyReservationRecommendation) UnmarshalJSON ¶
func (s *LegacyReservationRecommendation) UnmarshalJSON(bytes []byte) error
type LegacyReservationRecommendationProperties ¶
type LegacyReservationRecommendationProperties interface {
LegacyReservationRecommendationProperties() BaseLegacyReservationRecommendationPropertiesImpl
}
func UnmarshalLegacyReservationRecommendationPropertiesImplementation ¶ added in v0.20240920.1135249
func UnmarshalLegacyReservationRecommendationPropertiesImplementation(input []byte) (LegacyReservationRecommendationProperties, error)
type LegacySharedScopeReservationRecommendationProperties ¶
type LegacySharedScopeReservationRecommendationProperties struct {}
func (*LegacySharedScopeReservationRecommendationProperties) GetFirstUsageDateAsTime ¶
func (o *LegacySharedScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
func (*LegacySharedScopeReservationRecommendationProperties) GetLastUsageDateAsTime ¶
func (o *LegacySharedScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
func (LegacySharedScopeReservationRecommendationProperties) LegacyReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s LegacySharedScopeReservationRecommendationProperties) LegacyReservationRecommendationProperties() BaseLegacyReservationRecommendationPropertiesImpl
func (LegacySharedScopeReservationRecommendationProperties) MarshalJSON ¶
func (s LegacySharedScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
func (*LegacySharedScopeReservationRecommendationProperties) SetFirstUsageDateAsTime ¶
func (o *LegacySharedScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
func (*LegacySharedScopeReservationRecommendationProperties) SetLastUsageDateAsTime ¶
func (o *LegacySharedScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
type LegacySingleScopeReservationRecommendationProperties ¶
type LegacySingleScopeReservationRecommendationProperties struct { SubscriptionId *string `json:"subscriptionId,omitempty"` CostWithNoReservedInstances *float64 `json:"costWithNoReservedInstances,omitempty"` FirstUsageDate *string `json:"firstUsageDate,omitempty"` InstanceFlexibilityGroup *string `json:"instanceFlexibilityGroup,omitempty"` InstanceFlexibilityRatio *float64 `json:"instanceFlexibilityRatio,omitempty"` LastUsageDate *string `json:"lastUsageDate,omitempty"` LookBackPeriod *string `json:"lookBackPeriod,omitempty"` MeterId *string `json:"meterId,omitempty"` NetSavings *float64 `json:"netSavings,omitempty"` NormalizedSize *string `json:"normalizedSize,omitempty"` RecommendedQuantity *float64 `json:"recommendedQuantity,omitempty"` RecommendedQuantityNormalized *float64 `json:"recommendedQuantityNormalized,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Scope string `json:"scope"` SkuProperties *[]SkuProperty `json:"skuProperties,omitempty"` Term *string `json:"term,omitempty"` TotalCostWithReservedInstances *float64 `json:"totalCostWithReservedInstances,omitempty"` TotalHours *int64 `json:"totalHours,omitempty"` }
func (*LegacySingleScopeReservationRecommendationProperties) GetFirstUsageDateAsTime ¶
func (o *LegacySingleScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
func (*LegacySingleScopeReservationRecommendationProperties) GetLastUsageDateAsTime ¶
func (o *LegacySingleScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
func (LegacySingleScopeReservationRecommendationProperties) LegacyReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s LegacySingleScopeReservationRecommendationProperties) LegacyReservationRecommendationProperties() BaseLegacyReservationRecommendationPropertiesImpl
func (LegacySingleScopeReservationRecommendationProperties) MarshalJSON ¶
func (s LegacySingleScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
func (*LegacySingleScopeReservationRecommendationProperties) SetFirstUsageDateAsTime ¶
func (o *LegacySingleScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
func (*LegacySingleScopeReservationRecommendationProperties) SetLastUsageDateAsTime ¶
func (o *LegacySingleScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ReservationRecommendation }
type ListCustomPager ¶
func (*ListCustomPager) NextPageLink ¶
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationOptions ¶
type ListOperationOptions struct {
Filter *string
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ReservationRecommendation }
type ModernReservationRecommendation ¶
type ModernReservationRecommendation struct { Properties ModernReservationRecommendationProperties `json:"properties"` Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Kind ReservationRecommendationKind `json:"kind"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Sku *string `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
func (ModernReservationRecommendation) MarshalJSON ¶
func (s ModernReservationRecommendation) MarshalJSON() ([]byte, error)
func (ModernReservationRecommendation) ReservationRecommendation ¶ added in v0.20240920.1135249
func (s ModernReservationRecommendation) ReservationRecommendation() BaseReservationRecommendationImpl
func (*ModernReservationRecommendation) UnmarshalJSON ¶
func (s *ModernReservationRecommendation) UnmarshalJSON(bytes []byte) error
type ModernReservationRecommendationProperties ¶
type ModernReservationRecommendationProperties interface {
ModernReservationRecommendationProperties() BaseModernReservationRecommendationPropertiesImpl
}
func UnmarshalModernReservationRecommendationPropertiesImplementation ¶ added in v0.20240920.1135249
func UnmarshalModernReservationRecommendationPropertiesImplementation(input []byte) (ModernReservationRecommendationProperties, error)
type ModernSharedScopeReservationRecommendationProperties ¶
type ModernSharedScopeReservationRecommendationProperties struct {}
func (*ModernSharedScopeReservationRecommendationProperties) GetFirstUsageDateAsTime ¶
func (o *ModernSharedScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
func (*ModernSharedScopeReservationRecommendationProperties) GetLastUsageDateAsTime ¶
func (o *ModernSharedScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
func (ModernSharedScopeReservationRecommendationProperties) MarshalJSON ¶
func (s ModernSharedScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
func (ModernSharedScopeReservationRecommendationProperties) ModernReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s ModernSharedScopeReservationRecommendationProperties) ModernReservationRecommendationProperties() BaseModernReservationRecommendationPropertiesImpl
func (*ModernSharedScopeReservationRecommendationProperties) SetFirstUsageDateAsTime ¶
func (o *ModernSharedScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
func (*ModernSharedScopeReservationRecommendationProperties) SetLastUsageDateAsTime ¶
func (o *ModernSharedScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
type ModernSingleScopeReservationRecommendationProperties ¶
type ModernSingleScopeReservationRecommendationProperties struct { SubscriptionId *string `json:"subscriptionId,omitempty"` CostWithNoReservedInstances *Amount `json:"costWithNoReservedInstances,omitempty"` FirstUsageDate *string `json:"firstUsageDate,omitempty"` InstanceFlexibilityGroup *string `json:"instanceFlexibilityGroup,omitempty"` InstanceFlexibilityRatio *float64 `json:"instanceFlexibilityRatio,omitempty"` LastUsageDate *string `json:"lastUsageDate,omitempty"` Location *string `json:"location,omitempty"` LookBackPeriod *int64 `json:"lookBackPeriod,omitempty"` MeterId *string `json:"meterId,omitempty"` NetSavings *Amount `json:"netSavings,omitempty"` NormalizedSize *string `json:"normalizedSize,omitempty"` RecommendedQuantity *float64 `json:"recommendedQuantity,omitempty"` RecommendedQuantityNormalized *float64 `json:"recommendedQuantityNormalized,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Scope string `json:"scope"` SkuName *string `json:"skuName,omitempty"` SkuProperties *[]SkuProperty `json:"skuProperties,omitempty"` Term *string `json:"term,omitempty"` TotalCostWithReservedInstances *Amount `json:"totalCostWithReservedInstances,omitempty"` TotalHours *int64 `json:"totalHours,omitempty"` }
func (*ModernSingleScopeReservationRecommendationProperties) GetFirstUsageDateAsTime ¶
func (o *ModernSingleScopeReservationRecommendationProperties) GetFirstUsageDateAsTime() (*time.Time, error)
func (*ModernSingleScopeReservationRecommendationProperties) GetLastUsageDateAsTime ¶
func (o *ModernSingleScopeReservationRecommendationProperties) GetLastUsageDateAsTime() (*time.Time, error)
func (ModernSingleScopeReservationRecommendationProperties) MarshalJSON ¶
func (s ModernSingleScopeReservationRecommendationProperties) MarshalJSON() ([]byte, error)
func (ModernSingleScopeReservationRecommendationProperties) ModernReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s ModernSingleScopeReservationRecommendationProperties) ModernReservationRecommendationProperties() BaseModernReservationRecommendationPropertiesImpl
func (*ModernSingleScopeReservationRecommendationProperties) SetFirstUsageDateAsTime ¶
func (o *ModernSingleScopeReservationRecommendationProperties) SetFirstUsageDateAsTime(input time.Time)
func (*ModernSingleScopeReservationRecommendationProperties) SetLastUsageDateAsTime ¶
func (o *ModernSingleScopeReservationRecommendationProperties) SetLastUsageDateAsTime(input time.Time)
type RawLegacyReservationRecommendationPropertiesImpl ¶
type RawLegacyReservationRecommendationPropertiesImpl struct { Type string Values map[string]interface{} // contains filtered or unexported fields }
RawLegacyReservationRecommendationPropertiesImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
func (RawLegacyReservationRecommendationPropertiesImpl) LegacyReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s RawLegacyReservationRecommendationPropertiesImpl) LegacyReservationRecommendationProperties() BaseLegacyReservationRecommendationPropertiesImpl
type RawModernReservationRecommendationPropertiesImpl ¶
type RawModernReservationRecommendationPropertiesImpl struct { Type string Values map[string]interface{} // contains filtered or unexported fields }
RawModernReservationRecommendationPropertiesImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
func (RawModernReservationRecommendationPropertiesImpl) ModernReservationRecommendationProperties ¶ added in v0.20240920.1135249
func (s RawModernReservationRecommendationPropertiesImpl) ModernReservationRecommendationProperties() BaseModernReservationRecommendationPropertiesImpl
type RawReservationRecommendationImpl ¶
type RawReservationRecommendationImpl struct { Type string Values map[string]interface{} // contains filtered or unexported fields }
RawReservationRecommendationImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
func (RawReservationRecommendationImpl) ReservationRecommendation ¶ added in v0.20240920.1135249
func (s RawReservationRecommendationImpl) ReservationRecommendation() BaseReservationRecommendationImpl
type ReservationRecommendation ¶
type ReservationRecommendation interface {
ReservationRecommendation() BaseReservationRecommendationImpl
}
func UnmarshalReservationRecommendationImplementation ¶ added in v0.20240920.1135249
func UnmarshalReservationRecommendationImplementation(input []byte) (ReservationRecommendation, error)
type ReservationRecommendationKind ¶
type ReservationRecommendationKind string
const ( ReservationRecommendationKindLegacy ReservationRecommendationKind = "legacy" ReservationRecommendationKindModern ReservationRecommendationKind = "modern" )
func (*ReservationRecommendationKind) UnmarshalJSON ¶
func (s *ReservationRecommendationKind) UnmarshalJSON(bytes []byte) error
type ReservationRecommendationOperationPredicate ¶
type ReservationRecommendationOperationPredicate struct { }
func (ReservationRecommendationOperationPredicate) Matches ¶
func (p ReservationRecommendationOperationPredicate) Matches(input ReservationRecommendation) bool
type ReservationRecommendationsClient ¶
type ReservationRecommendationsClient struct {
Client *resourcemanager.Client
}
func NewReservationRecommendationsClientWithBaseURI ¶
func NewReservationRecommendationsClientWithBaseURI(sdkApi sdkEnv.Api) (*ReservationRecommendationsClient, error)
func (ReservationRecommendationsClient) List ¶
func (c ReservationRecommendationsClient) List(ctx context.Context, id commonids.ScopeId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (ReservationRecommendationsClient) ListComplete ¶
func (c ReservationRecommendationsClient) ListComplete(ctx context.Context, id commonids.ScopeId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ReservationRecommendationsClient) ListCompleteMatchingPredicate ¶
func (c ReservationRecommendationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, options ListOperationOptions, predicate ReservationRecommendationOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type SkuProperty ¶
Source Files ¶
- client.go
- constants.go
- method_list.go
- model_amount.go
- model_legacyreservationrecommendation.go
- model_legacyreservationrecommendationproperties.go
- model_legacysharedscopereservationrecommendationproperties.go
- model_legacysinglescopereservationrecommendationproperties.go
- model_modernreservationrecommendation.go
- model_modernreservationrecommendationproperties.go
- model_modernsharedscopereservationrecommendationproperties.go
- model_modernsinglescopereservationrecommendationproperties.go
- model_reservationrecommendation.go
- model_skuproperty.go
- predicates.go
- version.go