Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + func (aer AzureEntityResource) MarshalJSON() ([]byte, error) + type Backup struct + BackupRetentionDays *int32 + EarliestRestoreDate *date.Time + GeoRedundantBackup EnableStatusEnum + func (b Backup) MarshalJSON() ([]byte, error) + type BackupsClient struct + func NewBackupsClient(subscriptionID string) BackupsClient + func NewBackupsClientWithBaseURI(baseURI string, subscriptionID string) BackupsClient + func (client BackupsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServerBackup, err error) + func (client BackupsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client BackupsClient) GetResponder(resp *http.Response) (result ServerBackup, err error) + func (client BackupsClient) GetSender(req *http.Request) (*http.Response, error) + func (client BackupsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result ServerBackupListResultPage, err error) + func (client BackupsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result ServerBackupListResultIterator, err error) + func (client BackupsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client BackupsClient) ListByServerResponder(resp *http.Response) (result ServerBackupListResult, err error) + func (client BackupsClient) ListByServerSender(req *http.Request) (*http.Response, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CapabilitiesListResult struct + NextLink *string + Value *[]CapabilityProperties + func (clr CapabilitiesListResult) IsEmpty() bool + func (clr CapabilitiesListResult) MarshalJSON() ([]byte, error) + type CapabilitiesListResultIterator struct + func NewCapabilitiesListResultIterator(page CapabilitiesListResultPage) CapabilitiesListResultIterator + func (iter *CapabilitiesListResultIterator) Next() error + func (iter *CapabilitiesListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CapabilitiesListResultIterator) NotDone() bool + func (iter CapabilitiesListResultIterator) Response() CapabilitiesListResult + func (iter CapabilitiesListResultIterator) Value() CapabilityProperties + type CapabilitiesListResultPage struct + func NewCapabilitiesListResultPage(cur CapabilitiesListResult, ...) CapabilitiesListResultPage + func (page *CapabilitiesListResultPage) Next() error + func (page *CapabilitiesListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CapabilitiesListResultPage) NotDone() bool + func (page CapabilitiesListResultPage) Response() CapabilitiesListResult + func (page CapabilitiesListResultPage) Values() []CapabilityProperties + type CapabilityProperties struct + SupportedFlexibleServerEditions *[]ServerEditionCapability + SupportedGeoBackupRegions *[]string + SupportedHAMode *[]string + Zone *string + func (cp CapabilityProperties) MarshalJSON() ([]byte, error) + type CheckNameAvailabilityClient struct + func NewCheckNameAvailabilityClient(subscriptionID string) CheckNameAvailabilityClient + func NewCheckNameAvailabilityClientWithBaseURI(baseURI string, subscriptionID string) CheckNameAvailabilityClient + func (client CheckNameAvailabilityClient) Execute(ctx context.Context, locationName string, ...) (result NameAvailability, err error) + func (client CheckNameAvailabilityClient) ExecutePreparer(ctx context.Context, locationName string, ...) (*http.Request, error) + func (client CheckNameAvailabilityClient) ExecuteResponder(resp *http.Response) (result NameAvailability, err error) + func (client CheckNameAvailabilityClient) ExecuteSender(req *http.Request) (*http.Response, error) + type CheckVirtualNetworkSubnetUsageClient struct + func NewCheckVirtualNetworkSubnetUsageClient(subscriptionID string) CheckVirtualNetworkSubnetUsageClient + func NewCheckVirtualNetworkSubnetUsageClientWithBaseURI(baseURI string, subscriptionID string) CheckVirtualNetworkSubnetUsageClient + func (client CheckVirtualNetworkSubnetUsageClient) Execute(ctx context.Context, locationName string, ...) (result VirtualNetworkSubnetUsageResult, err error) + func (client CheckVirtualNetworkSubnetUsageClient) ExecutePreparer(ctx context.Context, locationName string, ...) (*http.Request, error) + func (client CheckVirtualNetworkSubnetUsageClient) ExecuteResponder(resp *http.Response) (result VirtualNetworkSubnetUsageResult, err error) + func (client CheckVirtualNetworkSubnetUsageClient) ExecuteSender(req *http.Request) (*http.Response, error) + type CloudError struct + Error *ErrorResponse + type Configuration struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (c *Configuration) UnmarshalJSON(body []byte) error + func (c Configuration) MarshalJSON() ([]byte, error) + type ConfigurationForBatchUpdate struct + Name *string + func (cfbu *ConfigurationForBatchUpdate) UnmarshalJSON(body []byte) error + func (cfbu ConfigurationForBatchUpdate) MarshalJSON() ([]byte, error) + type ConfigurationForBatchUpdateProperties struct + Source *string + Value *string + type ConfigurationListForBatchUpdate struct + Value *[]ConfigurationForBatchUpdate + type ConfigurationListResult struct + NextLink *string + Value *[]Configuration + func (clr ConfigurationListResult) IsEmpty() bool + type ConfigurationListResultIterator struct + func NewConfigurationListResultIterator(page ConfigurationListResultPage) ConfigurationListResultIterator + func (iter *ConfigurationListResultIterator) Next() error + func (iter *ConfigurationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ConfigurationListResultIterator) NotDone() bool + func (iter ConfigurationListResultIterator) Response() ConfigurationListResult + func (iter ConfigurationListResultIterator) Value() Configuration + type ConfigurationListResultPage struct + func NewConfigurationListResultPage(cur ConfigurationListResult, ...) ConfigurationListResultPage + func (page *ConfigurationListResultPage) Next() error + func (page *ConfigurationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ConfigurationListResultPage) NotDone() bool + func (page ConfigurationListResultPage) Response() ConfigurationListResult + func (page ConfigurationListResultPage) Values() []Configuration + type ConfigurationProperties struct + AllowedValues *string + DataType *string + DefaultValue *string + Description *string + IsConfigPendingRestart IsConfigPendingRestart + IsDynamicConfig IsDynamicConfig + IsReadOnly IsReadOnly + Source ConfigurationSource + Value *string + func (cp ConfigurationProperties) MarshalJSON() ([]byte, error) + type ConfigurationSource string + const ConfigurationSourceSystemDefault + const ConfigurationSourceUserOverride + func PossibleConfigurationSourceValues() []ConfigurationSource + type ConfigurationsBatchUpdateFuture struct + Result func(ConfigurationsClient) (ConfigurationListResult, error) + func (future *ConfigurationsBatchUpdateFuture) UnmarshalJSON(body []byte) error + type ConfigurationsClient struct + func NewConfigurationsClient(subscriptionID string) ConfigurationsClient + func NewConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ConfigurationsClient + func (client ConfigurationsClient) BatchUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result ConfigurationsBatchUpdateFuture, err error) + func (client ConfigurationsClient) BatchUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ConfigurationsClient) BatchUpdateResponder(resp *http.Response) (result ConfigurationListResult, err error) + func (client ConfigurationsClient) BatchUpdateSender(req *http.Request) (future ConfigurationsBatchUpdateFuture, err error) + func (client ConfigurationsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result Configuration, err error) + func (client ConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ConfigurationsClient) GetResponder(resp *http.Response) (result Configuration, err error) + func (client ConfigurationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConfigurationsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result ConfigurationListResultPage, err error) + func (client ConfigurationsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result ConfigurationListResultIterator, err error) + func (client ConfigurationsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ConfigurationsClient) ListByServerResponder(resp *http.Response) (result ConfigurationListResult, err error) + func (client ConfigurationsClient) ListByServerSender(req *http.Request) (*http.Response, error) + func (client ConfigurationsClient) Update(ctx context.Context, resourceGroupName string, serverName string, ...) (result ConfigurationsUpdateFuture, err error) + func (client ConfigurationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ConfigurationsClient) UpdateResponder(resp *http.Response) (result Configuration, err error) + func (client ConfigurationsClient) UpdateSender(req *http.Request) (future ConfigurationsUpdateFuture, err error) + type ConfigurationsUpdateFuture struct + Result func(ConfigurationsClient) (Configuration, error) + func (future *ConfigurationsUpdateFuture) UnmarshalJSON(body []byte) error + type CreateMode string + const CreateModeDefault + const CreateModeGeoRestore + const CreateModePointInTimeRestore + const CreateModeReplica + func PossibleCreateModeValues() []CreateMode + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type Database struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (d *Database) UnmarshalJSON(body []byte) error + func (d Database) MarshalJSON() ([]byte, error) + type DatabaseListResult struct + NextLink *string + Value *[]Database + func (dlr DatabaseListResult) IsEmpty() bool + type DatabaseListResultIterator struct + func NewDatabaseListResultIterator(page DatabaseListResultPage) DatabaseListResultIterator + func (iter *DatabaseListResultIterator) Next() error + func (iter *DatabaseListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DatabaseListResultIterator) NotDone() bool + func (iter DatabaseListResultIterator) Response() DatabaseListResult + func (iter DatabaseListResultIterator) Value() Database + type DatabaseListResultPage struct + func NewDatabaseListResultPage(cur DatabaseListResult, ...) DatabaseListResultPage + func (page *DatabaseListResultPage) Next() error + func (page *DatabaseListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DatabaseListResultPage) NotDone() bool + func (page DatabaseListResultPage) Response() DatabaseListResult + func (page DatabaseListResultPage) Values() []Database + type DatabaseProperties struct + Charset *string + Collation *string + type DatabasesClient struct + func NewDatabasesClient(subscriptionID string) DatabasesClient + func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient + func (client DatabasesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client DatabasesClient) CreateOrUpdateResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) CreateOrUpdateSender(req *http.Request) (future DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) Delete(ctx context.Context, resourceGroupName string, serverName string, ...) (result DatabasesDeleteFuture, err error) + func (client DatabasesClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client DatabasesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabasesClient) DeleteSender(req *http.Request) (future DatabasesDeleteFuture, err error) + func (client DatabasesClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result Database, err error) + func (client DatabasesClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client DatabasesClient) GetResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result DatabaseListResultPage, err error) + func (client DatabasesClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result DatabaseListResultIterator, err error) + func (client DatabasesClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client DatabasesClient) ListByServerResponder(resp *http.Response) (result DatabaseListResult, err error) + func (client DatabasesClient) ListByServerSender(req *http.Request) (*http.Response, error) + type DatabasesCreateOrUpdateFuture struct + Result func(DatabasesClient) (Database, error) + func (future *DatabasesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DatabasesDeleteFuture struct + Result func(DatabasesClient) (autorest.Response, error) + func (future *DatabasesDeleteFuture) UnmarshalJSON(body []byte) error + type DelegatedSubnetUsage struct + SubnetName *string + Usage *int64 + func (dsu DelegatedSubnetUsage) MarshalJSON() ([]byte, error) + type EnableStatusEnum string + const EnableStatusEnumDisabled + const EnableStatusEnumEnabled + func PossibleEnableStatusEnumValues() []EnableStatusEnum + type ErrorAdditionalInfo struct + Info interface{} + Type *string + func (eai ErrorAdditionalInfo) MarshalJSON() ([]byte, error) + type ErrorResponse struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorResponse + Message *string + Target *string + func (er ErrorResponse) MarshalJSON() ([]byte, error) + type FirewallRule struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (fr *FirewallRule) UnmarshalJSON(body []byte) error + func (fr FirewallRule) MarshalJSON() ([]byte, error) + type FirewallRuleListResult struct + NextLink *string + Value *[]FirewallRule + func (frlr FirewallRuleListResult) IsEmpty() bool + type FirewallRuleListResultIterator struct + func NewFirewallRuleListResultIterator(page FirewallRuleListResultPage) FirewallRuleListResultIterator + func (iter *FirewallRuleListResultIterator) Next() error + func (iter *FirewallRuleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter FirewallRuleListResultIterator) NotDone() bool + func (iter FirewallRuleListResultIterator) Response() FirewallRuleListResult + func (iter FirewallRuleListResultIterator) Value() FirewallRule + type FirewallRuleListResultPage struct + func NewFirewallRuleListResultPage(cur FirewallRuleListResult, ...) FirewallRuleListResultPage + func (page *FirewallRuleListResultPage) Next() error + func (page *FirewallRuleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page FirewallRuleListResultPage) NotDone() bool + func (page FirewallRuleListResultPage) Response() FirewallRuleListResult + func (page FirewallRuleListResultPage) Values() []FirewallRule + type FirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type FirewallRulesClient struct + func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient + func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient + func (client FirewallRulesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result FirewallRulesCreateOrUpdateFuture, err error) + func (client FirewallRulesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client FirewallRulesClient) CreateOrUpdateResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) CreateOrUpdateSender(req *http.Request) (future FirewallRulesCreateOrUpdateFuture, err error) + func (client FirewallRulesClient) Delete(ctx context.Context, resourceGroupName string, serverName string, ...) (result FirewallRulesDeleteFuture, err error) + func (client FirewallRulesClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client FirewallRulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FirewallRulesClient) DeleteSender(req *http.Request) (future FirewallRulesDeleteFuture, err error) + func (client FirewallRulesClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result FirewallRule, err error) + func (client FirewallRulesClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client FirewallRulesClient) GetResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) GetSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result FirewallRuleListResultPage, err error) + func (client FirewallRulesClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result FirewallRuleListResultIterator, err error) + func (client FirewallRulesClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client FirewallRulesClient) ListByServerResponder(resp *http.Response) (result FirewallRuleListResult, err error) + func (client FirewallRulesClient) ListByServerSender(req *http.Request) (*http.Response, error) + type FirewallRulesCreateOrUpdateFuture struct + Result func(FirewallRulesClient) (FirewallRule, error) + func (future *FirewallRulesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type FirewallRulesDeleteFuture struct + Result func(FirewallRulesClient) (autorest.Response, error) + func (future *FirewallRulesDeleteFuture) UnmarshalJSON(body []byte) error + type GetPrivateDNSZoneSuffixClient struct + func NewGetPrivateDNSZoneSuffixClient(subscriptionID string) GetPrivateDNSZoneSuffixClient + func NewGetPrivateDNSZoneSuffixClientWithBaseURI(baseURI string, subscriptionID string) GetPrivateDNSZoneSuffixClient + func (client GetPrivateDNSZoneSuffixClient) Execute(ctx context.Context) (result GetPrivateDNSZoneSuffixResponse, err error) + func (client GetPrivateDNSZoneSuffixClient) ExecutePreparer(ctx context.Context) (*http.Request, error) + func (client GetPrivateDNSZoneSuffixClient) ExecuteResponder(resp *http.Response) (result GetPrivateDNSZoneSuffixResponse, err error) + func (client GetPrivateDNSZoneSuffixClient) ExecuteSender(req *http.Request) (*http.Response, error) + type GetPrivateDNSZoneSuffixResponse struct + PrivateDNSZoneSuffix *string + type HighAvailability struct + Mode HighAvailabilityMode + StandbyAvailabilityZone *string + State HighAvailabilityState + func (ha HighAvailability) MarshalJSON() ([]byte, error) + type HighAvailabilityMode string + const HighAvailabilityModeDisabled + const HighAvailabilityModeEnabled + const HighAvailabilityModeSameZone + const HighAvailabilityModeZoneRedundant + func PossibleHighAvailabilityModeValues() []HighAvailabilityMode + type HighAvailabilityState string + const HighAvailabilityStateCreatingStandby + const HighAvailabilityStateFailingOver + const HighAvailabilityStateHealthy + const HighAvailabilityStateNotEnabled + const HighAvailabilityStateRemovingStandby + func PossibleHighAvailabilityStateValues() []HighAvailabilityState + type Identity struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + func (i Identity) MarshalJSON() ([]byte, error) + type IsConfigPendingRestart string + const IsConfigPendingRestartFalse + const IsConfigPendingRestartTrue + func PossibleIsConfigPendingRestartValues() []IsConfigPendingRestart + type IsDynamicConfig string + const IsDynamicConfigFalse + const IsDynamicConfigTrue + func PossibleIsDynamicConfigValues() []IsDynamicConfig + type IsReadOnly string + const IsReadOnlyFalse + const IsReadOnlyTrue + func PossibleIsReadOnlyValues() []IsReadOnly + type LocationBasedCapabilitiesClient struct + func NewLocationBasedCapabilitiesClient(subscriptionID string) LocationBasedCapabilitiesClient + func NewLocationBasedCapabilitiesClientWithBaseURI(baseURI string, subscriptionID string) LocationBasedCapabilitiesClient + func (client LocationBasedCapabilitiesClient) List(ctx context.Context, locationName string) (result CapabilitiesListResultPage, err error) + func (client LocationBasedCapabilitiesClient) ListComplete(ctx context.Context, locationName string) (result CapabilitiesListResultIterator, err error) + func (client LocationBasedCapabilitiesClient) ListPreparer(ctx context.Context, locationName string) (*http.Request, error) + func (client LocationBasedCapabilitiesClient) ListResponder(resp *http.Response) (result CapabilitiesListResult, err error) + func (client LocationBasedCapabilitiesClient) ListSender(req *http.Request) (*http.Response, error) + type MaintenanceWindow struct + CustomWindow *string + DayOfWeek *int32 + StartHour *int32 + StartMinute *int32 + type NameAvailability struct + Message *string + NameAvailable *bool + Reason *string + type NameAvailabilityRequest struct + Name *string + Type *string + type Network struct + DelegatedSubnetResourceID *string + PrivateDNSZoneResourceID *string + PublicNetworkAccess EnableStatusEnum + func (n Network) MarshalJSON() ([]byte, error) + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + Properties map[string]interface{} + func (o Operation) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + 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 Plan struct + Name *string + Product *string + PromotionCode *string + Publisher *string + Version *string + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type ReplicasClient struct + func NewReplicasClient(subscriptionID string) ReplicasClient + func NewReplicasClientWithBaseURI(baseURI string, subscriptionID string) ReplicasClient + func (client ReplicasClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result ServerListResultPage, err error) + func (client ReplicasClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result ServerListResultIterator, err error) + func (client ReplicasClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ReplicasClient) ListByServerResponder(resp *http.Response) (result ServerListResult, err error) + func (client ReplicasClient) ListByServerSender(req *http.Request) (*http.Response, error) + type ReplicationRole string + const ReplicationRoleNone + const ReplicationRoleReplica + const ReplicationRoleSource + func PossibleReplicationRoleValues() []ReplicationRole + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceIdentityType string + const ResourceIdentityTypeSystemAssigned + func PossibleResourceIdentityTypeValues() []ResourceIdentityType + type ResourceModelWithAllowedPropertySet struct + Etag *string + ID *string + Identity *ResourceModelWithAllowedPropertySetIdentity + Kind *string + Location *string + ManagedBy *string + Name *string + Plan *ResourceModelWithAllowedPropertySetPlan + Sku *ResourceModelWithAllowedPropertySetSku + Tags map[string]*string + Type *string + func (rmwaps ResourceModelWithAllowedPropertySet) MarshalJSON() ([]byte, error) + type ResourceModelWithAllowedPropertySetIdentity struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + func (rmwaps ResourceModelWithAllowedPropertySetIdentity) MarshalJSON() ([]byte, error) + type ResourceModelWithAllowedPropertySetPlan struct + Name *string + Product *string + PromotionCode *string + Publisher *string + Version *string + type ResourceModelWithAllowedPropertySetSku struct + Name *string + Tier SkuTier + type Server struct + ID *string + Identity *Identity + Location *string + Name *string + Sku *Sku + SystemData *SystemData + Tags map[string]*string + Type *string + func (s *Server) UnmarshalJSON(body []byte) error + func (s Server) MarshalJSON() ([]byte, error) + type ServerBackup struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (sb *ServerBackup) UnmarshalJSON(body []byte) error + func (sb ServerBackup) MarshalJSON() ([]byte, error) + type ServerBackupListResult struct + NextLink *string + Value *[]ServerBackup + func (sblr ServerBackupListResult) IsEmpty() bool + type ServerBackupListResultIterator struct + func NewServerBackupListResultIterator(page ServerBackupListResultPage) ServerBackupListResultIterator + func (iter *ServerBackupListResultIterator) Next() error + func (iter *ServerBackupListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServerBackupListResultIterator) NotDone() bool + func (iter ServerBackupListResultIterator) Response() ServerBackupListResult + func (iter ServerBackupListResultIterator) Value() ServerBackup + type ServerBackupListResultPage struct + func NewServerBackupListResultPage(cur ServerBackupListResult, ...) ServerBackupListResultPage + func (page *ServerBackupListResultPage) Next() error + func (page *ServerBackupListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServerBackupListResultPage) NotDone() bool + func (page ServerBackupListResultPage) Response() ServerBackupListResult + func (page ServerBackupListResultPage) Values() []ServerBackup + type ServerBackupProperties struct + BackupType *string + CompletedTime *date.Time + Source *string + type ServerEditionCapability struct + Name *string + SupportedServerVersions *[]ServerVersionCapability + SupportedStorageEditions *[]StorageEditionCapability + func (sec ServerEditionCapability) MarshalJSON() ([]byte, error) + type ServerForUpdate struct + Sku *Sku + Tags map[string]*string + func (sfu *ServerForUpdate) UnmarshalJSON(body []byte) error + func (sfu ServerForUpdate) MarshalJSON() ([]byte, error) + type ServerListResult struct + NextLink *string + Value *[]Server + func (slr ServerListResult) IsEmpty() bool + type ServerListResultIterator struct + func NewServerListResultIterator(page ServerListResultPage) ServerListResultIterator + func (iter *ServerListResultIterator) Next() error + func (iter *ServerListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServerListResultIterator) NotDone() bool + func (iter ServerListResultIterator) Response() ServerListResult + func (iter ServerListResultIterator) Value() Server + type ServerListResultPage struct + func NewServerListResultPage(cur ServerListResult, ...) ServerListResultPage + func (page *ServerListResultPage) Next() error + func (page *ServerListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServerListResultPage) NotDone() bool + func (page ServerListResultPage) Response() ServerListResult + func (page ServerListResultPage) Values() []Server + type ServerProperties struct + AdministratorLogin *string + AdministratorLoginPassword *string + AvailabilityZone *string + Backup *Backup + CreateMode CreateMode + FullyQualifiedDomainName *string + HighAvailability *HighAvailability + MaintenanceWindow *MaintenanceWindow + Network *Network + ReplicaCapacity *int32 + ReplicationRole ReplicationRole + RestorePointInTime *date.Time + SourceServerResourceID *string + State ServerState + Storage *Storage + Version ServerVersion + func (sp ServerProperties) MarshalJSON() ([]byte, error) + type ServerPropertiesForUpdate struct + AdministratorLoginPassword *string + Backup *Backup + HighAvailability *HighAvailability + MaintenanceWindow *MaintenanceWindow + ReplicationRole ReplicationRole + Storage *Storage + type ServerRestartParameter struct + MaxFailoverSeconds *int32 + RestartWithFailover EnableStatusEnum + type ServerState string + const ServerStateDisabled + const ServerStateDropping + const ServerStateReady + const ServerStateStarting + const ServerStateStopped + const ServerStateStopping + const ServerStateUpdating + func PossibleServerStateValues() []ServerState + type ServerVersion string + const ServerVersionEightFullStopZeroFullStopTwoOne + const ServerVersionFiveFullStopSeven + func PossibleServerVersionValues() []ServerVersion + type ServerVersionCapability struct + Name *string + SupportedSkus *[]SkuCapability + func (svc ServerVersionCapability) MarshalJSON() ([]byte, error) + type ServersClient struct + func NewServersClient(subscriptionID string) ServersClient + func NewServersClientWithBaseURI(baseURI string, subscriptionID string) ServersClient + func (client ServersClient) Create(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServersCreateFuture, err error) + func (client ServersClient) CreatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ServersClient) CreateResponder(resp *http.Response) (result Server, err error) + func (client ServersClient) CreateSender(req *http.Request) (future ServersCreateFuture, err error) + func (client ServersClient) Delete(ctx context.Context, resourceGroupName string, serverName string) (result ServersDeleteFuture, err error) + func (client ServersClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ServersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServersClient) DeleteSender(req *http.Request) (future ServersDeleteFuture, err error) + func (client ServersClient) Failover(ctx context.Context, resourceGroupName string, serverName string) (result ServersFailoverFuture, err error) + func (client ServersClient) FailoverPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ServersClient) FailoverResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServersClient) FailoverSender(req *http.Request) (future ServersFailoverFuture, err error) + func (client ServersClient) Get(ctx context.Context, resourceGroupName string, serverName string) (result Server, err error) + func (client ServersClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ServersClient) GetResponder(resp *http.Response) (result Server, err error) + func (client ServersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServersClient) List(ctx context.Context) (result ServerListResultPage, err error) + func (client ServersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ServerListResultPage, err error) + func (client ServersClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ServerListResultIterator, err error) + func (client ServersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ServersClient) ListByResourceGroupResponder(resp *http.Response) (result ServerListResult, err error) + func (client ServersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ServersClient) ListComplete(ctx context.Context) (result ServerListResultIterator, err error) + func (client ServersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ServersClient) ListResponder(resp *http.Response) (result ServerListResult, err error) + func (client ServersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ServersClient) Restart(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServersRestartFuture, err error) + func (client ServersClient) RestartPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ServersClient) RestartResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServersClient) RestartSender(req *http.Request) (future ServersRestartFuture, err error) + func (client ServersClient) Start(ctx context.Context, resourceGroupName string, serverName string) (result ServersStartFuture, err error) + func (client ServersClient) StartPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ServersClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServersClient) StartSender(req *http.Request) (future ServersStartFuture, err error) + func (client ServersClient) Stop(ctx context.Context, resourceGroupName string, serverName string) (result ServersStopFuture, err error) + func (client ServersClient) StopPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ServersClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServersClient) StopSender(req *http.Request) (future ServersStopFuture, err error) + func (client ServersClient) Update(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServersUpdateFuture, err error) + func (client ServersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ServersClient) UpdateResponder(resp *http.Response) (result Server, err error) + func (client ServersClient) UpdateSender(req *http.Request) (future ServersUpdateFuture, err error) + type ServersCreateFuture struct + Result func(ServersClient) (Server, error) + func (future *ServersCreateFuture) UnmarshalJSON(body []byte) error + type ServersDeleteFuture struct + Result func(ServersClient) (autorest.Response, error) + func (future *ServersDeleteFuture) UnmarshalJSON(body []byte) error + type ServersFailoverFuture struct + Result func(ServersClient) (autorest.Response, error) + func (future *ServersFailoverFuture) UnmarshalJSON(body []byte) error + type ServersRestartFuture struct + Result func(ServersClient) (autorest.Response, error) + func (future *ServersRestartFuture) UnmarshalJSON(body []byte) error + type ServersStartFuture struct + Result func(ServersClient) (autorest.Response, error) + func (future *ServersStartFuture) UnmarshalJSON(body []byte) error + type ServersStopFuture struct + Result func(ServersClient) (autorest.Response, error) + func (future *ServersStopFuture) UnmarshalJSON(body []byte) error + type ServersUpdateFuture struct + Result func(ServersClient) (Server, error) + func (future *ServersUpdateFuture) UnmarshalJSON(body []byte) error + type Sku struct + Name *string + Tier SkuTier + type SkuCapability struct + Name *string + SupportedIops *int64 + SupportedMemoryPerVCoreMB *int64 + VCores *int64 + func (sc SkuCapability) MarshalJSON() ([]byte, error) + type SkuTier string + const SkuTierBurstable + const SkuTierGeneralPurpose + const SkuTierMemoryOptimized + func PossibleSkuTierValues() []SkuTier + type Storage struct + AutoGrow EnableStatusEnum + Iops *int32 + StorageSizeGB *int32 + StorageSku *string + func (s Storage) MarshalJSON() ([]byte, error) + type StorageEditionCapability struct + MaxBackupRetentionDays *int64 + MaxStorageSize *int64 + MinBackupRetentionDays *int64 + MinStorageSize *int64 + Name *string + func (sec StorageEditionCapability) MarshalJSON() ([]byte, error) + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType CreatedByType + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type VirtualNetworkSubnetUsageParameter struct + VirtualNetworkResourceID *string + type VirtualNetworkSubnetUsageResult struct + DelegatedSubnetsUsage *[]DelegatedSubnetUsage + func (vnsur VirtualNetworkSubnetUsageResult) MarshalJSON() ([]byte, error)