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 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 GeoRedundantBackupEnum + func (b Backup) MarshalJSON() ([]byte, 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 + GeoBackupSupported *bool + Status *string + SupportedFlexibleServerEditions *[]FlexibleServerEditionCapability + SupportedHyperscaleNodeEditions *[]HyperscaleNodeEditionCapability + Zone *string + ZoneRedundantHaAndGeoBackupSupported *bool + ZoneRedundantHaSupported *bool + 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, 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 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 ConfigurationDataType string + const ConfigurationDataTypeBoolean + const ConfigurationDataTypeEnumeration + const ConfigurationDataTypeInteger + const ConfigurationDataTypeNumeric + func PossibleConfigurationDataTypeValues() []ConfigurationDataType + 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 ConfigurationDataType + DefaultValue *string + Description *string + 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) Put(ctx context.Context, resourceGroupName string, serverName string, ...) (result ConfigurationsPutFuture, err error) + func (client ConfigurationsClient) PutPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ConfigurationsClient) PutResponder(resp *http.Response) (result Configuration, err error) + func (client ConfigurationsClient) PutSender(req *http.Request) (future ConfigurationsPutFuture, err 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 ConfigurationsPutFuture struct + Result func(ConfigurationsClient) (Configuration, error) + func (future *ConfigurationsPutFuture) UnmarshalJSON(body []byte) error + type ConfigurationsUpdateFuture struct + Result func(ConfigurationsClient) (Configuration, error) + func (future *ConfigurationsUpdateFuture) UnmarshalJSON(body []byte) error + type CreateMode string + const CreateModeCreate + const CreateModeDefault + const CreateModePointInTimeRestore + const CreateModeUpdate + func PossibleCreateModeValues() []CreateMode + type CreateModeForUpdate string + const CreateModeForUpdateDefault + const CreateModeForUpdateUpdate + func PossibleCreateModeForUpdateValues() []CreateModeForUpdate + 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) Create(ctx context.Context, resourceGroupName string, serverName string, ...) (result DatabasesCreateFuture, err error) + func (client DatabasesClient) CreatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client DatabasesClient) CreateResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) CreateSender(req *http.Request) (future DatabasesCreateFuture, 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 DatabasesCreateFuture struct + Result func(DatabasesClient) (Database, error) + func (future *DatabasesCreateFuture) 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 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 FailoverMode string + const FailoverModeForcedFailover + const FailoverModeForcedSwitchover + const FailoverModePlannedFailover + const FailoverModePlannedSwitchover + func PossibleFailoverModeValues() []FailoverMode + 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 FlexibleServerEditionCapability struct + Name *string + Status *string + SupportedServerVersions *[]ServerVersionCapability + SupportedStorageEditions *[]StorageEditionCapability + func (fsec FlexibleServerEditionCapability) MarshalJSON() ([]byte, error) + type GeoRedundantBackupEnum string + const GeoRedundantBackupEnumDisabled + const GeoRedundantBackupEnumEnabled + func PossibleGeoRedundantBackupEnumValues() []GeoRedundantBackupEnum + type GetPrivateDNSZoneSuffixClient struct + func NewGetPrivateDNSZoneSuffixClient(subscriptionID string) GetPrivateDNSZoneSuffixClient + func NewGetPrivateDNSZoneSuffixClientWithBaseURI(baseURI string, subscriptionID string) GetPrivateDNSZoneSuffixClient + func (client GetPrivateDNSZoneSuffixClient) Execute(ctx context.Context) (result String, err error) + func (client GetPrivateDNSZoneSuffixClient) ExecutePreparer(ctx context.Context) (*http.Request, error) + func (client GetPrivateDNSZoneSuffixClient) ExecuteResponder(resp *http.Response) (result String, err error) + func (client GetPrivateDNSZoneSuffixClient) ExecuteSender(req *http.Request) (*http.Response, error) + type HighAvailability struct + Mode HighAvailabilityMode + StandbyAvailabilityZone *string + State ServerHAState + func (ha HighAvailability) MarshalJSON() ([]byte, error) + type HighAvailabilityMode string + const HighAvailabilityModeDisabled + const HighAvailabilityModeZoneRedundant + func PossibleHighAvailabilityModeValues() []HighAvailabilityMode + type HyperscaleNodeEditionCapability struct + Name *string + Status *string + SupportedNodeTypes *[]NodeTypeCapability + SupportedServerVersions *[]ServerVersionCapability + SupportedStorageEditions *[]StorageEditionCapability + func (hnec HyperscaleNodeEditionCapability) MarshalJSON() ([]byte, error) + type LocationBasedCapabilitiesClient struct + func NewLocationBasedCapabilitiesClient(subscriptionID string) LocationBasedCapabilitiesClient + func NewLocationBasedCapabilitiesClientWithBaseURI(baseURI string, subscriptionID string) LocationBasedCapabilitiesClient + func (client LocationBasedCapabilitiesClient) Execute(ctx context.Context, locationName string) (result CapabilitiesListResultPage, err error) + func (client LocationBasedCapabilitiesClient) ExecuteComplete(ctx context.Context, locationName string) (result CapabilitiesListResultIterator, err error) + func (client LocationBasedCapabilitiesClient) ExecutePreparer(ctx context.Context, locationName string) (*http.Request, error) + func (client LocationBasedCapabilitiesClient) ExecuteResponder(resp *http.Response) (result CapabilitiesListResult, err error) + func (client LocationBasedCapabilitiesClient) ExecuteSender(req *http.Request) (*http.Response, error) + type MaintenanceWindow struct + CustomWindow *string + DayOfWeek *int32 + StartHour *int32 + StartMinute *int32 + type NameAvailability struct + Message *string + Name *string + NameAvailable *bool + Type *string + type NameAvailabilityRequest struct + Name *string + Type *string + type Network struct + DelegatedSubnetResourceID *string + PrivateDNSZoneArmResourceID *string + PublicNetworkAccess ServerPublicNetworkAccessState + func (n Network) MarshalJSON() ([]byte, error) + type NodeTypeCapability struct + Name *string + NodeType *string + Status *string + func (ntc NodeTypeCapability) MarshalJSON() ([]byte, error) + 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 + func (od OperationDisplay) MarshalJSON() ([]byte, error) + type OperationListResult struct + NextLink *string + Value *[]Operation + type OperationOrigin string + const OperationOriginNotSpecified + const OperationOriginSystem + const OperationOriginUser + 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 ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type RestartParameter struct + FailoverMode FailoverMode + RestartWithFailover *bool + type Server struct + ID *string + 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 ServerForUpdate struct + Location *string + Sku *Sku + Tags map[string]*string + func (sfu *ServerForUpdate) UnmarshalJSON(body []byte) error + func (sfu ServerForUpdate) MarshalJSON() ([]byte, error) + type ServerHAState string + const ServerHAStateCreatingStandby + const ServerHAStateFailingOver + const ServerHAStateHealthy + const ServerHAStateNotEnabled + const ServerHAStateRemovingStandby + const ServerHAStateReplicatingData + func PossibleServerHAStateValues() []ServerHAState + 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 + MinorVersion *string + Network *Network + PointInTimeUTC *date.Time + SourceServerResourceID *string + State ServerState + Storage *Storage + Tags map[string]*string + Version ServerVersion + func (sp ServerProperties) MarshalJSON() ([]byte, error) + type ServerPropertiesForUpdate struct + AdministratorLoginPassword *string + Backup *Backup + CreateMode CreateModeForUpdate + HighAvailability *HighAvailability + MaintenanceWindow *MaintenanceWindow + Storage *Storage + type ServerPublicNetworkAccessState string + const ServerPublicNetworkAccessStateDisabled + const ServerPublicNetworkAccessStateEnabled + func PossibleServerPublicNetworkAccessStateValues() []ServerPublicNetworkAccessState + type ServerState string + const ServerStateDisabled + const ServerStateDropping + const ServerStateReady + const ServerStateStarting + const ServerStateStopped + const ServerStateStopping + const ServerStateUpdating + func PossibleServerStateValues() []ServerState + type ServerVersion string + const ServerVersionOneOne + const ServerVersionOneThree + const ServerVersionOneTwo + func PossibleServerVersionValues() []ServerVersion + type ServerVersionCapability struct + Name *string + Status *string + SupportedVcores *[]VcoreCapability + 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) 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 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 SkuTier string + const SkuTierBurstable + const SkuTierGeneralPurpose + const SkuTierMemoryOptimized + func PossibleSkuTierValues() []SkuTier + type Storage struct + StorageSizeGB *int32 + type StorageEditionCapability struct + Name *string + Status *string + SupportedStorageMB *[]StorageMBCapability + func (sec StorageEditionCapability) MarshalJSON() ([]byte, error) + type StorageMBCapability struct + Name *string + Status *string + StorageSizeMB *int64 + SupportedIops *int64 + func (smc StorageMBCapability) MarshalJSON() ([]byte, error) + type String struct + Value *string + 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 VcoreCapability struct + Name *string + Status *string + SupportedIops *int64 + SupportedMemoryPerVcoreMB *int64 + VCores *int64 + func (vc VcoreCapability) MarshalJSON() ([]byte, error) + type VirtualNetworkSubnetUsageClient struct + func NewVirtualNetworkSubnetUsageClient(subscriptionID string) VirtualNetworkSubnetUsageClient + func NewVirtualNetworkSubnetUsageClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkSubnetUsageClient + func (client VirtualNetworkSubnetUsageClient) Execute(ctx context.Context, locationName string, ...) (result VirtualNetworkSubnetUsageResult, err error) + func (client VirtualNetworkSubnetUsageClient) ExecutePreparer(ctx context.Context, locationName string, ...) (*http.Request, error) + func (client VirtualNetworkSubnetUsageClient) ExecuteResponder(resp *http.Response) (result VirtualNetworkSubnetUsageResult, err error) + func (client VirtualNetworkSubnetUsageClient) ExecuteSender(req *http.Request) (*http.Response, error) + type VirtualNetworkSubnetUsageParameter struct + VirtualNetworkArmResourceID *string + type VirtualNetworkSubnetUsageResult struct + DelegatedSubnetsUsage *[]DelegatedSubnetUsage + func (vnsur VirtualNetworkSubnetUsageResult) MarshalJSON() ([]byte, error)