Versions in this module Expand all Collapse all v48 v48.2.2 Nov 27, 2020 v48.2.1 Nov 27, 2020 v48.2.0 Nov 13, 2020 v48.1.0 Nov 7, 2020 v48.0.0 Oct 28, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + 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 + 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(...) 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 + Zone *string + type CheckNameAvailabilityClient struct + func NewCheckNameAvailabilityClient(subscriptionID string) CheckNameAvailabilityClient + func NewCheckNameAvailabilityClientWithBaseURI(baseURI string, subscriptionID string) CheckNameAvailabilityClient + func (client CheckNameAvailabilityClient) Execute(ctx context.Context, nameAvailabilityRequest NameAvailabilityRequest) (result NameAvailability, err error) + func (client CheckNameAvailabilityClient) ExecutePreparer(ctx context.Context, nameAvailabilityRequest NameAvailabilityRequest) (*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 + Type *string + func (c *Configuration) UnmarshalJSON(body []byte) error + func (c Configuration) MarshalJSON() ([]byte, error) + 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(...) 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 *string + Value *string + func (cp ConfigurationProperties) MarshalJSON() ([]byte, error) + type ConfigurationsClient struct + func NewConfigurationsClient(subscriptionID string) ConfigurationsClient + func NewConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ConfigurationsClient + 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 + func (future *ConfigurationsUpdateFuture) Result(client ConfigurationsClient) (c Configuration, err error) + type CreateMode string + const Default + const PointInTimeRestore + const Replica + func PossibleCreateModeValues() []CreateMode + type Database struct + ID *string + Name *string + 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(...) 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 + func (future *DatabasesCreateOrUpdateFuture) Result(client DatabasesClient) (d Database, err error) + type DatabasesDeleteFuture struct + func (future *DatabasesDeleteFuture) Result(client DatabasesClient) (ar autorest.Response, err error) + type DelegatedSubnetArguments struct + SubnetArmResourceID *string + type DelegatedSubnetUsage struct + SubnetName *string + Usage *int64 + type ErrorAdditionalInfo struct + Info interface{} + Type *string + type ErrorResponse struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorResponse + Message *string + Target *string + type FirewallRule struct + ID *string + Name *string + 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(...) 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 + func (future *FirewallRulesCreateOrUpdateFuture) Result(client FirewallRulesClient) (fr FirewallRule, err error) + type FirewallRulesDeleteFuture struct + func (future *FirewallRulesDeleteFuture) Result(client FirewallRulesClient) (ar autorest.Response, err error) + type HaEnabledEnum string + const Disabled + const Enabled + func PossibleHaEnabledEnumValues() []HaEnabledEnum + type Identity struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + func (i Identity) MarshalJSON() ([]byte, error) + type InfrastructureEncryptionEnum string + const InfrastructureEncryptionEnumDisabled + const InfrastructureEncryptionEnumEnabled + func PossibleInfrastructureEncryptionEnumValues() []InfrastructureEncryptionEnum + type IsConfigPendingRestart string + const False + const True + 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 Operation struct + Display *OperationDisplay + IsDataAction *bool + Name *string + Origin OperationOrigin + 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 + type OperationOrigin string + const NotSpecified + const System + const User + func PossibleOperationOriginValues() []OperationOrigin + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, 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 + type PublicNetworkAccessEnum string + const PublicNetworkAccessEnumDisabled + const PublicNetworkAccessEnumEnabled + func PossiblePublicNetworkAccessEnumValues() []PublicNetworkAccessEnum + 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 Resource struct + ID *string + Name *string + Type *string + type ResourceIdentityType string + const SystemAssigned + 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 + Tags map[string]*string + Type *string + func (s *Server) UnmarshalJSON(body []byte) error + func (s Server) MarshalJSON() ([]byte, error) + type ServerEditionCapability struct + Name *string + SupportedServerVersions *[]ServerVersionCapability + SupportedStorageEditions *[]StorageEditionCapability + type ServerForUpdate struct + Sku *Sku + Tags map[string]*string + func (sfu *ServerForUpdate) UnmarshalJSON(body []byte) error + func (sfu ServerForUpdate) MarshalJSON() ([]byte, error) + type ServerHAState string + const CreatingStandby + const FailingOver + const Healthy + const NotEnabled + const RemovingStandby + const ReplicatingData + func PossibleServerHAStateValues() []ServerHAState + type ServerKey struct + ID *string + Kind *string + Name *string + Type *string + func (sk *ServerKey) UnmarshalJSON(body []byte) error + func (sk ServerKey) MarshalJSON() ([]byte, error) + type ServerKeyListResult struct + NextLink *string + Value *[]ServerKey + func (sklr ServerKeyListResult) IsEmpty() bool + type ServerKeyListResultIterator struct + func NewServerKeyListResultIterator(page ServerKeyListResultPage) ServerKeyListResultIterator + func (iter *ServerKeyListResultIterator) Next() error + func (iter *ServerKeyListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServerKeyListResultIterator) NotDone() bool + func (iter ServerKeyListResultIterator) Response() ServerKeyListResult + func (iter ServerKeyListResultIterator) Value() ServerKey + type ServerKeyListResultPage struct + func NewServerKeyListResultPage(...) ServerKeyListResultPage + func (page *ServerKeyListResultPage) Next() error + func (page *ServerKeyListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServerKeyListResultPage) NotDone() bool + func (page ServerKeyListResultPage) Response() ServerKeyListResult + func (page ServerKeyListResultPage) Values() []ServerKey + type ServerKeyProperties struct + CreationDate *date.Time + ServerKeyType *string + URI *string + func (skp ServerKeyProperties) MarshalJSON() ([]byte, error) + type ServerKeysClient struct + func NewServerKeysClient(subscriptionID string) ServerKeysClient + func NewServerKeysClientWithBaseURI(baseURI string, subscriptionID string) ServerKeysClient + func (client ServerKeysClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServerKeysCreateOrUpdateFuture, err error) + func (client ServerKeysClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ServerKeysClient) CreateOrUpdateResponder(resp *http.Response) (result ServerKey, err error) + func (client ServerKeysClient) CreateOrUpdateSender(req *http.Request) (future ServerKeysCreateOrUpdateFuture, err error) + func (client ServerKeysClient) Delete(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServerKeysDeleteFuture, err error) + func (client ServerKeysClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ServerKeysClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServerKeysClient) DeleteSender(req *http.Request) (future ServerKeysDeleteFuture, err error) + func (client ServerKeysClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServerKey, err error) + func (client ServerKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ServerKeysClient) GetResponder(resp *http.Response) (result ServerKey, err error) + func (client ServerKeysClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServerKeysClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result ServerKeyListResultPage, err error) + func (client ServerKeysClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result ServerKeyListResultIterator, err error) + func (client ServerKeysClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ServerKeysClient) ListByServerResponder(resp *http.Response) (result ServerKeyListResult, err error) + func (client ServerKeysClient) ListByServerSender(req *http.Request) (*http.Response, error) + type ServerKeysCreateOrUpdateFuture struct + func (future *ServerKeysCreateOrUpdateFuture) Result(client ServerKeysClient) (sk ServerKey, err error) + type ServerKeysDeleteFuture struct + func (future *ServerKeysDeleteFuture) Result(client ServerKeysClient) (ar autorest.Response, err 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(getNextPage func(context.Context, ServerListResult) (ServerListResult, error)) 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 + ByokEnforcement *string + CreateMode CreateMode + DelegatedSubnetArguments *DelegatedSubnetArguments + EarliestRestoreDate *date.Time + FullyQualifiedDomainName *string + HaEnabled HaEnabledEnum + HaState ServerHAState + InfrastructureEncryption InfrastructureEncryptionEnum + MaintenanceWindow *MaintenanceWindow + PublicNetworkAccess PublicNetworkAccessEnum + ReplicaCapacity *int32 + ReplicationRole *string + RestorePointInTime *date.Time + SourceServerID *string + SslEnforcement SslEnforcementEnum + StandbyAvailabilityZone *string + State ServerState + StorageProfile *StorageProfile + Tags map[string]*string + Version ServerVersion + func (sp ServerProperties) MarshalJSON() ([]byte, error) + type ServerPropertiesForUpdate struct + AdministratorLoginPassword *string + DelegatedSubnetArguments *DelegatedSubnetArguments + HaEnabled HaEnabledEnum + MaintenanceWindow *MaintenanceWindow + ReplicationRole *string + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + type ServerState string + const ServerStateDisabled + const ServerStateDropping + const ServerStateReady + const ServerStateStarting + const ServerStateStopped + const ServerStateStopping + const ServerStateUpdating + func PossibleServerStateValues() []ServerState + type ServerVersion string + const FiveFullStopSeven + func PossibleServerVersionValues() []ServerVersion + type ServerVersionCapability struct + Name *string + SupportedVcores *[]VcoreCapability + 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) 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 + func (future *ServersCreateFuture) Result(client ServersClient) (s Server, err error) + type ServersDeleteFuture struct + func (future *ServersDeleteFuture) Result(client ServersClient) (ar autorest.Response, err error) + type ServersRestartFuture struct + func (future *ServersRestartFuture) Result(client ServersClient) (ar autorest.Response, err error) + type ServersStartFuture struct + func (future *ServersStartFuture) Result(client ServersClient) (ar autorest.Response, err error) + type ServersStopFuture struct + func (future *ServersStopFuture) Result(client ServersClient) (ar autorest.Response, err error) + type ServersUpdateFuture struct + func (future *ServersUpdateFuture) Result(client ServersClient) (s Server, err error) + type Sku struct + Name *string + Tier SkuTier + type SkuTier string + const Burstable + const GeneralPurpose + const MemoryOptimized + func PossibleSkuTierValues() []SkuTier + type SslEnforcementEnum string + const SslEnforcementEnumDisabled + const SslEnforcementEnumEnabled + func PossibleSslEnforcementEnumValues() []SslEnforcementEnum + type StorageAutogrow string + const StorageAutogrowDisabled + const StorageAutogrowEnabled + func PossibleStorageAutogrowValues() []StorageAutogrow + type StorageEditionCapability struct + MaxBackupRetentionDays *int64 + MaxStorageSize *StorageMBCapability + MinBackupRetentionDays *int64 + MinStorageSize *StorageMBCapability + Name *string + type StorageMBCapability struct + Name *string + StorageSizeMB *int64 + type StorageProfile struct + BackupRetentionDays *int32 + StorageAutogrow StorageAutogrow + StorageIops *int32 + StorageMB *int32 + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type VcoreCapability struct + Name *string + SupportedIops *int64 + SupportedMemoryPerVcoreMB *int64 + VCores *int64 + type VirtualNetworkSubnetUsageParameter struct + VirtualNetworkArmResourceID *string + type VirtualNetworkSubnetUsageResult struct + DelegatedSubnetsUsage *[]DelegatedSubnetUsage