Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForDeploymentModelVersionUpgradeOption() []string + func PossibleValuesForDeploymentProvisioningState() []string + func PossibleValuesForDeploymentScaleType() []string + func PossibleValuesForSkuTier() []string + func ValidateAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateDeploymentID(input interface{}, key string) (warnings []string, errors []error) + type AccountId struct + AccountName string + ResourceGroupName string + SubscriptionId string + func NewAccountID(subscriptionId string, resourceGroupName string, accountName string) AccountId + func ParseAccountID(input string) (*AccountId, error) + func ParseAccountIDInsensitively(input string) (*AccountId, error) + func (id *AccountId) FromParseResult(input resourceids.ParseResult) error + func (id AccountId) ID() string + func (id AccountId) Segments() []resourceids.Segment + func (id AccountId) String() string + type CallRateLimit struct + Count *float64 + RenewalPeriod *float64 + Rules *[]ThrottlingRule + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Deployment + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type Deployment struct + Etag *string + Id *string + Name *string + Properties *DeploymentProperties + Sku *Sku + SystemData *systemdata.SystemData + Type *string + type DeploymentId struct + AccountName string + DeploymentName string + ResourceGroupName string + SubscriptionId string + func NewDeploymentID(subscriptionId string, resourceGroupName string, accountName string, ...) DeploymentId + func ParseDeploymentID(input string) (*DeploymentId, error) + func ParseDeploymentIDInsensitively(input string) (*DeploymentId, error) + func (id *DeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id DeploymentId) ID() string + func (id DeploymentId) Segments() []resourceids.Segment + func (id DeploymentId) String() string + type DeploymentModel struct + CallRateLimit *CallRateLimit + Format *string + Name *string + Source *string + Version *string + type DeploymentModelVersionUpgradeOption string + const DeploymentModelVersionUpgradeOptionNoAutoUpgrade + const DeploymentModelVersionUpgradeOptionOnceCurrentVersionExpired + const DeploymentModelVersionUpgradeOptionOnceNewDefaultVersionAvailable + func (s *DeploymentModelVersionUpgradeOption) UnmarshalJSON(bytes []byte) error + type DeploymentOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p DeploymentOperationPredicate) Matches(input Deployment) bool + type DeploymentProperties struct + CallRateLimit *CallRateLimit + Capabilities *map[string]string + Model *DeploymentModel + ProvisioningState *DeploymentProvisioningState + RaiPolicyName *string + RateLimits *[]ThrottlingRule + ScaleSettings *DeploymentScaleSettings + VersionUpgradeOption *DeploymentModelVersionUpgradeOption + type DeploymentProvisioningState string + const DeploymentProvisioningStateAccepted + const DeploymentProvisioningStateCanceled + const DeploymentProvisioningStateCreating + const DeploymentProvisioningStateDeleting + const DeploymentProvisioningStateDisabled + const DeploymentProvisioningStateFailed + const DeploymentProvisioningStateMoving + const DeploymentProvisioningStateSucceeded + func (s *DeploymentProvisioningState) UnmarshalJSON(bytes []byte) error + type DeploymentScaleSettings struct + ActiveCapacity *int64 + Capacity *int64 + ScaleType *DeploymentScaleType + type DeploymentScaleType string + const DeploymentScaleTypeManual + const DeploymentScaleTypeStandard + func (s *DeploymentScaleType) UnmarshalJSON(bytes []byte) error + type DeploymentsClient struct + Client *resourcemanager.Client + func NewDeploymentsClientWithBaseURI(sdkApi sdkEnv.Api) (*DeploymentsClient, error) + func (c DeploymentsClient) CreateOrUpdate(ctx context.Context, id DeploymentId, input Deployment) (result CreateOrUpdateOperationResponse, err error) + func (c DeploymentsClient) CreateOrUpdateThenPoll(ctx context.Context, id DeploymentId, input Deployment) error + func (c DeploymentsClient) Delete(ctx context.Context, id DeploymentId) (result DeleteOperationResponse, err error) + func (c DeploymentsClient) DeleteThenPoll(ctx context.Context, id DeploymentId) error + func (c DeploymentsClient) Get(ctx context.Context, id DeploymentId) (result GetOperationResponse, err error) + func (c DeploymentsClient) List(ctx context.Context, id AccountId) (result ListOperationResponse, err error) + func (c DeploymentsClient) ListComplete(ctx context.Context, id AccountId) (ListCompleteResult, error) + func (c DeploymentsClient) ListCompleteMatchingPredicate(ctx context.Context, id AccountId, predicate DeploymentOperationPredicate) (result ListCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *Deployment + OData *odata.OData + type ListCompleteResult struct + Items []Deployment + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Deployment + OData *odata.OData + type RequestMatchPattern struct + Method *string + Path *string + type Sku struct + Capacity *int64 + Family *string + Name string + Size *string + Tier *SkuTier + type SkuTier string + const SkuTierBasic + const SkuTierEnterprise + const SkuTierFree + const SkuTierPremium + const SkuTierStandard + func (s *SkuTier) UnmarshalJSON(bytes []byte) error + type ThrottlingRule struct + Count *float64 + DynamicThrottlingEnabled *bool + Key *string + MatchPatterns *[]RequestMatchPattern + MinCount *float64 + RenewalPeriod *float64