Versions in this module Expand all Collapse all v48 v48.2.2 Nov 27, 2020 v48.2.1 Nov 27, 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(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 + 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 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 ConfigurationDataType string + const Boolean + const Enumeration + const Integer + const Numeric + 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) 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 + 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(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 + func (future *DatabasesCreateFuture) Result(client DatabasesClient) (d Database, err error) + type DatabasesDeleteFuture struct + func (future *DatabasesDeleteFuture) Result(client DatabasesClient) (ar autorest.Response, err error) + 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(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 + 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 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 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 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 + 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 CreatingStandby + const FailingOver + const Healthy + const NotEnabled + const RemovingStandby + const ReplicatingData + 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 + ByokEnforcement *string + CreateMode CreateMode + DelegatedSubnetArguments *ServerPropertiesDelegatedSubnetArguments + DisplayName *string + FullyQualifiedDomainName *string + HaEnabled HAEnabledEnum + HaState ServerHAState + MaintenanceWindow *MaintenanceWindow + PointInTimeUTC *date.Time + PublicNetworkAccess ServerPublicNetworkAccessState + SourceServerName *string + StandbyAvailabilityZone *string + State ServerState + StorageProfile *StorageProfile + Tags map[string]*string + Version ServerVersion + func (sp ServerProperties) MarshalJSON() ([]byte, error) + type ServerPropertiesDelegatedSubnetArguments struct + SubnetArmResourceID *string + type ServerPropertiesForUpdate struct + AdministratorLoginPassword *string + HaEnabled HAEnabledEnum + MaintenanceWindow *MaintenanceWindow + StorageProfile *StorageProfile + 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 OneOne + const OneTwo + 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 StorageEditionCapability struct + Name *string + SupportedStorageMB *[]StorageMBCapability + type StorageMBCapability struct + Name *string + StorageSizeMB *int64 + SupportedIops *int64 + type StorageProfile struct + BackupRetentionDays *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 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 Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v49