Versions in this module Expand all Collapse all v1 v1.1.4 Sep 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 BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CapabilitiesListResult struct + NextLink *string + Value *[]CapabilityProperties + func (clr CapabilitiesListResult) IsEmpty() bool + func (clr CapabilitiesListResult) MarshalJSON() ([]byte, error) + type CapabilitiesListResultIterator struct + func NewCapabilitiesListResultIterator(page CapabilitiesListResultPage) CapabilitiesListResultIterator + func (iter *CapabilitiesListResultIterator) Next() error + func (iter *CapabilitiesListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter CapabilitiesListResultIterator) NotDone() bool + func (iter CapabilitiesListResultIterator) Response() CapabilitiesListResult + func (iter CapabilitiesListResultIterator) Value() CapabilityProperties + type CapabilitiesListResultPage struct + func NewCapabilitiesListResultPage(cur CapabilitiesListResult, ...) CapabilitiesListResultPage + func (page *CapabilitiesListResultPage) Next() error + func (page *CapabilitiesListResultPage) NextWithContext(ctx context.Context) (err error) + func (page CapabilitiesListResultPage) NotDone() bool + func (page CapabilitiesListResultPage) Response() CapabilitiesListResult + func (page CapabilitiesListResultPage) Values() []CapabilityProperties + type CapabilityProperties struct + SupportedFlexibleServerEditions *[]ServerEditionCapability + Zone *string + func (cp CapabilityProperties) MarshalJSON() ([]byte, error) + type CheckNameAvailabilityClient struct + func NewCheckNameAvailabilityClient(subscriptionID string) CheckNameAvailabilityClient + func NewCheckNameAvailabilityClientWithBaseURI(baseURI string, subscriptionID string) CheckNameAvailabilityClient + func (client CheckNameAvailabilityClient) Execute(ctx context.Context, 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 + Result func(ConfigurationsClient) (Configuration, error) + func (future *ConfigurationsUpdateFuture) UnmarshalJSON(body []byte) error + type CreateMode string + const Default + const PointInTimeRestore + func PossibleCreateModeValues() []CreateMode + 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 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 + 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 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 + func (od OperationDisplay) MarshalJSON() ([]byte, error) + 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 + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + 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 + func (sec ServerEditionCapability) 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 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 + PrivateDNSZoneArguments *ServerPropertiesPrivateDNSZoneArguments + PublicNetworkAccess ServerPublicNetworkAccessState + SourceResourceGroupName *string + SourceServerName *string + SourceSubscriptionID *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 ServerPropertiesPrivateDNSZoneArguments struct + PrivateDNSZoneArmResourceID *string + 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 + 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 Burstable + const GeneralPurpose + const MemoryOptimized + func PossibleSkuTierValues() []SkuTier + type StorageEditionCapability struct + Name *string + SupportedStorageMB *[]StorageMBCapability + func (sec StorageEditionCapability) MarshalJSON() ([]byte, error) + type StorageMBCapability struct + Name *string + StorageSizeMB *int64 + SupportedIops *int64 + func (smc StorageMBCapability) MarshalJSON() ([]byte, error) + 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 + 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)