Versions in this module Expand all Collapse all v1 v1.0.0 Apr 20, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Advisor struct + ID *string + Name *string + Properties interface{} + Type *string + type AdvisorsClient struct + func NewAdvisorsClient(subscriptionID string) AdvisorsClient + func NewAdvisorsClientWithBaseURI(baseURI string, subscriptionID string) AdvisorsClient + func (client AdvisorsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result Advisor, err error) + func (client AdvisorsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client AdvisorsClient) GetResponder(resp *http.Response) (result Advisor, err error) + func (client AdvisorsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AdvisorsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result AdvisorsResultListPage, err error) + func (client AdvisorsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result AdvisorsResultListIterator, err error) + func (client AdvisorsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client AdvisorsClient) ListByServerResponder(resp *http.Response) (result AdvisorsResultList, err error) + func (client AdvisorsClient) ListByServerSender(req *http.Request) (*http.Response, error) + type AdvisorsResultList struct + NextLink *string + Value *[]Advisor + func (arl AdvisorsResultList) IsEmpty() bool + type AdvisorsResultListIterator struct + func NewAdvisorsResultListIterator(page AdvisorsResultListPage) AdvisorsResultListIterator + func (iter *AdvisorsResultListIterator) Next() error + func (iter *AdvisorsResultListIterator) NextWithContext(ctx context.Context) (err error) + func (iter AdvisorsResultListIterator) NotDone() bool + func (iter AdvisorsResultListIterator) Response() AdvisorsResultList + func (iter AdvisorsResultListIterator) Value() Advisor + type AdvisorsResultListPage struct + func NewAdvisorsResultListPage(...) AdvisorsResultListPage + func (page *AdvisorsResultListPage) Next() error + func (page *AdvisorsResultListPage) NextWithContext(ctx context.Context) (err error) + func (page AdvisorsResultListPage) NotDone() bool + func (page AdvisorsResultListPage) Response() AdvisorsResultList + func (page AdvisorsResultListPage) Values() []Advisor + 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 + func (client BaseClient) CreateRecommendedActionSession(ctx context.Context, resourceGroupName string, serverName string, ...) (result CreateRecommendedActionSessionFuture, err error) + func (client BaseClient) CreateRecommendedActionSessionPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client BaseClient) CreateRecommendedActionSessionResponder(resp *http.Response) (result autorest.Response, err error) + func (client BaseClient) CreateRecommendedActionSessionSender(req *http.Request) (future CreateRecommendedActionSessionFuture, err error) + type BasicServerPropertiesForCreate interface + AsServerPropertiesForCreate func() (*ServerPropertiesForCreate, bool) + AsServerPropertiesForDefaultCreate func() (*ServerPropertiesForDefaultCreate, bool) + AsServerPropertiesForGeoRestore func() (*ServerPropertiesForGeoRestore, bool) + AsServerPropertiesForReplica func() (*ServerPropertiesForReplica, bool) + AsServerPropertiesForRestore func() (*ServerPropertiesForRestore, bool) + 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 ConfigurationListResult struct + Value *[]Configuration + type ConfigurationProperties struct + AllowedValues *string + DataType *string + DefaultValue *string + Description *string + Source *string + Value *string + type ConfigurationsClient struct + func NewConfigurationsClient(subscriptionID string) ConfigurationsClient + func NewConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ConfigurationsClient + func (client ConfigurationsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result ConfigurationsCreateOrUpdateFuture, err error) + func (client ConfigurationsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ConfigurationsClient) CreateOrUpdateResponder(resp *http.Response) (result Configuration, err error) + func (client ConfigurationsClient) CreateOrUpdateSender(req *http.Request) (future ConfigurationsCreateOrUpdateFuture, err error) + func (client ConfigurationsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result Configuration, err error) + func (client ConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ConfigurationsClient) GetResponder(resp *http.Response) (result Configuration, err error) + func (client ConfigurationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConfigurationsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result ConfigurationListResult, 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) + type ConfigurationsCreateOrUpdateFuture struct + func (future *ConfigurationsCreateOrUpdateFuture) Result(client ConfigurationsClient) (c Configuration, err error) + type CreateMode string + const CreateModeDefault + const CreateModeGeoRestore + const CreateModePointInTimeRestore + const CreateModeReplica + const CreateModeServerPropertiesForCreate + func PossibleCreateModeValues() []CreateMode + type CreateRecommendedActionSessionFuture struct + func (future *CreateRecommendedActionSessionFuture) Result(client BaseClient) (ar autorest.Response, err error) + 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 + Value *[]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 DatabaseListResult, 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 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 + Value *[]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 FirewallRuleListResult, 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 GeoRedundantBackup string + const Disabled + const Enabled + func PossibleGeoRedundantBackupValues() []GeoRedundantBackup + type LocationBasedPerformanceTierClient struct + func NewLocationBasedPerformanceTierClient(subscriptionID string) LocationBasedPerformanceTierClient + func NewLocationBasedPerformanceTierClientWithBaseURI(baseURI string, subscriptionID string) LocationBasedPerformanceTierClient + func (client LocationBasedPerformanceTierClient) List(ctx context.Context, locationName string) (result PerformanceTierListResult, err error) + func (client LocationBasedPerformanceTierClient) ListPreparer(ctx context.Context, locationName string) (*http.Request, error) + func (client LocationBasedPerformanceTierClient) ListResponder(resp *http.Response) (result PerformanceTierListResult, err error) + func (client LocationBasedPerformanceTierClient) ListSender(req *http.Request) (*http.Response, error) + type LocationBasedRecommendedActionSessionsOperationStatusClient struct + func NewLocationBasedRecommendedActionSessionsOperationStatusClient(subscriptionID string) LocationBasedRecommendedActionSessionsOperationStatusClient + func NewLocationBasedRecommendedActionSessionsOperationStatusClientWithBaseURI(baseURI string, subscriptionID string) LocationBasedRecommendedActionSessionsOperationStatusClient + func (client LocationBasedRecommendedActionSessionsOperationStatusClient) Get(ctx context.Context, locationName string, operationID string) (result RecommendedActionSessionsOperationStatus, err error) + func (client LocationBasedRecommendedActionSessionsOperationStatusClient) GetPreparer(ctx context.Context, locationName string, operationID string) (*http.Request, error) + func (client LocationBasedRecommendedActionSessionsOperationStatusClient) GetResponder(resp *http.Response) (result RecommendedActionSessionsOperationStatus, err error) + func (client LocationBasedRecommendedActionSessionsOperationStatusClient) GetSender(req *http.Request) (*http.Response, error) + type LocationBasedRecommendedActionSessionsResultClient struct + func NewLocationBasedRecommendedActionSessionsResultClient(subscriptionID string) LocationBasedRecommendedActionSessionsResultClient + func NewLocationBasedRecommendedActionSessionsResultClientWithBaseURI(baseURI string, subscriptionID string) LocationBasedRecommendedActionSessionsResultClient + func (client LocationBasedRecommendedActionSessionsResultClient) List(ctx context.Context, locationName string, operationID string) (result RecommendationActionsResultListPage, err error) + func (client LocationBasedRecommendedActionSessionsResultClient) ListComplete(ctx context.Context, locationName string, operationID string) (result RecommendationActionsResultListIterator, err error) + func (client LocationBasedRecommendedActionSessionsResultClient) ListPreparer(ctx context.Context, locationName string, operationID string) (*http.Request, error) + func (client LocationBasedRecommendedActionSessionsResultClient) ListResponder(resp *http.Response) (result RecommendationActionsResultList, err error) + func (client LocationBasedRecommendedActionSessionsResultClient) ListSender(req *http.Request) (*http.Response, error) + type LogFile struct + ID *string + Name *string + Type *string + func (lf *LogFile) UnmarshalJSON(body []byte) error + func (lf LogFile) MarshalJSON() ([]byte, error) + type LogFileListResult struct + Value *[]LogFile + type LogFileProperties struct + CreatedTime *date.Time + LastModifiedTime *date.Time + SizeInKB *int64 + Type *string + URL *string + type LogFilesClient struct + func NewLogFilesClient(subscriptionID string) LogFilesClient + func NewLogFilesClientWithBaseURI(baseURI string, subscriptionID string) LogFilesClient + func (client LogFilesClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result LogFileListResult, err error) + func (client LogFilesClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client LogFilesClient) ListByServerResponder(resp *http.Response) (result LogFileListResult, err error) + func (client LogFilesClient) ListByServerSender(req *http.Request) (*http.Response, error) + type NameAvailability struct + Message *string + NameAvailable *bool + Reason *string + type NameAvailabilityRequest struct + Name *string + Type *string + type Operation struct + Display *OperationDisplay + 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 + 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 PerformanceTierListResult struct + Value *[]PerformanceTierProperties + type PerformanceTierProperties struct + ID *string + ServiceLevelObjectives *[]PerformanceTierServiceLevelObjectives + type PerformanceTierServiceLevelObjectives struct + Edition *string + HardwareGeneration *string + ID *string + MaxBackupRetentionDays *int32 + MaxStorageMB *int32 + MinBackupRetentionDays *int32 + MinStorageMB *int32 + VCore *int32 + type PrivateEndpointConnection struct + ID *string + Name *string + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResult struct + NextLink *string + Value *[]PrivateEndpointConnection + func (peclr PrivateEndpointConnectionListResult) IsEmpty() bool + type PrivateEndpointConnectionListResultIterator struct + func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator + func (iter *PrivateEndpointConnectionListResultIterator) Next() error + func (iter *PrivateEndpointConnectionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateEndpointConnectionListResultIterator) NotDone() bool + func (iter PrivateEndpointConnectionListResultIterator) Response() PrivateEndpointConnectionListResult + func (iter PrivateEndpointConnectionListResultIterator) Value() PrivateEndpointConnection + type PrivateEndpointConnectionListResultPage struct + func NewPrivateEndpointConnectionListResultPage(...) PrivateEndpointConnectionListResultPage + func (page *PrivateEndpointConnectionListResultPage) Next() error + func (page *PrivateEndpointConnectionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateEndpointConnectionListResultPage) NotDone() bool + func (page PrivateEndpointConnectionListResultPage) Response() PrivateEndpointConnectionListResult + func (page PrivateEndpointConnectionListResultPage) Values() []PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpointProperty + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionStateProperty + ProvisioningState *string + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateSender(req *http.Request) (future PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, serverName string, ...) (result PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (future PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result PrivateEndpointConnectionListResultPage, err error) + func (client PrivateEndpointConnectionsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result PrivateEndpointConnectionListResultIterator, err error) + func (client PrivateEndpointConnectionsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListByServerResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListByServerSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) UpdateTags(ctx context.Context, resourceGroupName string, serverName string, ...) (result PrivateEndpointConnectionsUpdateTagsFuture, err error) + func (client PrivateEndpointConnectionsClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) UpdateTagsResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) UpdateTagsSender(req *http.Request) (future PrivateEndpointConnectionsUpdateTagsFuture, err error) + type PrivateEndpointConnectionsCreateOrUpdateFuture struct + func (future *PrivateEndpointConnectionsCreateOrUpdateFuture) Result(client PrivateEndpointConnectionsClient) (pec PrivateEndpointConnection, err error) + type PrivateEndpointConnectionsDeleteFuture struct + func (future *PrivateEndpointConnectionsDeleteFuture) Result(client PrivateEndpointConnectionsClient) (ar autorest.Response, err error) + type PrivateEndpointConnectionsUpdateTagsFuture struct + func (future *PrivateEndpointConnectionsUpdateTagsFuture) Result(client PrivateEndpointConnectionsClient) (pec PrivateEndpointConnection, err error) + type PrivateEndpointProperty struct + ID *string + type PrivateEndpointProvisioningState string + const Approving + const Dropping + const Failed + const Ready + const Rejecting + func PossiblePrivateEndpointProvisioningStateValues() []PrivateEndpointProvisioningState + type PrivateLinkResource struct + ID *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceListResult struct + NextLink *string + Value *[]PrivateLinkResource + func (plrlr PrivateLinkResourceListResult) IsEmpty() bool + type PrivateLinkResourceListResultIterator struct + func NewPrivateLinkResourceListResultIterator(page PrivateLinkResourceListResultPage) PrivateLinkResourceListResultIterator + func (iter *PrivateLinkResourceListResultIterator) Next() error + func (iter *PrivateLinkResourceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateLinkResourceListResultIterator) NotDone() bool + func (iter PrivateLinkResourceListResultIterator) Response() PrivateLinkResourceListResult + func (iter PrivateLinkResourceListResultIterator) Value() PrivateLinkResource + type PrivateLinkResourceListResultPage struct + func NewPrivateLinkResourceListResultPage(...) PrivateLinkResourceListResultPage + func (page *PrivateLinkResourceListResultPage) Next() error + func (page *PrivateLinkResourceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateLinkResourceListResultPage) NotDone() bool + func (page PrivateLinkResourceListResultPage) Response() PrivateLinkResourceListResult + func (page PrivateLinkResourceListResultPage) Values() []PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result PrivateLinkResource, err error) + func (client PrivateLinkResourcesClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client PrivateLinkResourcesClient) GetResponder(resp *http.Response) (result PrivateLinkResource, err error) + func (client PrivateLinkResourcesClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateLinkResourcesClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result PrivateLinkResourceListResultPage, err error) + func (client PrivateLinkResourcesClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result PrivateLinkResourceListResultIterator, err error) + func (client PrivateLinkResourcesClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListByServerResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error) + func (client PrivateLinkResourcesClient) ListByServerSender(req *http.Request) (*http.Response, error) + type PrivateLinkServiceConnectionStateActionsRequire string + const None + func PossiblePrivateLinkServiceConnectionStateActionsRequireValues() []PrivateLinkServiceConnectionStateActionsRequire + type PrivateLinkServiceConnectionStateProperty struct + ActionsRequired *string + Description *string + Status *string + type PrivateLinkServiceConnectionStateStatus string + const Approved + const Disconnected + const Pending + const Rejected + func PossiblePrivateLinkServiceConnectionStateStatusValues() []PrivateLinkServiceConnectionStateStatus + type ProxyResource struct + ID *string + Name *string + Type *string + type PublicNetworkAccessEnum string + const PublicNetworkAccessEnumDisabled + const PublicNetworkAccessEnumEnabled + func PossiblePublicNetworkAccessEnumValues() []PublicNetworkAccessEnum + type QueryStatistic struct + ID *string + Name *string + Type *string + func (qs *QueryStatistic) UnmarshalJSON(body []byte) error + func (qs QueryStatistic) MarshalJSON() ([]byte, error) + type QueryStatisticProperties struct + AggregationFunction *string + DatabaseNames *[]string + EndTime *date.Time + MetricDisplayName *string + MetricName *string + MetricValue *float64 + MetricValueUnit *string + QueryExecutionCount *int64 + QueryID *string + StartTime *date.Time + type QueryText struct + ID *string + Name *string + Type *string + func (qt *QueryText) UnmarshalJSON(body []byte) error + func (qt QueryText) MarshalJSON() ([]byte, error) + type QueryTextProperties struct + QueryID *string + QueryText *string + type QueryTextsClient struct + func NewQueryTextsClient(subscriptionID string) QueryTextsClient + func NewQueryTextsClientWithBaseURI(baseURI string, subscriptionID string) QueryTextsClient + func (client QueryTextsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result QueryText, err error) + func (client QueryTextsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client QueryTextsClient) GetResponder(resp *http.Response) (result QueryText, err error) + func (client QueryTextsClient) GetSender(req *http.Request) (*http.Response, error) + func (client QueryTextsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string, ...) (result QueryTextsResultListPage, err error) + func (client QueryTextsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string, ...) (result QueryTextsResultListIterator, err error) + func (client QueryTextsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client QueryTextsClient) ListByServerResponder(resp *http.Response) (result QueryTextsResultList, err error) + func (client QueryTextsClient) ListByServerSender(req *http.Request) (*http.Response, error) + type QueryTextsResultList struct + NextLink *string + Value *[]QueryText + func (qtrl QueryTextsResultList) IsEmpty() bool + type QueryTextsResultListIterator struct + func NewQueryTextsResultListIterator(page QueryTextsResultListPage) QueryTextsResultListIterator + func (iter *QueryTextsResultListIterator) Next() error + func (iter *QueryTextsResultListIterator) NextWithContext(ctx context.Context) (err error) + func (iter QueryTextsResultListIterator) NotDone() bool + func (iter QueryTextsResultListIterator) Response() QueryTextsResultList + func (iter QueryTextsResultListIterator) Value() QueryText + type QueryTextsResultListPage struct + func NewQueryTextsResultListPage(...) QueryTextsResultListPage + func (page *QueryTextsResultListPage) Next() error + func (page *QueryTextsResultListPage) NextWithContext(ctx context.Context) (err error) + func (page QueryTextsResultListPage) NotDone() bool + func (page QueryTextsResultListPage) Response() QueryTextsResultList + func (page QueryTextsResultListPage) Values() []QueryText + type RecommendationAction struct + ID *string + Name *string + Type *string + func (ra *RecommendationAction) UnmarshalJSON(body []byte) error + func (ra RecommendationAction) MarshalJSON() ([]byte, error) + type RecommendationActionProperties struct + ActionID *int32 + AdvisorName *string + CreatedTime *date.Time + Details map[string]*string + ExpirationTime *date.Time + Reason *string + RecommendationType *string + SessionID *string + func (rap RecommendationActionProperties) MarshalJSON() ([]byte, error) + type RecommendationActionsResultList struct + NextLink *string + Value *[]RecommendationAction + func (rarl RecommendationActionsResultList) IsEmpty() bool + type RecommendationActionsResultListIterator struct + func NewRecommendationActionsResultListIterator(page RecommendationActionsResultListPage) RecommendationActionsResultListIterator + func (iter *RecommendationActionsResultListIterator) Next() error + func (iter *RecommendationActionsResultListIterator) NextWithContext(ctx context.Context) (err error) + func (iter RecommendationActionsResultListIterator) NotDone() bool + func (iter RecommendationActionsResultListIterator) Response() RecommendationActionsResultList + func (iter RecommendationActionsResultListIterator) Value() RecommendationAction + type RecommendationActionsResultListPage struct + func NewRecommendationActionsResultListPage(...) RecommendationActionsResultListPage + func (page *RecommendationActionsResultListPage) Next() error + func (page *RecommendationActionsResultListPage) NextWithContext(ctx context.Context) (err error) + func (page RecommendationActionsResultListPage) NotDone() bool + func (page RecommendationActionsResultListPage) Response() RecommendationActionsResultList + func (page RecommendationActionsResultListPage) Values() []RecommendationAction + type RecommendedActionSessionsOperationStatus struct + Name *string + StartTime *date.Time + Status *string + type RecommendedActionsClient struct + func NewRecommendedActionsClient(subscriptionID string) RecommendedActionsClient + func NewRecommendedActionsClientWithBaseURI(baseURI string, subscriptionID string) RecommendedActionsClient + func (client RecommendedActionsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result RecommendationAction, err error) + func (client RecommendedActionsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client RecommendedActionsClient) GetResponder(resp *http.Response) (result RecommendationAction, err error) + func (client RecommendedActionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client RecommendedActionsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string, ...) (result RecommendationActionsResultListPage, err error) + func (client RecommendedActionsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string, ...) (result RecommendationActionsResultListIterator, err error) + func (client RecommendedActionsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client RecommendedActionsClient) ListByServerResponder(resp *http.Response) (result RecommendationActionsResultList, err error) + func (client RecommendedActionsClient) ListByServerSender(req *http.Request) (*http.Response, error) + type ReplicasClient struct + func NewReplicasClient(subscriptionID string) ReplicasClient + func NewReplicasClientWithBaseURI(baseURI string, subscriptionID string) ReplicasClient + func (client ReplicasClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result ServerListResult, 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 SecurityAlertPolicyProperties struct + DisabledAlerts *[]string + EmailAccountAdmins *bool + EmailAddresses *[]string + RetentionDays *int32 + State ServerSecurityAlertPolicyState + StorageAccountAccessKey *string + StorageEndpoint *string + type Server struct + ID *string + 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 ServerForCreate struct + Location *string + Properties BasicServerPropertiesForCreate + Sku *Sku + Tags map[string]*string + func (sfc *ServerForCreate) UnmarshalJSON(body []byte) error + func (sfc ServerForCreate) MarshalJSON() ([]byte, error) + type ServerListResult struct + Value *[]Server + type ServerPrivateEndpointConnection struct + ID *string + Properties *ServerPrivateEndpointConnectionProperties + type ServerPrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpointProperty + PrivateLinkServiceConnectionState *ServerPrivateLinkServiceConnectionStateProperty + ProvisioningState PrivateEndpointProvisioningState + type ServerPrivateLinkServiceConnectionStateProperty struct + ActionsRequired PrivateLinkServiceConnectionStateActionsRequire + Description *string + Status PrivateLinkServiceConnectionStateStatus + type ServerProperties struct + AdministratorLogin *string + EarliestRestoreDate *date.Time + FullyQualifiedDomainName *string + MasterServerID *string + PrivateEndpointConnections *[]ServerPrivateEndpointConnection + PublicNetworkAccess PublicNetworkAccessEnum + ReplicaCapacity *int32 + ReplicationRole *string + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + UserVisibleState ServerState + Version ServerVersion + type ServerPropertiesForCreate struct + CreateMode CreateMode + PublicNetworkAccess PublicNetworkAccessEnum + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + Version ServerVersion + func (spfc ServerPropertiesForCreate) AsBasicServerPropertiesForCreate() (BasicServerPropertiesForCreate, bool) + func (spfc ServerPropertiesForCreate) AsServerPropertiesForCreate() (*ServerPropertiesForCreate, bool) + func (spfc ServerPropertiesForCreate) AsServerPropertiesForDefaultCreate() (*ServerPropertiesForDefaultCreate, bool) + func (spfc ServerPropertiesForCreate) AsServerPropertiesForGeoRestore() (*ServerPropertiesForGeoRestore, bool) + func (spfc ServerPropertiesForCreate) AsServerPropertiesForReplica() (*ServerPropertiesForReplica, bool) + func (spfc ServerPropertiesForCreate) AsServerPropertiesForRestore() (*ServerPropertiesForRestore, bool) + func (spfc ServerPropertiesForCreate) MarshalJSON() ([]byte, error) + type ServerPropertiesForDefaultCreate struct + AdministratorLogin *string + AdministratorLoginPassword *string + CreateMode CreateMode + PublicNetworkAccess PublicNetworkAccessEnum + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + Version ServerVersion + func (spfdc ServerPropertiesForDefaultCreate) AsBasicServerPropertiesForCreate() (BasicServerPropertiesForCreate, bool) + func (spfdc ServerPropertiesForDefaultCreate) AsServerPropertiesForCreate() (*ServerPropertiesForCreate, bool) + func (spfdc ServerPropertiesForDefaultCreate) AsServerPropertiesForDefaultCreate() (*ServerPropertiesForDefaultCreate, bool) + func (spfdc ServerPropertiesForDefaultCreate) AsServerPropertiesForGeoRestore() (*ServerPropertiesForGeoRestore, bool) + func (spfdc ServerPropertiesForDefaultCreate) AsServerPropertiesForReplica() (*ServerPropertiesForReplica, bool) + func (spfdc ServerPropertiesForDefaultCreate) AsServerPropertiesForRestore() (*ServerPropertiesForRestore, bool) + func (spfdc ServerPropertiesForDefaultCreate) MarshalJSON() ([]byte, error) + type ServerPropertiesForGeoRestore struct + CreateMode CreateMode + PublicNetworkAccess PublicNetworkAccessEnum + SourceServerID *string + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + Version ServerVersion + func (spfgr ServerPropertiesForGeoRestore) AsBasicServerPropertiesForCreate() (BasicServerPropertiesForCreate, bool) + func (spfgr ServerPropertiesForGeoRestore) AsServerPropertiesForCreate() (*ServerPropertiesForCreate, bool) + func (spfgr ServerPropertiesForGeoRestore) AsServerPropertiesForDefaultCreate() (*ServerPropertiesForDefaultCreate, bool) + func (spfgr ServerPropertiesForGeoRestore) AsServerPropertiesForGeoRestore() (*ServerPropertiesForGeoRestore, bool) + func (spfgr ServerPropertiesForGeoRestore) AsServerPropertiesForReplica() (*ServerPropertiesForReplica, bool) + func (spfgr ServerPropertiesForGeoRestore) AsServerPropertiesForRestore() (*ServerPropertiesForRestore, bool) + func (spfgr ServerPropertiesForGeoRestore) MarshalJSON() ([]byte, error) + type ServerPropertiesForReplica struct + CreateMode CreateMode + PublicNetworkAccess PublicNetworkAccessEnum + SourceServerID *string + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + Version ServerVersion + func (spfr ServerPropertiesForReplica) AsBasicServerPropertiesForCreate() (BasicServerPropertiesForCreate, bool) + func (spfr ServerPropertiesForReplica) AsServerPropertiesForCreate() (*ServerPropertiesForCreate, bool) + func (spfr ServerPropertiesForReplica) AsServerPropertiesForDefaultCreate() (*ServerPropertiesForDefaultCreate, bool) + func (spfr ServerPropertiesForReplica) AsServerPropertiesForGeoRestore() (*ServerPropertiesForGeoRestore, bool) + func (spfr ServerPropertiesForReplica) AsServerPropertiesForReplica() (*ServerPropertiesForReplica, bool) + func (spfr ServerPropertiesForReplica) AsServerPropertiesForRestore() (*ServerPropertiesForRestore, bool) + func (spfr ServerPropertiesForReplica) MarshalJSON() ([]byte, error) + type ServerPropertiesForRestore struct + CreateMode CreateMode + PublicNetworkAccess PublicNetworkAccessEnum + RestorePointInTime *date.Time + SourceServerID *string + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + Version ServerVersion + func (spfr ServerPropertiesForRestore) AsBasicServerPropertiesForCreate() (BasicServerPropertiesForCreate, bool) + func (spfr ServerPropertiesForRestore) AsServerPropertiesForCreate() (*ServerPropertiesForCreate, bool) + func (spfr ServerPropertiesForRestore) AsServerPropertiesForDefaultCreate() (*ServerPropertiesForDefaultCreate, bool) + func (spfr ServerPropertiesForRestore) AsServerPropertiesForGeoRestore() (*ServerPropertiesForGeoRestore, bool) + func (spfr ServerPropertiesForRestore) AsServerPropertiesForReplica() (*ServerPropertiesForReplica, bool) + func (spfr ServerPropertiesForRestore) AsServerPropertiesForRestore() (*ServerPropertiesForRestore, bool) + func (spfr ServerPropertiesForRestore) MarshalJSON() ([]byte, error) + type ServerSecurityAlertPoliciesClient struct + func NewServerSecurityAlertPoliciesClient(subscriptionID string) ServerSecurityAlertPoliciesClient + func NewServerSecurityAlertPoliciesClientWithBaseURI(baseURI string, subscriptionID string) ServerSecurityAlertPoliciesClient + func (client ServerSecurityAlertPoliciesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServerSecurityAlertPoliciesCreateOrUpdateFuture, err error) + func (client ServerSecurityAlertPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client ServerSecurityAlertPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result ServerSecurityAlertPolicy, err error) + func (client ServerSecurityAlertPoliciesClient) CreateOrUpdateSender(req *http.Request) (future ServerSecurityAlertPoliciesCreateOrUpdateFuture, err error) + func (client ServerSecurityAlertPoliciesClient) Get(ctx context.Context, resourceGroupName string, serverName string) (result ServerSecurityAlertPolicy, err error) + func (client ServerSecurityAlertPoliciesClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client ServerSecurityAlertPoliciesClient) GetResponder(resp *http.Response) (result ServerSecurityAlertPolicy, err error) + func (client ServerSecurityAlertPoliciesClient) GetSender(req *http.Request) (*http.Response, error) + type ServerSecurityAlertPoliciesCreateOrUpdateFuture struct + func (future *ServerSecurityAlertPoliciesCreateOrUpdateFuture) Result(client ServerSecurityAlertPoliciesClient) (ssap ServerSecurityAlertPolicy, err error) + type ServerSecurityAlertPolicy struct + ID *string + Name *string + Type *string + func (ssap *ServerSecurityAlertPolicy) UnmarshalJSON(body []byte) error + func (ssap ServerSecurityAlertPolicy) MarshalJSON() ([]byte, error) + type ServerSecurityAlertPolicyState string + const ServerSecurityAlertPolicyStateDisabled + const ServerSecurityAlertPolicyStateEnabled + func PossibleServerSecurityAlertPolicyStateValues() []ServerSecurityAlertPolicyState + type ServerState string + const ServerStateDisabled + const ServerStateDropping + const ServerStateReady + func PossibleServerStateValues() []ServerState + type ServerUpdateParameters struct + Sku *Sku + Tags map[string]*string + func (sup *ServerUpdateParameters) UnmarshalJSON(body []byte) error + func (sup ServerUpdateParameters) MarshalJSON() ([]byte, error) + type ServerUpdateParametersProperties struct + AdministratorLoginPassword *string + PublicNetworkAccess PublicNetworkAccessEnum + ReplicationRole *string + SslEnforcement SslEnforcementEnum + StorageProfile *StorageProfile + Version ServerVersion + type ServerVersion string + const FiveFullStopSeven + const FiveFullStopSix + func PossibleServerVersionValues() []ServerVersion + 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 ServerListResult, err error) + func (client ServersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ServerListResult, 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) 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) 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 ServersUpdateFuture struct + func (future *ServersUpdateFuture) Result(client ServersClient) (s Server, err error) + type Sku struct + Capacity *int32 + Family *string + Name *string + Size *string + Tier SkuTier + type SkuTier string + const Basic + 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 StorageProfile struct + BackupRetentionDays *int32 + GeoRedundantBackup GeoRedundantBackup + StorageAutogrow StorageAutogrow + StorageMB *int32 + type TagsObject struct + Tags map[string]*string + func (toVar TagsObject) MarshalJSON() ([]byte, error) + type TopQueryStatisticsClient struct + func NewTopQueryStatisticsClient(subscriptionID string) TopQueryStatisticsClient + func NewTopQueryStatisticsClientWithBaseURI(baseURI string, subscriptionID string) TopQueryStatisticsClient + func (client TopQueryStatisticsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result QueryStatistic, err error) + func (client TopQueryStatisticsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client TopQueryStatisticsClient) GetResponder(resp *http.Response) (result QueryStatistic, err error) + func (client TopQueryStatisticsClient) GetSender(req *http.Request) (*http.Response, error) + func (client TopQueryStatisticsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string, ...) (result TopQueryStatisticsResultListPage, err error) + func (client TopQueryStatisticsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string, ...) (result TopQueryStatisticsResultListIterator, err error) + func (client TopQueryStatisticsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client TopQueryStatisticsClient) ListByServerResponder(resp *http.Response) (result TopQueryStatisticsResultList, err error) + func (client TopQueryStatisticsClient) ListByServerSender(req *http.Request) (*http.Response, error) + type TopQueryStatisticsInput struct + func (tqsi *TopQueryStatisticsInput) UnmarshalJSON(body []byte) error + func (tqsi TopQueryStatisticsInput) MarshalJSON() ([]byte, error) + type TopQueryStatisticsInputProperties struct + AggregationFunction *string + AggregationWindow *string + NumberOfTopQueries *int32 + ObservationEndTime *date.Time + ObservationStartTime *date.Time + ObservedMetric *string + type TopQueryStatisticsResultList struct + NextLink *string + Value *[]QueryStatistic + func (tqsrl TopQueryStatisticsResultList) IsEmpty() bool + type TopQueryStatisticsResultListIterator struct + func NewTopQueryStatisticsResultListIterator(page TopQueryStatisticsResultListPage) TopQueryStatisticsResultListIterator + func (iter *TopQueryStatisticsResultListIterator) Next() error + func (iter *TopQueryStatisticsResultListIterator) NextWithContext(ctx context.Context) (err error) + func (iter TopQueryStatisticsResultListIterator) NotDone() bool + func (iter TopQueryStatisticsResultListIterator) Response() TopQueryStatisticsResultList + func (iter TopQueryStatisticsResultListIterator) Value() QueryStatistic + type TopQueryStatisticsResultListPage struct + func NewTopQueryStatisticsResultListPage(...) TopQueryStatisticsResultListPage + func (page *TopQueryStatisticsResultListPage) Next() error + func (page *TopQueryStatisticsResultListPage) NextWithContext(ctx context.Context) (err error) + func (page TopQueryStatisticsResultListPage) NotDone() bool + func (page TopQueryStatisticsResultListPage) Response() TopQueryStatisticsResultList + func (page TopQueryStatisticsResultListPage) Values() []QueryStatistic + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type VirtualNetworkRule struct + ID *string + Name *string + Type *string + func (vnr *VirtualNetworkRule) UnmarshalJSON(body []byte) error + func (vnr VirtualNetworkRule) MarshalJSON() ([]byte, error) + type VirtualNetworkRuleListResult struct + NextLink *string + Value *[]VirtualNetworkRule + func (vnrlr VirtualNetworkRuleListResult) IsEmpty() bool + type VirtualNetworkRuleListResultIterator struct + func NewVirtualNetworkRuleListResultIterator(page VirtualNetworkRuleListResultPage) VirtualNetworkRuleListResultIterator + func (iter *VirtualNetworkRuleListResultIterator) Next() error + func (iter *VirtualNetworkRuleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualNetworkRuleListResultIterator) NotDone() bool + func (iter VirtualNetworkRuleListResultIterator) Response() VirtualNetworkRuleListResult + func (iter VirtualNetworkRuleListResultIterator) Value() VirtualNetworkRule + type VirtualNetworkRuleListResultPage struct + func NewVirtualNetworkRuleListResultPage(...) VirtualNetworkRuleListResultPage + func (page *VirtualNetworkRuleListResultPage) Next() error + func (page *VirtualNetworkRuleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualNetworkRuleListResultPage) NotDone() bool + func (page VirtualNetworkRuleListResultPage) Response() VirtualNetworkRuleListResult + func (page VirtualNetworkRuleListResultPage) Values() []VirtualNetworkRule + type VirtualNetworkRuleProperties struct + IgnoreMissingVnetServiceEndpoint *bool + State VirtualNetworkRuleState + VirtualNetworkSubnetID *string + type VirtualNetworkRuleState string + const VirtualNetworkRuleStateDeleting + const VirtualNetworkRuleStateInProgress + const VirtualNetworkRuleStateInitializing + const VirtualNetworkRuleStateReady + const VirtualNetworkRuleStateUnknown + func PossibleVirtualNetworkRuleStateValues() []VirtualNetworkRuleState + type VirtualNetworkRulesClient struct + func NewVirtualNetworkRulesClient(subscriptionID string) VirtualNetworkRulesClient + func NewVirtualNetworkRulesClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkRulesClient + func (client VirtualNetworkRulesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, ...) (result VirtualNetworkRulesCreateOrUpdateFuture, err error) + func (client VirtualNetworkRulesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client VirtualNetworkRulesClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) CreateOrUpdateSender(req *http.Request) (future VirtualNetworkRulesCreateOrUpdateFuture, err error) + func (client VirtualNetworkRulesClient) Delete(ctx context.Context, resourceGroupName string, serverName string, ...) (result VirtualNetworkRulesDeleteFuture, err error) + func (client VirtualNetworkRulesClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client VirtualNetworkRulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualNetworkRulesClient) DeleteSender(req *http.Request) (future VirtualNetworkRulesDeleteFuture, err error) + func (client VirtualNetworkRulesClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client VirtualNetworkRulesClient) GetResponder(resp *http.Response) (result VirtualNetworkRule, err error) + func (client VirtualNetworkRulesClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkRulesClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string) (result VirtualNetworkRuleListResultPage, err error) + func (client VirtualNetworkRulesClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string) (result VirtualNetworkRuleListResultIterator, err error) + func (client VirtualNetworkRulesClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error) + func (client VirtualNetworkRulesClient) ListByServerResponder(resp *http.Response) (result VirtualNetworkRuleListResult, err error) + func (client VirtualNetworkRulesClient) ListByServerSender(req *http.Request) (*http.Response, error) + type VirtualNetworkRulesCreateOrUpdateFuture struct + func (future *VirtualNetworkRulesCreateOrUpdateFuture) Result(client VirtualNetworkRulesClient) (vnr VirtualNetworkRule, err error) + type VirtualNetworkRulesDeleteFuture struct + func (future *VirtualNetworkRulesDeleteFuture) Result(client VirtualNetworkRulesClient) (ar autorest.Response, err error) + type WaitStatistic struct + ID *string + Name *string + Type *string + func (ws *WaitStatistic) UnmarshalJSON(body []byte) error + func (ws WaitStatistic) MarshalJSON() ([]byte, error) + type WaitStatisticProperties struct + Count *int64 + DatabaseName *string + EndTime *date.Time + EventName *string + EventTypeName *string + QueryID *int64 + StartTime *date.Time + TotalTimeInMs *float64 + UserID *int64 + type WaitStatisticsClient struct + func NewWaitStatisticsClient(subscriptionID string) WaitStatisticsClient + func NewWaitStatisticsClientWithBaseURI(baseURI string, subscriptionID string) WaitStatisticsClient + func (client WaitStatisticsClient) Get(ctx context.Context, resourceGroupName string, serverName string, ...) (result WaitStatistic, err error) + func (client WaitStatisticsClient) GetPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client WaitStatisticsClient) GetResponder(resp *http.Response) (result WaitStatistic, err error) + func (client WaitStatisticsClient) GetSender(req *http.Request) (*http.Response, error) + func (client WaitStatisticsClient) ListByServer(ctx context.Context, resourceGroupName string, serverName string, ...) (result WaitStatisticsResultListPage, err error) + func (client WaitStatisticsClient) ListByServerComplete(ctx context.Context, resourceGroupName string, serverName string, ...) (result WaitStatisticsResultListIterator, err error) + func (client WaitStatisticsClient) ListByServerPreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error) + func (client WaitStatisticsClient) ListByServerResponder(resp *http.Response) (result WaitStatisticsResultList, err error) + func (client WaitStatisticsClient) ListByServerSender(req *http.Request) (*http.Response, error) + type WaitStatisticsInput struct + func (wsi *WaitStatisticsInput) UnmarshalJSON(body []byte) error + func (wsi WaitStatisticsInput) MarshalJSON() ([]byte, error) + type WaitStatisticsInputProperties struct + AggregationWindow *string + ObservationEndTime *date.Time + ObservationStartTime *date.Time + type WaitStatisticsResultList struct + NextLink *string + Value *[]WaitStatistic + func (wsrl WaitStatisticsResultList) IsEmpty() bool + type WaitStatisticsResultListIterator struct + func NewWaitStatisticsResultListIterator(page WaitStatisticsResultListPage) WaitStatisticsResultListIterator + func (iter *WaitStatisticsResultListIterator) Next() error + func (iter *WaitStatisticsResultListIterator) NextWithContext(ctx context.Context) (err error) + func (iter WaitStatisticsResultListIterator) NotDone() bool + func (iter WaitStatisticsResultListIterator) Response() WaitStatisticsResultList + func (iter WaitStatisticsResultListIterator) Value() WaitStatistic + type WaitStatisticsResultListPage struct + func NewWaitStatisticsResultListPage(...) WaitStatisticsResultListPage + func (page *WaitStatisticsResultListPage) Next() error + func (page *WaitStatisticsResultListPage) NextWithContext(ctx context.Context) (err error) + func (page WaitStatisticsResultListPage) NotDone() bool + func (page WaitStatisticsResultListPage) Response() WaitStatisticsResultList + func (page WaitStatisticsResultListPage) Values() []WaitStatistic Other modules containing this package github.com/test-repo-arcturus/azure-sdk-for-go