Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type APIKeys struct + Key1 *string + Key2 *string + type APIProperties struct + AadClientID *string + AadTenantID *string + AdditionalProperties map[string]interface{} + EventHubConnectionString *string + QnaAzureSearchEndpointID *string + QnaAzureSearchEndpointKey *string + QnaRuntimeEndpoint *string + StatisticsEnabled *bool + StorageAccountConnectionString *string + SuperUser *string + WebsiteName *string + func (ap *APIProperties) UnmarshalJSON(body []byte) error + func (ap APIProperties) MarshalJSON() ([]byte, error) + type Account struct + Etag *string + ID *string + Identity *Identity + Kind *string + Location *string + Name *string + Properties *AccountProperties + Sku *Sku + SystemData *SystemData + Tags map[string]*string + Type *string + func (a Account) MarshalJSON() ([]byte, error) + type AccountListResult struct + NextLink *string + Value *[]Account + func (alr AccountListResult) IsEmpty() bool + func (alr AccountListResult) MarshalJSON() ([]byte, error) + type AccountListResultIterator struct + func NewAccountListResultIterator(page AccountListResultPage) AccountListResultIterator + func (iter *AccountListResultIterator) Next() error + func (iter *AccountListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter AccountListResultIterator) NotDone() bool + func (iter AccountListResultIterator) Response() AccountListResult + func (iter AccountListResultIterator) Value() Account + type AccountListResultPage struct + func NewAccountListResultPage(cur AccountListResult, ...) AccountListResultPage + func (page *AccountListResultPage) Next() error + func (page *AccountListResultPage) NextWithContext(ctx context.Context) (err error) + func (page AccountListResultPage) NotDone() bool + func (page AccountListResultPage) Response() AccountListResult + func (page AccountListResultPage) Values() []Account + type AccountProperties struct + APIProperties *APIProperties + AllowedFqdnList *[]string + CallRateLimit *CallRateLimit + Capabilities *[]SkuCapability + CustomSubDomainName *string + DateCreated *string + DisableLocalAuth *bool + Encryption *Encryption + Endpoint *string + Endpoints map[string]*string + InternalID *string + IsMigrated *bool + MigrationToken *string + NetworkAcls *NetworkRuleSet + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState ProvisioningState + PublicNetworkAccess PublicNetworkAccess + QuotaLimit *QuotaLimit + Restore *bool + RestrictOutboundNetworkAccess *bool + SkuChangeInfo *SkuChangeInfo + UserOwnedStorage *[]UserOwnedStorage + func (ap AccountProperties) MarshalJSON() ([]byte, error) + type AccountSku struct + ResourceType *string + Sku *Sku + type AccountSkuListResult struct + Value *[]AccountSku + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsCreateFuture, err error) + func (client AccountsClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) CreateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) CreateSender(req *http.Request) (future AccountsCreateFuture, err error) + func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result AccountsDeleteFuture, err error) + func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) DeleteSender(req *http.Request) (future AccountsDeleteFuture, err error) + func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result Account, err error) + func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) GetResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) List(ctx context.Context) (result AccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AccountListResultIterator, err error) + func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListComplete(ctx context.Context) (result AccountListResultIterator, err error) + func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result APIKeys, err error) + func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) ListKeysResponder(resp *http.Response) (result APIKeys, err error) + func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AccountsClient) ListResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListSkus(ctx context.Context, resourceGroupName string, accountName string) (result AccountSkuListResult, err error) + func (client AccountsClient) ListSkusPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) ListSkusResponder(resp *http.Response) (result AccountSkuListResult, err error) + func (client AccountsClient) ListSkusSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsageListResult, err error) + func (client AccountsClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) ListUsagesResponder(resp *http.Response) (result UsageListResult, err error) + func (client AccountsClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, ...) (result APIKeys, err error) + func (client AccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) RegenerateKeyResponder(resp *http.Response) (result APIKeys, err error) + func (client AccountsClient) RegenerateKeySender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsUpdateFuture, err error) + func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) UpdateSender(req *http.Request) (future AccountsUpdateFuture, err error) + type AccountsCreateFuture struct + Result func(AccountsClient) (Account, error) + func (future *AccountsCreateFuture) UnmarshalJSON(body []byte) error + type AccountsDeleteFuture struct + Result func(AccountsClient) (autorest.Response, error) + func (future *AccountsDeleteFuture) UnmarshalJSON(body []byte) error + type AccountsUpdateFuture struct + Result func(AccountsClient) (Account, error) + func (future *AccountsUpdateFuture) UnmarshalJSON(body []byte) error + type ActionType string + const ActionTypeInternal + func PossibleActionTypeValues() []ActionType + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + func (aer AzureEntityResource) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + func (client BaseClient) CheckDomainAvailability(ctx context.Context, parameters CheckDomainAvailabilityParameter) (result DomainAvailability, err error) + func (client BaseClient) CheckDomainAvailabilityPreparer(ctx context.Context, parameters CheckDomainAvailabilityParameter) (*http.Request, error) + func (client BaseClient) CheckDomainAvailabilityResponder(resp *http.Response) (result DomainAvailability, err error) + func (client BaseClient) CheckDomainAvailabilitySender(req *http.Request) (*http.Response, error) + func (client BaseClient) CheckSkuAvailability(ctx context.Context, location string, parameters CheckSkuAvailabilityParameter) (result SkuAvailabilityListResult, err error) + func (client BaseClient) CheckSkuAvailabilityPreparer(ctx context.Context, location string, parameters CheckSkuAvailabilityParameter) (*http.Request, error) + func (client BaseClient) CheckSkuAvailabilityResponder(resp *http.Response) (result SkuAvailabilityListResult, err error) + func (client BaseClient) CheckSkuAvailabilitySender(req *http.Request) (*http.Response, error) + type CallRateLimit struct + Count *float64 + RenewalPeriod *float64 + Rules *[]ThrottlingRule + type CheckDomainAvailabilityParameter struct + Kind *string + SubdomainName *string + Type *string + type CheckSkuAvailabilityParameter struct + Kind *string + Skus *[]string + Type *string + type CommitmentCost struct + CommitmentMeterID *string + OverageMeterID *string + type CommitmentPeriod struct + Count *int32 + EndDate *string + Quota *CommitmentQuota + StartDate *string + Tier *string + func (cp CommitmentPeriod) MarshalJSON() ([]byte, error) + type CommitmentPlan struct + Etag *string + ID *string + Name *string + Properties *CommitmentPlanProperties + SystemData *SystemData + Type *string + func (cp CommitmentPlan) MarshalJSON() ([]byte, error) + type CommitmentPlanListResult struct + NextLink *string + Value *[]CommitmentPlan + func (cplr CommitmentPlanListResult) IsEmpty() bool + func (cplr CommitmentPlanListResult) MarshalJSON() ([]byte, error) + type CommitmentPlanListResultIterator struct + func NewCommitmentPlanListResultIterator(page CommitmentPlanListResultPage) CommitmentPlanListResultIterator + func (iter *CommitmentPlanListResultIterator) Next() error + func (iter *CommitmentPlanListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CommitmentPlanListResultIterator) NotDone() bool + func (iter CommitmentPlanListResultIterator) Response() CommitmentPlanListResult + func (iter CommitmentPlanListResultIterator) Value() CommitmentPlan + type CommitmentPlanListResultPage struct + func NewCommitmentPlanListResultPage(cur CommitmentPlanListResult, ...) CommitmentPlanListResultPage + func (page *CommitmentPlanListResultPage) Next() error + func (page *CommitmentPlanListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CommitmentPlanListResultPage) NotDone() bool + func (page CommitmentPlanListResultPage) Response() CommitmentPlanListResult + func (page CommitmentPlanListResultPage) Values() []CommitmentPlan + type CommitmentPlanProperties struct + AutoRenew *bool + Current *CommitmentPeriod + HostingModel HostingModel + Last *CommitmentPeriod + Next *CommitmentPeriod + PlanType *string + func (cpp CommitmentPlanProperties) MarshalJSON() ([]byte, error) + type CommitmentPlansClient struct + func NewCommitmentPlansClient(subscriptionID string) CommitmentPlansClient + func NewCommitmentPlansClientWithBaseURI(baseURI string, subscriptionID string) CommitmentPlansClient + func (client CommitmentPlansClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result CommitmentPlan, err error) + func (client CommitmentPlansClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CommitmentPlansClient) CreateOrUpdateResponder(resp *http.Response) (result CommitmentPlan, err error) + func (client CommitmentPlansClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client CommitmentPlansClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result CommitmentPlansDeleteFuture, err error) + func (client CommitmentPlansClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CommitmentPlansClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CommitmentPlansClient) DeleteSender(req *http.Request) (future CommitmentPlansDeleteFuture, err error) + func (client CommitmentPlansClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result CommitmentPlan, err error) + func (client CommitmentPlansClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CommitmentPlansClient) GetResponder(resp *http.Response) (result CommitmentPlan, err error) + func (client CommitmentPlansClient) GetSender(req *http.Request) (*http.Response, error) + func (client CommitmentPlansClient) List(ctx context.Context, resourceGroupName string, accountName string) (result CommitmentPlanListResultPage, err error) + func (client CommitmentPlansClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string) (result CommitmentPlanListResultIterator, err error) + func (client CommitmentPlansClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client CommitmentPlansClient) ListResponder(resp *http.Response) (result CommitmentPlanListResult, err error) + func (client CommitmentPlansClient) ListSender(req *http.Request) (*http.Response, error) + type CommitmentPlansDeleteFuture struct + Result func(CommitmentPlansClient) (autorest.Response, error) + func (future *CommitmentPlansDeleteFuture) UnmarshalJSON(body []byte) error + type CommitmentQuota struct + Quantity *int64 + Unit *string + type CommitmentTier struct + Cost *CommitmentCost + HostingModel HostingModel + Kind *string + MaxCount *int32 + PlanType *string + Quota *CommitmentQuota + SkuName *string + Tier *string + type CommitmentTierListResult struct + NextLink *string + Value *[]CommitmentTier + func (ctlr CommitmentTierListResult) IsEmpty() bool + func (ctlr CommitmentTierListResult) MarshalJSON() ([]byte, error) + type CommitmentTierListResultIterator struct + func NewCommitmentTierListResultIterator(page CommitmentTierListResultPage) CommitmentTierListResultIterator + func (iter *CommitmentTierListResultIterator) Next() error + func (iter *CommitmentTierListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CommitmentTierListResultIterator) NotDone() bool + func (iter CommitmentTierListResultIterator) Response() CommitmentTierListResult + func (iter CommitmentTierListResultIterator) Value() CommitmentTier + type CommitmentTierListResultPage struct + func NewCommitmentTierListResultPage(cur CommitmentTierListResult, ...) CommitmentTierListResultPage + func (page *CommitmentTierListResultPage) Next() error + func (page *CommitmentTierListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CommitmentTierListResultPage) NotDone() bool + func (page CommitmentTierListResultPage) Response() CommitmentTierListResult + func (page CommitmentTierListResultPage) Values() []CommitmentTier + type CommitmentTiersClient struct + func NewCommitmentTiersClient(subscriptionID string) CommitmentTiersClient + func NewCommitmentTiersClientWithBaseURI(baseURI string, subscriptionID string) CommitmentTiersClient + func (client CommitmentTiersClient) List(ctx context.Context, location string) (result CommitmentTierListResultPage, err error) + func (client CommitmentTiersClient) ListComplete(ctx context.Context, location string) (result CommitmentTierListResultIterator, err error) + func (client CommitmentTiersClient) ListPreparer(ctx context.Context, location string) (*http.Request, error) + func (client CommitmentTiersClient) ListResponder(resp *http.Response) (result CommitmentTierListResult, err error) + func (client CommitmentTiersClient) ListSender(req *http.Request) (*http.Response, error) + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type DeletedAccountsClient struct + func NewDeletedAccountsClient(subscriptionID string) DeletedAccountsClient + func NewDeletedAccountsClientWithBaseURI(baseURI string, subscriptionID string) DeletedAccountsClient + func (client DeletedAccountsClient) Get(ctx context.Context, location string, resourceGroupName string, ...) (result Account, err error) + func (client DeletedAccountsClient) GetPreparer(ctx context.Context, location string, resourceGroupName string, ...) (*http.Request, error) + func (client DeletedAccountsClient) GetResponder(resp *http.Response) (result Account, err error) + func (client DeletedAccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DeletedAccountsClient) List(ctx context.Context) (result AccountListResultPage, err error) + func (client DeletedAccountsClient) ListComplete(ctx context.Context) (result AccountListResultIterator, err error) + func (client DeletedAccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DeletedAccountsClient) ListResponder(resp *http.Response) (result AccountListResult, err error) + func (client DeletedAccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client DeletedAccountsClient) Purge(ctx context.Context, location string, resourceGroupName string, ...) (result DeletedAccountsPurgeFuture, err error) + func (client DeletedAccountsClient) PurgePreparer(ctx context.Context, location string, resourceGroupName string, ...) (*http.Request, error) + func (client DeletedAccountsClient) PurgeResponder(resp *http.Response) (result autorest.Response, err error) + func (client DeletedAccountsClient) PurgeSender(req *http.Request) (future DeletedAccountsPurgeFuture, err error) + type DeletedAccountsPurgeFuture struct + Result func(DeletedAccountsClient) (autorest.Response, error) + func (future *DeletedAccountsPurgeFuture) UnmarshalJSON(body []byte) error + type Deployment struct + Etag *string + ID *string + Name *string + Properties *DeploymentProperties + SystemData *SystemData + Type *string + func (d Deployment) MarshalJSON() ([]byte, error) + type DeploymentListResult struct + NextLink *string + Value *[]Deployment + func (dlr DeploymentListResult) IsEmpty() bool + func (dlr DeploymentListResult) MarshalJSON() ([]byte, error) + type DeploymentListResultIterator struct + func NewDeploymentListResultIterator(page DeploymentListResultPage) DeploymentListResultIterator + func (iter *DeploymentListResultIterator) Next() error + func (iter *DeploymentListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DeploymentListResultIterator) NotDone() bool + func (iter DeploymentListResultIterator) Response() DeploymentListResult + func (iter DeploymentListResultIterator) Value() Deployment + type DeploymentListResultPage struct + func NewDeploymentListResultPage(cur DeploymentListResult, ...) DeploymentListResultPage + func (page *DeploymentListResultPage) Next() error + func (page *DeploymentListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DeploymentListResultPage) NotDone() bool + func (page DeploymentListResultPage) Response() DeploymentListResult + func (page DeploymentListResultPage) Values() []Deployment + type DeploymentModel struct + Format *string + Name *string + Version *string + type DeploymentProperties struct + Model *DeploymentModel + ProvisioningState DeploymentProvisioningState + ScaleSettings *DeploymentScaleSettings + func (dp DeploymentProperties) MarshalJSON() ([]byte, error) + type DeploymentProvisioningState string + const DeploymentProvisioningStateAccepted + const DeploymentProvisioningStateCreating + const DeploymentProvisioningStateDeleting + const DeploymentProvisioningStateFailed + const DeploymentProvisioningStateMoving + const DeploymentProvisioningStateSucceeded + func PossibleDeploymentProvisioningStateValues() []DeploymentProvisioningState + type DeploymentScaleSettings struct + Capacity *int32 + ScaleType DeploymentScaleType + type DeploymentScaleType string + const DeploymentScaleTypeManual + func PossibleDeploymentScaleTypeValues() []DeploymentScaleType + type DeploymentsClient struct + func NewDeploymentsClient(subscriptionID string) DeploymentsClient + func NewDeploymentsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentsClient + func (client DeploymentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result DeploymentsCreateOrUpdateFuture, err error) + func (client DeploymentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DeploymentsClient) CreateOrUpdateResponder(resp *http.Response) (result Deployment, err error) + func (client DeploymentsClient) CreateOrUpdateSender(req *http.Request) (future DeploymentsCreateOrUpdateFuture, err error) + func (client DeploymentsClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result DeploymentsDeleteFuture, err error) + func (client DeploymentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DeploymentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DeploymentsClient) DeleteSender(req *http.Request) (future DeploymentsDeleteFuture, err error) + func (client DeploymentsClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Deployment, err error) + func (client DeploymentsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DeploymentsClient) GetResponder(resp *http.Response) (result Deployment, err error) + func (client DeploymentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DeploymentsClient) List(ctx context.Context, resourceGroupName string, accountName string) (result DeploymentListResultPage, err error) + func (client DeploymentsClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string) (result DeploymentListResultIterator, err error) + func (client DeploymentsClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DeploymentsClient) ListResponder(resp *http.Response) (result DeploymentListResult, err error) + func (client DeploymentsClient) ListSender(req *http.Request) (*http.Response, error) + type DeploymentsCreateOrUpdateFuture struct + Result func(DeploymentsClient) (Deployment, error) + func (future *DeploymentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DeploymentsDeleteFuture struct + Result func(DeploymentsClient) (autorest.Response, error) + func (future *DeploymentsDeleteFuture) UnmarshalJSON(body []byte) error + type DomainAvailability struct + IsSubdomainAvailable *bool + Kind *string + Reason *string + SubdomainName *string + Type *string + type Encryption struct + KeySource KeySource + KeyVaultProperties *KeyVaultProperties + type ErrorAdditionalInfo struct + Info interface{} + Type *string + func (eai ErrorAdditionalInfo) MarshalJSON() ([]byte, error) + type ErrorDetail struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorDetail + Message *string + Target *string + func (ed ErrorDetail) MarshalJSON() ([]byte, error) + type ErrorResponse struct + Error *ErrorDetail + type HostingModel string + const HostingModelConnectedContainer + const HostingModelDisconnectedContainer + const HostingModelWeb + func PossibleHostingModelValues() []HostingModel + type IPRule struct + Value *string + type Identity struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + UserAssignedIdentities map[string]*UserAssignedIdentity + func (i Identity) MarshalJSON() ([]byte, error) + type KeyName string + const KeyNameKey1 + const KeyNameKey2 + func PossibleKeyNameValues() []KeyName + type KeySource string + const KeySourceMicrosoftCognitiveServices + const KeySourceMicrosoftKeyVault + func PossibleKeySourceValues() []KeySource + type KeyVaultProperties struct + IdentityClientID *string + KeyName *string + KeyVaultURI *string + KeyVersion *string + type MetricName struct + LocalizedValue *string + Value *string + type NetworkRuleAction string + const NetworkRuleActionAllow + const NetworkRuleActionDeny + func PossibleNetworkRuleActionValues() []NetworkRuleAction + type NetworkRuleSet struct + DefaultAction NetworkRuleAction + IPRules *[]IPRule + VirtualNetworkRules *[]VirtualNetworkRule + type Operation struct + ActionType ActionType + Display *OperationDisplay + IsDataAction *bool + Name *string + Origin Origin + func (o Operation) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + func (o OperationDisplay) MarshalJSON() ([]byte, error) + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + func (olr OperationListResult) MarshalJSON() ([]byte, error) + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type Origin string + const OriginSystem + const OriginUser + const OriginUsersystem + func PossibleOriginValues() []Origin + type PrivateEndpoint struct + ID *string + func (peVar PrivateEndpoint) MarshalJSON() ([]byte, error) + type PrivateEndpointConnection struct + Etag *string + ID *string + Location *string + Name *string + Properties *PrivateEndpointConnectionProperties + SystemData *SystemData + Type *string + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResult struct + Value *[]PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + GroupIds *[]string + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateSender(req *http.Request) (future PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (future PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) List(ctx context.Context, resourceGroupName string, accountName string) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListSender(req *http.Request) (*http.Response, error) + type PrivateEndpointConnectionsCreateOrUpdateFuture struct + Result func(PrivateEndpointConnectionsClient) (PrivateEndpointConnection, error) + func (future *PrivateEndpointConnectionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointConnectionsDeleteFuture struct + Result func(PrivateEndpointConnectionsClient) (autorest.Response, error) + func (future *PrivateEndpointConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus + type PrivateLinkResource struct + ID *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceListResult struct + Value *[]PrivateLinkResource + type PrivateLinkResourceProperties struct + DisplayName *string + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) List(ctx context.Context, resourceGroupName string, accountName string) (result PrivateLinkResourceListResult, err error) + func (client PrivateLinkResourcesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error) + func (client PrivateLinkResourcesClient) ListSender(req *http.Request) (*http.Response, error) + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status PrivateEndpointServiceConnectionStatus + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStateResolvingDNS + const ProvisioningStateSucceeded + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + func PossiblePublicNetworkAccessValues() []PublicNetworkAccess + type QuotaLimit struct + Count *float64 + RenewalPeriod *float64 + Rules *[]ThrottlingRule + type QuotaUsageStatus string + const QuotaUsageStatusBlocked + const QuotaUsageStatusInOverage + const QuotaUsageStatusIncluded + const QuotaUsageStatusUnknown + func PossibleQuotaUsageStatusValues() []QuotaUsageStatus + type RegenerateKeyParameters struct + KeyName KeyName + type RequestMatchPattern struct + Method *string + Path *string + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceIdentityType string + const ResourceIdentityTypeNone + const ResourceIdentityTypeSystemAssigned + const ResourceIdentityTypeSystemAssignedUserAssigned + const ResourceIdentityTypeUserAssigned + func PossibleResourceIdentityTypeValues() []ResourceIdentityType + type ResourceSku struct + Kind *string + Locations *[]string + Name *string + ResourceType *string + Restrictions *[]ResourceSkuRestrictions + Tier *string + type ResourceSkuListResult struct + NextLink *string + Value *[]ResourceSku + func (rslr ResourceSkuListResult) IsEmpty() bool + type ResourceSkuListResultIterator struct + func NewResourceSkuListResultIterator(page ResourceSkuListResultPage) ResourceSkuListResultIterator + func (iter *ResourceSkuListResultIterator) Next() error + func (iter *ResourceSkuListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceSkuListResultIterator) NotDone() bool + func (iter ResourceSkuListResultIterator) Response() ResourceSkuListResult + func (iter ResourceSkuListResultIterator) Value() ResourceSku + type ResourceSkuListResultPage struct + func NewResourceSkuListResultPage(cur ResourceSkuListResult, ...) ResourceSkuListResultPage + func (page *ResourceSkuListResultPage) Next() error + func (page *ResourceSkuListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceSkuListResultPage) NotDone() bool + func (page ResourceSkuListResultPage) Response() ResourceSkuListResult + func (page ResourceSkuListResultPage) Values() []ResourceSku + type ResourceSkuRestrictionInfo struct + Locations *[]string + Zones *[]string + type ResourceSkuRestrictions struct + ReasonCode ResourceSkuRestrictionsReasonCode + RestrictionInfo *ResourceSkuRestrictionInfo + Type ResourceSkuRestrictionsType + Values *[]string + type ResourceSkuRestrictionsReasonCode string + const ResourceSkuRestrictionsReasonCodeNotAvailableForSubscription + const ResourceSkuRestrictionsReasonCodeQuotaID + func PossibleResourceSkuRestrictionsReasonCodeValues() []ResourceSkuRestrictionsReasonCode + type ResourceSkuRestrictionsType string + const ResourceSkuRestrictionsTypeLocation + const ResourceSkuRestrictionsTypeZone + func PossibleResourceSkuRestrictionsTypeValues() []ResourceSkuRestrictionsType + type ResourceSkusClient struct + func NewResourceSkusClient(subscriptionID string) ResourceSkusClient + func NewResourceSkusClientWithBaseURI(baseURI string, subscriptionID string) ResourceSkusClient + func (client ResourceSkusClient) List(ctx context.Context) (result ResourceSkuListResultPage, err error) + func (client ResourceSkusClient) ListComplete(ctx context.Context) (result ResourceSkuListResultIterator, err error) + func (client ResourceSkusClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ResourceSkusClient) ListResponder(resp *http.Response) (result ResourceSkuListResult, err error) + func (client ResourceSkusClient) ListSender(req *http.Request) (*http.Response, error) + type Sku struct + Capacity *int32 + Family *string + Name *string + Size *string + Tier SkuTier + type SkuAvailability struct + Kind *string + Message *string + Reason *string + SkuAvailable *bool + SkuName *string + Type *string + type SkuAvailabilityListResult struct + Value *[]SkuAvailability + type SkuCapability struct + Name *string + Value *string + type SkuChangeInfo struct + CountOfDowngrades *float64 + CountOfUpgradesAfterDowngrades *float64 + LastChangeDate *string + type SkuTier string + const SkuTierBasic + const SkuTierEnterprise + const SkuTierFree + const SkuTierPremium + const SkuTierStandard + func PossibleSkuTierValues() []SkuTier + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType CreatedByType + type ThrottlingRule struct + Count *float64 + DynamicThrottlingEnabled *bool + Key *string + MatchPatterns *[]RequestMatchPattern + MinCount *float64 + RenewalPeriod *float64 + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type UnitType string + const UnitTypeBytes + const UnitTypeBytesPerSecond + const UnitTypeCount + const UnitTypeCountPerSecond + const UnitTypeMilliseconds + const UnitTypePercent + const UnitTypeSeconds + func PossibleUnitTypeValues() []UnitType + type Usage struct + CurrentValue *float64 + Limit *float64 + Name *MetricName + NextResetTime *string + QuotaPeriod *string + Status QuotaUsageStatus + Unit UnitType + type UsageListResult struct + Value *[]Usage + type UserAssignedIdentity struct + ClientID *string + PrincipalID *string + func (uai UserAssignedIdentity) MarshalJSON() ([]byte, error) + type UserOwnedStorage struct + IdentityClientID *string + ResourceID *string + type VirtualNetworkRule struct + ID *string + IgnoreMissingVnetServiceEndpoint *bool + State *string