Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type APIProperties struct + ServerVersion ServerVersion + type APIType string + const APITypeCassandra + const APITypeGremlin + const APITypeGremlinV2 + const APITypeMongoDB + const APITypeSQL + const APITypeTable + func PossibleAPITypeValues() []APIType + type ARMProxyResource struct + ID *string + Name *string + Type *string + func (apr ARMProxyResource) MarshalJSON() ([]byte, error) + type ARMResourceProperties struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (arp ARMResourceProperties) MarshalJSON() ([]byte, error) + type AnalyticalStorageConfiguration struct + SchemaType AnalyticalStorageSchemaType + type AnalyticalStorageSchemaType string + const AnalyticalStorageSchemaTypeFullFidelity + const AnalyticalStorageSchemaTypeWellDefined + func PossibleAnalyticalStorageSchemaTypeValues() []AnalyticalStorageSchemaType + type AuthenticationMethod string + const AuthenticationMethodCassandra + const AuthenticationMethodNone + func PossibleAuthenticationMethodValues() []AuthenticationMethod + type AutoUpgradePolicyResource struct + ThroughputPolicy *ThroughputPolicyResource + type AutoscaleSettings struct + MaxThroughput *int32 + type AutoscaleSettingsResource struct + AutoUpgradePolicy *AutoUpgradePolicyResource + MaxThroughput *int32 + TargetMaxThroughput *int32 + func (asr AutoscaleSettingsResource) MarshalJSON() ([]byte, error) + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + func (aer AzureEntityResource) MarshalJSON() ([]byte, error) + type BackupInformation struct + ContinuousBackupInformation *ContinuousBackupInformation + type BackupPolicy struct + MigrationState *BackupPolicyMigrationState + Type Type + func (bp BackupPolicy) AsBackupPolicy() (*BackupPolicy, bool) + func (bp BackupPolicy) AsBasicBackupPolicy() (BasicBackupPolicy, bool) + func (bp BackupPolicy) AsContinuousModeBackupPolicy() (*ContinuousModeBackupPolicy, bool) + func (bp BackupPolicy) AsPeriodicModeBackupPolicy() (*PeriodicModeBackupPolicy, bool) + func (bp BackupPolicy) MarshalJSON() ([]byte, error) + type BackupPolicyMigrationState struct + StartTime *date.Time + Status BackupPolicyMigrationStatus + TargetType BackupPolicyType + type BackupPolicyMigrationStatus string + const BackupPolicyMigrationStatusCompleted + const BackupPolicyMigrationStatusFailed + const BackupPolicyMigrationStatusInProgress + const BackupPolicyMigrationStatusInvalid + func PossibleBackupPolicyMigrationStatusValues() []BackupPolicyMigrationStatus + type BackupPolicyType string + const BackupPolicyTypeContinuous + const BackupPolicyTypePeriodic + func PossibleBackupPolicyTypeValues() []BackupPolicyType + type BackupStorageRedundancy string + const BackupStorageRedundancyGeo + const BackupStorageRedundancyLocal + const BackupStorageRedundancyZone + func PossibleBackupStorageRedundancyValues() []BackupStorageRedundancy + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicBackupPolicy interface + AsBackupPolicy func() (*BackupPolicy, bool) + AsContinuousModeBackupPolicy func() (*ContinuousModeBackupPolicy, bool) + AsPeriodicModeBackupPolicy func() (*PeriodicModeBackupPolicy, bool) + type Capability struct + Name *string + type Capacity struct + TotalThroughputLimit *int32 + type CassandraClusterPublicStatus struct + ConnectionErrors *[]ConnectionError + DataCenters *[]CassandraClusterPublicStatusDataCentersItem + ETag *string + ReaperStatus *ManagedCassandraReaperStatus + type CassandraClusterPublicStatusDataCentersItem struct + Name *string + Nodes *[]CassandraClusterPublicStatusDataCentersItemNodesItem + SeedNodes *[]string + type CassandraClusterPublicStatusDataCentersItemNodesItem struct + Address *string + CPUUsage *float64 + DiskFreeKB *int64 + DiskUsedKB *int64 + HostID *string + Load *string + MemoryBuffersAndCachedKB *int64 + MemoryFreeKB *int64 + MemoryTotalKB *int64 + MemoryUsedKB *int64 + Rack *string + Size *int32 + State NodeState + Status *string + Timestamp *string + Tokens *[]string + type CassandraClustersClient struct + func NewCassandraClustersClient(subscriptionID string) CassandraClustersClient + func NewCassandraClustersClientWithBaseURI(baseURI string, subscriptionID string) CassandraClustersClient + func (client CassandraClustersClient) CreateUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CassandraClustersCreateUpdateFuture, err error) + func (client CassandraClustersClient) CreateUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client CassandraClustersClient) CreateUpdateResponder(resp *http.Response) (result ClusterResource, err error) + func (client CassandraClustersClient) CreateUpdateSender(req *http.Request) (future CassandraClustersCreateUpdateFuture, err error) + func (client CassandraClustersClient) Deallocate(ctx context.Context, resourceGroupName string, clusterName string) (result CassandraClustersDeallocateFuture, err error) + func (client CassandraClustersClient) DeallocatePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client CassandraClustersClient) DeallocateResponder(resp *http.Response) (result autorest.Response, err error) + func (client CassandraClustersClient) DeallocateSender(req *http.Request) (future CassandraClustersDeallocateFuture, err error) + func (client CassandraClustersClient) Delete(ctx context.Context, resourceGroupName string, clusterName string) (result CassandraClustersDeleteFuture, err error) + func (client CassandraClustersClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client CassandraClustersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CassandraClustersClient) DeleteSender(req *http.Request) (future CassandraClustersDeleteFuture, err error) + func (client CassandraClustersClient) Get(ctx context.Context, resourceGroupName string, clusterName string) (result ClusterResource, err error) + func (client CassandraClustersClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client CassandraClustersClient) GetResponder(resp *http.Response) (result ClusterResource, err error) + func (client CassandraClustersClient) GetSender(req *http.Request) (*http.Response, error) + func (client CassandraClustersClient) InvokeCommand(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CassandraClustersInvokeCommandFuture, err error) + func (client CassandraClustersClient) InvokeCommandPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client CassandraClustersClient) InvokeCommandResponder(resp *http.Response) (result CommandOutput, err error) + func (client CassandraClustersClient) InvokeCommandSender(req *http.Request) (future CassandraClustersInvokeCommandFuture, err error) + func (client CassandraClustersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ListClusters, err error) + func (client CassandraClustersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client CassandraClustersClient) ListByResourceGroupResponder(resp *http.Response) (result ListClusters, err error) + func (client CassandraClustersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client CassandraClustersClient) ListBySubscription(ctx context.Context) (result ListClusters, err error) + func (client CassandraClustersClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client CassandraClustersClient) ListBySubscriptionResponder(resp *http.Response) (result ListClusters, err error) + func (client CassandraClustersClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client CassandraClustersClient) Start(ctx context.Context, resourceGroupName string, clusterName string) (result CassandraClustersStartFuture, err error) + func (client CassandraClustersClient) StartPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client CassandraClustersClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client CassandraClustersClient) StartSender(req *http.Request) (future CassandraClustersStartFuture, err error) + func (client CassandraClustersClient) Status(ctx context.Context, resourceGroupName string, clusterName string) (result CassandraClusterPublicStatus, err error) + func (client CassandraClustersClient) StatusPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client CassandraClustersClient) StatusResponder(resp *http.Response) (result CassandraClusterPublicStatus, err error) + func (client CassandraClustersClient) StatusSender(req *http.Request) (*http.Response, error) + func (client CassandraClustersClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CassandraClustersUpdateFuture, err error) + func (client CassandraClustersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client CassandraClustersClient) UpdateResponder(resp *http.Response) (result ClusterResource, err error) + func (client CassandraClustersClient) UpdateSender(req *http.Request) (future CassandraClustersUpdateFuture, err error) + type CassandraClustersCreateUpdateFuture struct + Result func(CassandraClustersClient) (ClusterResource, error) + func (future *CassandraClustersCreateUpdateFuture) UnmarshalJSON(body []byte) error + type CassandraClustersDeallocateFuture struct + Result func(CassandraClustersClient) (autorest.Response, error) + func (future *CassandraClustersDeallocateFuture) UnmarshalJSON(body []byte) error + type CassandraClustersDeleteFuture struct + Result func(CassandraClustersClient) (autorest.Response, error) + func (future *CassandraClustersDeleteFuture) UnmarshalJSON(body []byte) error + type CassandraClustersInvokeCommandFuture struct + Result func(CassandraClustersClient) (CommandOutput, error) + func (future *CassandraClustersInvokeCommandFuture) UnmarshalJSON(body []byte) error + type CassandraClustersStartFuture struct + Result func(CassandraClustersClient) (autorest.Response, error) + func (future *CassandraClustersStartFuture) UnmarshalJSON(body []byte) error + type CassandraClustersUpdateFuture struct + Result func(CassandraClustersClient) (ClusterResource, error) + func (future *CassandraClustersUpdateFuture) UnmarshalJSON(body []byte) error + type CassandraDataCentersClient struct + func NewCassandraDataCentersClient(subscriptionID string) CassandraDataCentersClient + func NewCassandraDataCentersClientWithBaseURI(baseURI string, subscriptionID string) CassandraDataCentersClient + func (client CassandraDataCentersClient) CreateUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CassandraDataCentersCreateUpdateFuture, err error) + func (client CassandraDataCentersClient) CreateUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client CassandraDataCentersClient) CreateUpdateResponder(resp *http.Response) (result DataCenterResource, err error) + func (client CassandraDataCentersClient) CreateUpdateSender(req *http.Request) (future CassandraDataCentersCreateUpdateFuture, err error) + func (client CassandraDataCentersClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CassandraDataCentersDeleteFuture, err error) + func (client CassandraDataCentersClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client CassandraDataCentersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CassandraDataCentersClient) DeleteSender(req *http.Request) (future CassandraDataCentersDeleteFuture, err error) + func (client CassandraDataCentersClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataCenterResource, err error) + func (client CassandraDataCentersClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client CassandraDataCentersClient) GetResponder(resp *http.Response) (result DataCenterResource, err error) + func (client CassandraDataCentersClient) GetSender(req *http.Request) (*http.Response, error) + func (client CassandraDataCentersClient) List(ctx context.Context, resourceGroupName string, clusterName string) (result ListDataCenters, err error) + func (client CassandraDataCentersClient) ListPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client CassandraDataCentersClient) ListResponder(resp *http.Response) (result ListDataCenters, err error) + func (client CassandraDataCentersClient) ListSender(req *http.Request) (*http.Response, error) + func (client CassandraDataCentersClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CassandraDataCentersUpdateFuture, err error) + func (client CassandraDataCentersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client CassandraDataCentersClient) UpdateResponder(resp *http.Response) (result DataCenterResource, err error) + func (client CassandraDataCentersClient) UpdateSender(req *http.Request) (future CassandraDataCentersUpdateFuture, err error) + type CassandraDataCentersCreateUpdateFuture struct + Result func(CassandraDataCentersClient) (DataCenterResource, error) + func (future *CassandraDataCentersCreateUpdateFuture) UnmarshalJSON(body []byte) error + type CassandraDataCentersDeleteFuture struct + Result func(CassandraDataCentersClient) (autorest.Response, error) + func (future *CassandraDataCentersDeleteFuture) UnmarshalJSON(body []byte) error + type CassandraDataCentersUpdateFuture struct + Result func(CassandraDataCentersClient) (DataCenterResource, error) + func (future *CassandraDataCentersUpdateFuture) UnmarshalJSON(body []byte) error + type CassandraKeyspaceCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ckcup *CassandraKeyspaceCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (ckcup CassandraKeyspaceCreateUpdateParameters) MarshalJSON() ([]byte, error) + type CassandraKeyspaceCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *CassandraKeyspaceResource + type CassandraKeyspaceGetProperties struct + Options *CassandraKeyspaceGetPropertiesOptions + Resource *CassandraKeyspaceGetPropertiesResource + type CassandraKeyspaceGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type CassandraKeyspaceGetPropertiesResource struct + Etag *string + ID *string + Rid *string + Ts *float64 + func (ckgp CassandraKeyspaceGetPropertiesResource) MarshalJSON() ([]byte, error) + type CassandraKeyspaceGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ckgr *CassandraKeyspaceGetResults) UnmarshalJSON(body []byte) error + func (ckgr CassandraKeyspaceGetResults) MarshalJSON() ([]byte, error) + type CassandraKeyspaceListResult struct + Value *[]CassandraKeyspaceGetResults + func (cklr CassandraKeyspaceListResult) MarshalJSON() ([]byte, error) + type CassandraKeyspaceResource struct + ID *string + type CassandraPartitionKey struct + Name *string + type CassandraResourcesClient struct + func NewCassandraResourcesClient(subscriptionID string) CassandraResourcesClient + func NewCassandraResourcesClientWithBaseURI(baseURI string, subscriptionID string) CassandraResourcesClient + func (client CassandraResourcesClient) CreateUpdateCassandraKeyspace(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesCreateUpdateCassandraKeyspaceFuture, err error) + func (client CassandraResourcesClient) CreateUpdateCassandraKeyspacePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) CreateUpdateCassandraKeyspaceResponder(resp *http.Response) (result CassandraKeyspaceGetResults, err error) + func (client CassandraResourcesClient) CreateUpdateCassandraKeyspaceSender(req *http.Request) (future CassandraResourcesCreateUpdateCassandraKeyspaceFuture, err error) + func (client CassandraResourcesClient) CreateUpdateCassandraTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesCreateUpdateCassandraTableFuture, err error) + func (client CassandraResourcesClient) CreateUpdateCassandraTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) CreateUpdateCassandraTableResponder(resp *http.Response) (result CassandraTableGetResults, err error) + func (client CassandraResourcesClient) CreateUpdateCassandraTableSender(req *http.Request) (future CassandraResourcesCreateUpdateCassandraTableFuture, err error) + func (client CassandraResourcesClient) DeleteCassandraKeyspace(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesDeleteCassandraKeyspaceFuture, err error) + func (client CassandraResourcesClient) DeleteCassandraKeyspacePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) DeleteCassandraKeyspaceResponder(resp *http.Response) (result autorest.Response, err error) + func (client CassandraResourcesClient) DeleteCassandraKeyspaceSender(req *http.Request) (future CassandraResourcesDeleteCassandraKeyspaceFuture, err error) + func (client CassandraResourcesClient) DeleteCassandraTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesDeleteCassandraTableFuture, err error) + func (client CassandraResourcesClient) DeleteCassandraTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) DeleteCassandraTableResponder(resp *http.Response) (result autorest.Response, err error) + func (client CassandraResourcesClient) DeleteCassandraTableSender(req *http.Request) (future CassandraResourcesDeleteCassandraTableFuture, err error) + func (client CassandraResourcesClient) GetCassandraKeyspace(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraKeyspaceGetResults, err error) + func (client CassandraResourcesClient) GetCassandraKeyspacePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) GetCassandraKeyspaceResponder(resp *http.Response) (result CassandraKeyspaceGetResults, err error) + func (client CassandraResourcesClient) GetCassandraKeyspaceSender(req *http.Request) (*http.Response, error) + func (client CassandraResourcesClient) GetCassandraKeyspaceThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) GetCassandraKeyspaceThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) GetCassandraKeyspaceThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) GetCassandraKeyspaceThroughputSender(req *http.Request) (*http.Response, error) + func (client CassandraResourcesClient) GetCassandraTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraTableGetResults, err error) + func (client CassandraResourcesClient) GetCassandraTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) GetCassandraTableResponder(resp *http.Response) (result CassandraTableGetResults, err error) + func (client CassandraResourcesClient) GetCassandraTableSender(req *http.Request) (*http.Response, error) + func (client CassandraResourcesClient) GetCassandraTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) GetCassandraTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) GetCassandraTableThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) GetCassandraTableThroughputSender(req *http.Request) (*http.Response, error) + func (client CassandraResourcesClient) ListCassandraKeyspaces(ctx context.Context, resourceGroupName string, accountName string) (result CassandraKeyspaceListResult, err error) + func (client CassandraResourcesClient) ListCassandraKeyspacesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client CassandraResourcesClient) ListCassandraKeyspacesResponder(resp *http.Response) (result CassandraKeyspaceListResult, err error) + func (client CassandraResourcesClient) ListCassandraKeyspacesSender(req *http.Request) (*http.Response, error) + func (client CassandraResourcesClient) ListCassandraTables(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraTableListResult, err error) + func (client CassandraResourcesClient) ListCassandraTablesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) ListCassandraTablesResponder(resp *http.Response) (result CassandraTableListResult, err error) + func (client CassandraResourcesClient) ListCassandraTablesSender(req *http.Request) (*http.Response, error) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesMigrateCassandraKeyspaceToAutoscaleFuture, err error) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToAutoscaleSender(req *http.Request) (future CassandraResourcesMigrateCassandraKeyspaceToAutoscaleFuture, err error) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesMigrateCassandraKeyspaceToManualThroughputFuture, ...) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) MigrateCassandraKeyspaceToManualThroughputSender(req *http.Request) (future CassandraResourcesMigrateCassandraKeyspaceToManualThroughputFuture, ...) + func (client CassandraResourcesClient) MigrateCassandraTableToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesMigrateCassandraTableToAutoscaleFuture, err error) + func (client CassandraResourcesClient) MigrateCassandraTableToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) MigrateCassandraTableToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) MigrateCassandraTableToAutoscaleSender(req *http.Request) (future CassandraResourcesMigrateCassandraTableToAutoscaleFuture, err error) + func (client CassandraResourcesClient) MigrateCassandraTableToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesMigrateCassandraTableToManualThroughputFuture, ...) + func (client CassandraResourcesClient) MigrateCassandraTableToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) MigrateCassandraTableToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) MigrateCassandraTableToManualThroughputSender(req *http.Request) (future CassandraResourcesMigrateCassandraTableToManualThroughputFuture, ...) + func (client CassandraResourcesClient) UpdateCassandraKeyspaceThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesUpdateCassandraKeyspaceThroughputFuture, err error) + func (client CassandraResourcesClient) UpdateCassandraKeyspaceThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) UpdateCassandraKeyspaceThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) UpdateCassandraKeyspaceThroughputSender(req *http.Request) (future CassandraResourcesUpdateCassandraKeyspaceThroughputFuture, err error) + func (client CassandraResourcesClient) UpdateCassandraTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraResourcesUpdateCassandraTableThroughputFuture, err error) + func (client CassandraResourcesClient) UpdateCassandraTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CassandraResourcesClient) UpdateCassandraTableThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client CassandraResourcesClient) UpdateCassandraTableThroughputSender(req *http.Request) (future CassandraResourcesUpdateCassandraTableThroughputFuture, err error) + type CassandraResourcesCreateUpdateCassandraKeyspaceFuture struct + Result func(CassandraResourcesClient) (CassandraKeyspaceGetResults, error) + func (future *CassandraResourcesCreateUpdateCassandraKeyspaceFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesCreateUpdateCassandraTableFuture struct + Result func(CassandraResourcesClient) (CassandraTableGetResults, error) + func (future *CassandraResourcesCreateUpdateCassandraTableFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesDeleteCassandraKeyspaceFuture struct + Result func(CassandraResourcesClient) (autorest.Response, error) + func (future *CassandraResourcesDeleteCassandraKeyspaceFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesDeleteCassandraTableFuture struct + Result func(CassandraResourcesClient) (autorest.Response, error) + func (future *CassandraResourcesDeleteCassandraTableFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesMigrateCassandraKeyspaceToAutoscaleFuture struct + Result func(CassandraResourcesClient) (ThroughputSettingsGetResults, error) + func (future *CassandraResourcesMigrateCassandraKeyspaceToAutoscaleFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesMigrateCassandraKeyspaceToManualThroughputFuture struct + Result func(CassandraResourcesClient) (ThroughputSettingsGetResults, error) + func (future *CassandraResourcesMigrateCassandraKeyspaceToManualThroughputFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesMigrateCassandraTableToAutoscaleFuture struct + Result func(CassandraResourcesClient) (ThroughputSettingsGetResults, error) + func (future *CassandraResourcesMigrateCassandraTableToAutoscaleFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesMigrateCassandraTableToManualThroughputFuture struct + Result func(CassandraResourcesClient) (ThroughputSettingsGetResults, error) + func (future *CassandraResourcesMigrateCassandraTableToManualThroughputFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesUpdateCassandraKeyspaceThroughputFuture struct + Result func(CassandraResourcesClient) (ThroughputSettingsGetResults, error) + func (future *CassandraResourcesUpdateCassandraKeyspaceThroughputFuture) UnmarshalJSON(body []byte) error + type CassandraResourcesUpdateCassandraTableThroughputFuture struct + Result func(CassandraResourcesClient) (ThroughputSettingsGetResults, error) + func (future *CassandraResourcesUpdateCassandraTableThroughputFuture) UnmarshalJSON(body []byte) error + type CassandraSchema struct + ClusterKeys *[]ClusterKey + Columns *[]Column + PartitionKeys *[]CassandraPartitionKey + type CassandraTableCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ctcup *CassandraTableCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (ctcup CassandraTableCreateUpdateParameters) MarshalJSON() ([]byte, error) + type CassandraTableCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *CassandraTableResource + type CassandraTableGetProperties struct + Options *CassandraTableGetPropertiesOptions + Resource *CassandraTableGetPropertiesResource + type CassandraTableGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type CassandraTableGetPropertiesResource struct + AnalyticalStorageTTL *int32 + DefaultTTL *int32 + Etag *string + ID *string + Rid *string + Schema *CassandraSchema + Ts *float64 + func (ctgp CassandraTableGetPropertiesResource) MarshalJSON() ([]byte, error) + type CassandraTableGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ctgr *CassandraTableGetResults) UnmarshalJSON(body []byte) error + func (ctgr CassandraTableGetResults) MarshalJSON() ([]byte, error) + type CassandraTableListResult struct + Value *[]CassandraTableGetResults + func (ctlr CassandraTableListResult) MarshalJSON() ([]byte, error) + type CassandraTableResource struct + AnalyticalStorageTTL *int32 + DefaultTTL *int32 + ID *string + Schema *CassandraSchema + type Certificate struct + Pem *string + type CloudError struct + Error *ErrorResponse + type ClusterKey struct + Name *string + OrderBy *string + type ClusterResource struct + ID *string + Identity *ManagedCassandraManagedServiceIdentity + Location *string + Name *string + Properties *ClusterResourceProperties + Tags map[string]*string + Type *string + func (cr ClusterResource) MarshalJSON() ([]byte, error) + type ClusterResourceProperties struct + AuthenticationMethod AuthenticationMethod + CassandraAuditLoggingEnabled *bool + CassandraVersion *string + ClientCertificates *[]Certificate + ClusterNameOverride *string + Deallocated *bool + DelegatedManagementSubnetID *string + ExternalGossipCertificates *[]Certificate + ExternalSeedNodes *[]SeedNode + GossipCertificates *[]Certificate + HoursBetweenBackups *int32 + InitialCassandraAdminPassword *string + PrometheusEndpoint *SeedNode + ProvisioningState ManagedCassandraProvisioningState + RepairEnabled *bool + RestoreFromBackupID *string + SeedNodes *[]SeedNode + func (cr ClusterResourceProperties) MarshalJSON() ([]byte, error) + type CollectionClient struct + func NewCollectionClient(subscriptionID string) CollectionClient + func NewCollectionClientWithBaseURI(baseURI string, subscriptionID string) CollectionClient + func (client CollectionClient) ListMetricDefinitions(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricDefinitionsListResult, err error) + func (client CollectionClient) ListMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionClient) ListMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionsListResult, err error) + func (client CollectionClient) ListMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client CollectionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client CollectionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client CollectionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client CollectionClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsagesResult, err error) + func (client CollectionClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionClient) ListUsagesResponder(resp *http.Response) (result UsagesResult, err error) + func (client CollectionClient) ListUsagesSender(req *http.Request) (*http.Response, error) + type CollectionPartitionClient struct + func NewCollectionPartitionClient(subscriptionID string) CollectionPartitionClient + func NewCollectionPartitionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionClient + func (client CollectionPartitionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client CollectionPartitionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionPartitionClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client CollectionPartitionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client CollectionPartitionClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionUsagesResult, err error) + func (client CollectionPartitionClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionPartitionClient) ListUsagesResponder(resp *http.Response) (result PartitionUsagesResult, err error) + func (client CollectionPartitionClient) ListUsagesSender(req *http.Request) (*http.Response, error) + type CollectionPartitionRegionClient struct + func NewCollectionPartitionRegionClient(subscriptionID string) CollectionPartitionRegionClient + func NewCollectionPartitionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionRegionClient + func (client CollectionPartitionRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client CollectionPartitionRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionPartitionRegionClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client CollectionPartitionRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type CollectionRegionClient struct + func NewCollectionRegionClient(subscriptionID string) CollectionRegionClient + func NewCollectionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionRegionClient + func (client CollectionRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client CollectionRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionRegionClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client CollectionRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type Column struct + Name *string + Type *string + type CommandOutput struct + CommandOutput *string + type CommandPostBody struct + Arguments map[string]*string + CassandraStopStart *bool + Command *string + Host *string + Readwrite *bool + func (cpb CommandPostBody) MarshalJSON() ([]byte, error) + type CompositePath struct + Order CompositePathSortOrder + Path *string + type CompositePathSortOrder string + const CompositePathSortOrderAscending + const CompositePathSortOrderDescending + func PossibleCompositePathSortOrderValues() []CompositePathSortOrder + type ConflictResolutionMode string + const ConflictResolutionModeCustom + const ConflictResolutionModeLastWriterWins + func PossibleConflictResolutionModeValues() []ConflictResolutionMode + type ConflictResolutionPolicy struct + ConflictResolutionPath *string + ConflictResolutionProcedure *string + Mode ConflictResolutionMode + type ConnectionError struct + ConnectionState ConnectionState + Exception *string + IPFrom *string + IPTo *string + Port *int32 + type ConnectionState string + const ConnectionStateDatacenterToDatacenterNetworkError + const ConnectionStateInternalError + const ConnectionStateInternalOperatorToDataCenterCertificateError + const ConnectionStateOK + const ConnectionStateOperatorToDataCenterNetworkError + const ConnectionStateUnknown + func PossibleConnectionStateValues() []ConnectionState + type ConnectorOffer string + const ConnectorOfferSmall + func PossibleConnectorOfferValues() []ConnectorOffer + type ConsistencyPolicy struct + DefaultConsistencyLevel DefaultConsistencyLevel + MaxIntervalInSeconds *int32 + MaxStalenessPrefix *int64 + type ContainerPartitionKey struct + Kind PartitionKind + Paths *[]string + SystemKey *bool + Version *int32 + func (cpk ContainerPartitionKey) MarshalJSON() ([]byte, error) + type ContinuousBackupInformation struct + LatestRestorableTimestamp *string + type ContinuousBackupRestoreLocation struct + Location *string + type ContinuousModeBackupPolicy struct + MigrationState *BackupPolicyMigrationState + Type Type + func (cmbp ContinuousModeBackupPolicy) AsBackupPolicy() (*BackupPolicy, bool) + func (cmbp ContinuousModeBackupPolicy) AsBasicBackupPolicy() (BasicBackupPolicy, bool) + func (cmbp ContinuousModeBackupPolicy) AsContinuousModeBackupPolicy() (*ContinuousModeBackupPolicy, bool) + func (cmbp ContinuousModeBackupPolicy) AsPeriodicModeBackupPolicy() (*PeriodicModeBackupPolicy, bool) + func (cmbp ContinuousModeBackupPolicy) MarshalJSON() ([]byte, error) + type CorsPolicy struct + AllowedHeaders *string + AllowedMethods *string + AllowedOrigins *string + ExposedHeaders *string + MaxAgeInSeconds *int64 + type CreateMode string + const CreateModeDefault + const CreateModeRestore + func PossibleCreateModeValues() []CreateMode + type CreateUpdateOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type DataCenterResource struct + ID *string + Name *string + Properties *DataCenterResourceProperties + Type *string + func (dcr DataCenterResource) MarshalJSON() ([]byte, error) + type DataCenterResourceProperties struct + AvailabilityZone *bool + BackupStorageCustomerKeyURI *string + Base64EncodedCassandraYamlFragment *string + DataCenterLocation *string + DelegatedSubnetID *string + DiskCapacity *int32 + DiskSku *string + ManagedDiskCustomerKeyURI *string + NodeCount *int32 + ProvisioningState ManagedCassandraProvisioningState + SeedNodes *[]SeedNode + Sku *string + func (dcr DataCenterResourceProperties) MarshalJSON() ([]byte, error) + type DataType string + const DataTypeLineString + const DataTypeMultiPolygon + const DataTypeNumber + const DataTypePoint + const DataTypePolygon + const DataTypeString + func PossibleDataTypeValues() []DataType + type DatabaseAccountConnectionString struct + ConnectionString *string + Description *string + func (dacs DatabaseAccountConnectionString) MarshalJSON() ([]byte, error) + type DatabaseAccountCreateUpdateParameters struct + ID *string + Identity *ManagedServiceIdentity + Kind DatabaseAccountKind + Location *string + Name *string + Tags map[string]*string + Type *string + func (dacup *DatabaseAccountCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (dacup DatabaseAccountCreateUpdateParameters) MarshalJSON() ([]byte, error) + type DatabaseAccountCreateUpdateProperties struct + APIProperties *APIProperties + AnalyticalStorageConfiguration *AnalyticalStorageConfiguration + BackupPolicy BasicBackupPolicy + Capabilities *[]Capability + Capacity *Capacity + ConnectorOffer ConnectorOffer + ConsistencyPolicy *ConsistencyPolicy + Cors *[]CorsPolicy + CreateMode CreateMode + DatabaseAccountOfferType *string + DefaultIdentity *string + DisableKeyBasedMetadataWriteAccess *bool + DisableLocalAuth *bool + EnableAnalyticalStorage *bool + EnableAutomaticFailover *bool + EnableCassandraConnector *bool + EnableFreeTier *bool + EnableMultipleWriteLocations *bool + IPRules *[]IPAddressOrRange + IsVirtualNetworkFilterEnabled *bool + KeyVaultKeyURI *string + Locations *[]Location + NetworkACLBypass NetworkACLBypass + NetworkACLBypassResourceIds *[]string + PublicNetworkAccess PublicNetworkAccess + RestoreParameters *RestoreParameters + VirtualNetworkRules *[]VirtualNetworkRule + func (dacup *DatabaseAccountCreateUpdateProperties) UnmarshalJSON(body []byte) error + type DatabaseAccountGetProperties struct + APIProperties *APIProperties + AnalyticalStorageConfiguration *AnalyticalStorageConfiguration + BackupPolicy BasicBackupPolicy + Capabilities *[]Capability + Capacity *Capacity + ConnectorOffer ConnectorOffer + ConsistencyPolicy *ConsistencyPolicy + Cors *[]CorsPolicy + CreateMode CreateMode + DatabaseAccountOfferType DatabaseAccountOfferType + DefaultIdentity *string + DisableKeyBasedMetadataWriteAccess *bool + DisableLocalAuth *bool + DocumentEndpoint *string + EnableAnalyticalStorage *bool + EnableAutomaticFailover *bool + EnableCassandraConnector *bool + EnableFreeTier *bool + EnableMultipleWriteLocations *bool + FailoverPolicies *[]FailoverPolicy + IPRules *[]IPAddressOrRange + InstanceID *string + IsVirtualNetworkFilterEnabled *bool + KeyVaultKeyURI *string + Locations *[]Location + NetworkACLBypass NetworkACLBypass + NetworkACLBypassResourceIds *[]string + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState *string + PublicNetworkAccess PublicNetworkAccess + ReadLocations *[]Location + RestoreParameters *RestoreParameters + VirtualNetworkRules *[]VirtualNetworkRule + WriteLocations *[]Location + func (dagp *DatabaseAccountGetProperties) UnmarshalJSON(body []byte) error + func (dagp DatabaseAccountGetProperties) MarshalJSON() ([]byte, error) + type DatabaseAccountGetResults struct + ID *string + Identity *ManagedServiceIdentity + Kind DatabaseAccountKind + Location *string + Name *string + SystemData *SystemData + Tags map[string]*string + Type *string + func (dagr *DatabaseAccountGetResults) UnmarshalJSON(body []byte) error + func (dagr DatabaseAccountGetResults) MarshalJSON() ([]byte, error) + type DatabaseAccountKind string + const DatabaseAccountKindGlobalDocumentDB + const DatabaseAccountKindMongoDB + const DatabaseAccountKindParse + func PossibleDatabaseAccountKindValues() []DatabaseAccountKind + type DatabaseAccountListConnectionStringsResult struct + ConnectionStrings *[]DatabaseAccountConnectionString + type DatabaseAccountListKeysResult struct + PrimaryMasterKey *string + PrimaryReadonlyMasterKey *string + SecondaryMasterKey *string + SecondaryReadonlyMasterKey *string + func (dalkr DatabaseAccountListKeysResult) MarshalJSON() ([]byte, error) + type DatabaseAccountListReadOnlyKeysResult struct + PrimaryReadonlyMasterKey *string + SecondaryReadonlyMasterKey *string + func (dalrokr DatabaseAccountListReadOnlyKeysResult) MarshalJSON() ([]byte, error) + type DatabaseAccountOfferType string + const DatabaseAccountOfferTypeStandard + func PossibleDatabaseAccountOfferTypeValues() []DatabaseAccountOfferType + type DatabaseAccountRegenerateKeyParameters struct + KeyKind KeyKind + type DatabaseAccountRegionClient struct + func NewDatabaseAccountRegionClient(subscriptionID string) DatabaseAccountRegionClient + func NewDatabaseAccountRegionClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountRegionClient + func (client DatabaseAccountRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client DatabaseAccountRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountRegionClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client DatabaseAccountRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type DatabaseAccountUpdateParameters struct + Identity *ManagedServiceIdentity + Location *string + Tags map[string]*string + func (daup *DatabaseAccountUpdateParameters) UnmarshalJSON(body []byte) error + func (daup DatabaseAccountUpdateParameters) MarshalJSON() ([]byte, error) + type DatabaseAccountUpdateProperties struct + APIProperties *APIProperties + AnalyticalStorageConfiguration *AnalyticalStorageConfiguration + BackupPolicy BasicBackupPolicy + Capabilities *[]Capability + Capacity *Capacity + ConnectorOffer ConnectorOffer + ConsistencyPolicy *ConsistencyPolicy + Cors *[]CorsPolicy + DefaultIdentity *string + DisableKeyBasedMetadataWriteAccess *bool + DisableLocalAuth *bool + EnableAnalyticalStorage *bool + EnableAutomaticFailover *bool + EnableCassandraConnector *bool + EnableFreeTier *bool + EnableMultipleWriteLocations *bool + IPRules *[]IPAddressOrRange + IsVirtualNetworkFilterEnabled *bool + KeyVaultKeyURI *string + Locations *[]Location + NetworkACLBypass NetworkACLBypass + NetworkACLBypassResourceIds *[]string + PublicNetworkAccess PublicNetworkAccess + VirtualNetworkRules *[]VirtualNetworkRule + func (daup *DatabaseAccountUpdateProperties) UnmarshalJSON(body []byte) error + type DatabaseAccountsClient struct + func NewDatabaseAccountsClient(subscriptionID string) DatabaseAccountsClient + func NewDatabaseAccountsClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountsClient + func (client DatabaseAccountsClient) CheckNameExists(ctx context.Context, accountName string) (result autorest.Response, err error) + func (client DatabaseAccountsClient) CheckNameExistsPreparer(ctx context.Context, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) CheckNameExistsResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) CheckNameExistsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateOrUpdateFuture, err error) + func (client DatabaseAccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateOrUpdateResponder(resp *http.Response) (result DatabaseAccountGetResults, err error) + func (client DatabaseAccountsClient) CreateOrUpdateSender(req *http.Request) (future DatabaseAccountsCreateOrUpdateFuture, err error) + func (client DatabaseAccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountsDeleteFuture, err error) + func (client DatabaseAccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteSender(req *http.Request) (future DatabaseAccountsDeleteFuture, err error) + func (client DatabaseAccountsClient) FailoverPriorityChange(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsFailoverPriorityChangeFuture, err error) + func (client DatabaseAccountsClient) FailoverPriorityChangePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) FailoverPriorityChangeResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) FailoverPriorityChangeSender(req *http.Request) (future DatabaseAccountsFailoverPriorityChangeFuture, err error) + func (client DatabaseAccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountGetResults, err error) + func (client DatabaseAccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) GetReadOnlyKeys(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) GetReadOnlyKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) GetReadOnlyKeysResponder(resp *http.Response) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) GetReadOnlyKeysSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetResponder(resp *http.Response) (result DatabaseAccountGetResults, err error) + func (client DatabaseAccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) List(ctx context.Context) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListByResourceGroupResponder(resp *http.Response) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListConnectionStrings(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListConnectionStringsResult, err error) + func (client DatabaseAccountsClient) ListConnectionStringsPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListConnectionStringsResponder(resp *http.Response) (result DatabaseAccountListConnectionStringsResult, err error) + func (client DatabaseAccountsClient) ListConnectionStringsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListKeysResult, err error) + func (client DatabaseAccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListKeysResponder(resp *http.Response) (result DatabaseAccountListKeysResult, err error) + func (client DatabaseAccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListMetricDefinitions(ctx context.Context, resourceGroupName string, accountName string) (result MetricDefinitionsListResult, err error) + func (client DatabaseAccountsClient) ListMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionsListResult, err error) + func (client DatabaseAccountsClient) ListMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client DatabaseAccountsClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client DatabaseAccountsClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DatabaseAccountsClient) ListReadOnlyKeys(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) ListReadOnlyKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListReadOnlyKeysResponder(resp *http.Response) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) ListReadOnlyKeysSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListResponder(resp *http.Response) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsagesResult, err error) + func (client DatabaseAccountsClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListUsagesResponder(resp *http.Response) (result UsagesResult, err error) + func (client DatabaseAccountsClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) OfflineRegion(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsOfflineRegionFuture, err error) + func (client DatabaseAccountsClient) OfflineRegionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) OfflineRegionResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) OfflineRegionSender(req *http.Request) (future DatabaseAccountsOfflineRegionFuture, err error) + func (client DatabaseAccountsClient) OnlineRegion(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsOnlineRegionFuture, err error) + func (client DatabaseAccountsClient) OnlineRegionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) OnlineRegionResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) OnlineRegionSender(req *http.Request) (future DatabaseAccountsOnlineRegionFuture, err error) + func (client DatabaseAccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsRegenerateKeyFuture, err error) + func (client DatabaseAccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) RegenerateKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) RegenerateKeySender(req *http.Request) (future DatabaseAccountsRegenerateKeyFuture, err error) + func (client DatabaseAccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateFuture, err error) + func (client DatabaseAccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateResponder(resp *http.Response) (result DatabaseAccountGetResults, err error) + func (client DatabaseAccountsClient) UpdateSender(req *http.Request) (future DatabaseAccountsUpdateFuture, err error) + type DatabaseAccountsCreateOrUpdateFuture struct + Result func(DatabaseAccountsClient) (DatabaseAccountGetResults, error) + func (future *DatabaseAccountsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DatabaseAccountsDeleteFuture struct + Result func(DatabaseAccountsClient) (autorest.Response, error) + func (future *DatabaseAccountsDeleteFuture) UnmarshalJSON(body []byte) error + type DatabaseAccountsFailoverPriorityChangeFuture struct + Result func(DatabaseAccountsClient) (autorest.Response, error) + func (future *DatabaseAccountsFailoverPriorityChangeFuture) UnmarshalJSON(body []byte) error + type DatabaseAccountsListResult struct + Value *[]DatabaseAccountGetResults + func (dalr DatabaseAccountsListResult) MarshalJSON() ([]byte, error) + type DatabaseAccountsOfflineRegionFuture struct + Result func(DatabaseAccountsClient) (autorest.Response, error) + func (future *DatabaseAccountsOfflineRegionFuture) UnmarshalJSON(body []byte) error + type DatabaseAccountsOnlineRegionFuture struct + Result func(DatabaseAccountsClient) (autorest.Response, error) + func (future *DatabaseAccountsOnlineRegionFuture) UnmarshalJSON(body []byte) error + type DatabaseAccountsRegenerateKeyFuture struct + Result func(DatabaseAccountsClient) (autorest.Response, error) + func (future *DatabaseAccountsRegenerateKeyFuture) UnmarshalJSON(body []byte) error + type DatabaseAccountsUpdateFuture struct + Result func(DatabaseAccountsClient) (DatabaseAccountGetResults, error) + func (future *DatabaseAccountsUpdateFuture) UnmarshalJSON(body []byte) error + type DatabaseClient struct + func NewDatabaseClient(subscriptionID string) DatabaseClient + func NewDatabaseClientWithBaseURI(baseURI string, subscriptionID string) DatabaseClient + func (client DatabaseClient) ListMetricDefinitions(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricDefinitionsListResult, err error) + func (client DatabaseClient) ListMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseClient) ListMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionsListResult, err error) + func (client DatabaseClient) ListMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client DatabaseClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client DatabaseClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client DatabaseClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client DatabaseClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsagesResult, err error) + func (client DatabaseClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseClient) ListUsagesResponder(resp *http.Response) (result UsagesResult, err error) + func (client DatabaseClient) ListUsagesSender(req *http.Request) (*http.Response, error) + type DatabaseRestoreResource struct + CollectionNames *[]string + DatabaseName *string + type DefaultConsistencyLevel string + const DefaultConsistencyLevelBoundedStaleness + const DefaultConsistencyLevelConsistentPrefix + const DefaultConsistencyLevelEventual + const DefaultConsistencyLevelSession + const DefaultConsistencyLevelStrong + func PossibleDefaultConsistencyLevelValues() []DefaultConsistencyLevel + type ErrorResponse struct + Code *string + Message *string + type ExcludedPath struct + Path *string + type ExtendedResourceProperties struct + Etag *string + Rid *string + Ts *float64 + func (erp ExtendedResourceProperties) MarshalJSON() ([]byte, error) + type FailoverPolicies struct + FailoverPolicies *[]FailoverPolicy + type FailoverPolicy struct + FailoverPriority *int32 + ID *string + LocationName *string + func (fp FailoverPolicy) MarshalJSON() ([]byte, error) + type GremlinDatabaseCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (gdcup *GremlinDatabaseCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (gdcup GremlinDatabaseCreateUpdateParameters) MarshalJSON() ([]byte, error) + type GremlinDatabaseCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *GremlinDatabaseResource + type GremlinDatabaseGetProperties struct + Options *GremlinDatabaseGetPropertiesOptions + Resource *GremlinDatabaseGetPropertiesResource + type GremlinDatabaseGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type GremlinDatabaseGetPropertiesResource struct + Etag *string + ID *string + Rid *string + Ts *float64 + func (gdgp GremlinDatabaseGetPropertiesResource) MarshalJSON() ([]byte, error) + type GremlinDatabaseGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (gdgr *GremlinDatabaseGetResults) UnmarshalJSON(body []byte) error + func (gdgr GremlinDatabaseGetResults) MarshalJSON() ([]byte, error) + type GremlinDatabaseListResult struct + Value *[]GremlinDatabaseGetResults + func (gdlr GremlinDatabaseListResult) MarshalJSON() ([]byte, error) + type GremlinDatabaseResource struct + ID *string + type GremlinGraphCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ggcup *GremlinGraphCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (ggcup GremlinGraphCreateUpdateParameters) MarshalJSON() ([]byte, error) + type GremlinGraphCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *GremlinGraphResource + type GremlinGraphGetProperties struct + Options *GremlinGraphGetPropertiesOptions + Resource *GremlinGraphGetPropertiesResource + type GremlinGraphGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type GremlinGraphGetPropertiesResource struct + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + Etag *string + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + Rid *string + Ts *float64 + UniqueKeyPolicy *UniqueKeyPolicy + func (gggp GremlinGraphGetPropertiesResource) MarshalJSON() ([]byte, error) + type GremlinGraphGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (gggr *GremlinGraphGetResults) UnmarshalJSON(body []byte) error + func (gggr GremlinGraphGetResults) MarshalJSON() ([]byte, error) + type GremlinGraphListResult struct + Value *[]GremlinGraphGetResults + func (gglr GremlinGraphListResult) MarshalJSON() ([]byte, error) + type GremlinGraphResource struct + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + UniqueKeyPolicy *UniqueKeyPolicy + type GremlinResourcesClient struct + func NewGremlinResourcesClient(subscriptionID string) GremlinResourcesClient + func NewGremlinResourcesClientWithBaseURI(baseURI string, subscriptionID string) GremlinResourcesClient + func (client GremlinResourcesClient) CreateUpdateGremlinDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesCreateUpdateGremlinDatabaseFuture, err error) + func (client GremlinResourcesClient) CreateUpdateGremlinDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) CreateUpdateGremlinDatabaseResponder(resp *http.Response) (result GremlinDatabaseGetResults, err error) + func (client GremlinResourcesClient) CreateUpdateGremlinDatabaseSender(req *http.Request) (future GremlinResourcesCreateUpdateGremlinDatabaseFuture, err error) + func (client GremlinResourcesClient) CreateUpdateGremlinGraph(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesCreateUpdateGremlinGraphFuture, err error) + func (client GremlinResourcesClient) CreateUpdateGremlinGraphPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) CreateUpdateGremlinGraphResponder(resp *http.Response) (result GremlinGraphGetResults, err error) + func (client GremlinResourcesClient) CreateUpdateGremlinGraphSender(req *http.Request) (future GremlinResourcesCreateUpdateGremlinGraphFuture, err error) + func (client GremlinResourcesClient) DeleteGremlinDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesDeleteGremlinDatabaseFuture, err error) + func (client GremlinResourcesClient) DeleteGremlinDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) DeleteGremlinDatabaseResponder(resp *http.Response) (result autorest.Response, err error) + func (client GremlinResourcesClient) DeleteGremlinDatabaseSender(req *http.Request) (future GremlinResourcesDeleteGremlinDatabaseFuture, err error) + func (client GremlinResourcesClient) DeleteGremlinGraph(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesDeleteGremlinGraphFuture, err error) + func (client GremlinResourcesClient) DeleteGremlinGraphPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) DeleteGremlinGraphResponder(resp *http.Response) (result autorest.Response, err error) + func (client GremlinResourcesClient) DeleteGremlinGraphSender(req *http.Request) (future GremlinResourcesDeleteGremlinGraphFuture, err error) + func (client GremlinResourcesClient) GetGremlinDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinDatabaseGetResults, err error) + func (client GremlinResourcesClient) GetGremlinDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) GetGremlinDatabaseResponder(resp *http.Response) (result GremlinDatabaseGetResults, err error) + func (client GremlinResourcesClient) GetGremlinDatabaseSender(req *http.Request) (*http.Response, error) + func (client GremlinResourcesClient) GetGremlinDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) GetGremlinDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) GetGremlinDatabaseThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) GetGremlinDatabaseThroughputSender(req *http.Request) (*http.Response, error) + func (client GremlinResourcesClient) GetGremlinGraph(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinGraphGetResults, err error) + func (client GremlinResourcesClient) GetGremlinGraphPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) GetGremlinGraphResponder(resp *http.Response) (result GremlinGraphGetResults, err error) + func (client GremlinResourcesClient) GetGremlinGraphSender(req *http.Request) (*http.Response, error) + func (client GremlinResourcesClient) GetGremlinGraphThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) GetGremlinGraphThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) GetGremlinGraphThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) GetGremlinGraphThroughputSender(req *http.Request) (*http.Response, error) + func (client GremlinResourcesClient) ListGremlinDatabases(ctx context.Context, resourceGroupName string, accountName string) (result GremlinDatabaseListResult, err error) + func (client GremlinResourcesClient) ListGremlinDatabasesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client GremlinResourcesClient) ListGremlinDatabasesResponder(resp *http.Response) (result GremlinDatabaseListResult, err error) + func (client GremlinResourcesClient) ListGremlinDatabasesSender(req *http.Request) (*http.Response, error) + func (client GremlinResourcesClient) ListGremlinGraphs(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinGraphListResult, err error) + func (client GremlinResourcesClient) ListGremlinGraphsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) ListGremlinGraphsResponder(resp *http.Response) (result GremlinGraphListResult, err error) + func (client GremlinResourcesClient) ListGremlinGraphsSender(req *http.Request) (*http.Response, error) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesMigrateGremlinDatabaseToAutoscaleFuture, err error) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToAutoscaleSender(req *http.Request) (future GremlinResourcesMigrateGremlinDatabaseToAutoscaleFuture, err error) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesMigrateGremlinDatabaseToManualThroughputFuture, ...) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) MigrateGremlinDatabaseToManualThroughputSender(req *http.Request) (future GremlinResourcesMigrateGremlinDatabaseToManualThroughputFuture, ...) + func (client GremlinResourcesClient) MigrateGremlinGraphToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesMigrateGremlinGraphToAutoscaleFuture, err error) + func (client GremlinResourcesClient) MigrateGremlinGraphToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) MigrateGremlinGraphToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) MigrateGremlinGraphToAutoscaleSender(req *http.Request) (future GremlinResourcesMigrateGremlinGraphToAutoscaleFuture, err error) + func (client GremlinResourcesClient) MigrateGremlinGraphToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesMigrateGremlinGraphToManualThroughputFuture, err error) + func (client GremlinResourcesClient) MigrateGremlinGraphToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) MigrateGremlinGraphToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) MigrateGremlinGraphToManualThroughputSender(req *http.Request) (future GremlinResourcesMigrateGremlinGraphToManualThroughputFuture, err error) + func (client GremlinResourcesClient) UpdateGremlinDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesUpdateGremlinDatabaseThroughputFuture, err error) + func (client GremlinResourcesClient) UpdateGremlinDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) UpdateGremlinDatabaseThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) UpdateGremlinDatabaseThroughputSender(req *http.Request) (future GremlinResourcesUpdateGremlinDatabaseThroughputFuture, err error) + func (client GremlinResourcesClient) UpdateGremlinGraphThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinResourcesUpdateGremlinGraphThroughputFuture, err error) + func (client GremlinResourcesClient) UpdateGremlinGraphThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client GremlinResourcesClient) UpdateGremlinGraphThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client GremlinResourcesClient) UpdateGremlinGraphThroughputSender(req *http.Request) (future GremlinResourcesUpdateGremlinGraphThroughputFuture, err error) + type GremlinResourcesCreateUpdateGremlinDatabaseFuture struct + Result func(GremlinResourcesClient) (GremlinDatabaseGetResults, error) + func (future *GremlinResourcesCreateUpdateGremlinDatabaseFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesCreateUpdateGremlinGraphFuture struct + Result func(GremlinResourcesClient) (GremlinGraphGetResults, error) + func (future *GremlinResourcesCreateUpdateGremlinGraphFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesDeleteGremlinDatabaseFuture struct + Result func(GremlinResourcesClient) (autorest.Response, error) + func (future *GremlinResourcesDeleteGremlinDatabaseFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesDeleteGremlinGraphFuture struct + Result func(GremlinResourcesClient) (autorest.Response, error) + func (future *GremlinResourcesDeleteGremlinGraphFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesMigrateGremlinDatabaseToAutoscaleFuture struct + Result func(GremlinResourcesClient) (ThroughputSettingsGetResults, error) + func (future *GremlinResourcesMigrateGremlinDatabaseToAutoscaleFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesMigrateGremlinDatabaseToManualThroughputFuture struct + Result func(GremlinResourcesClient) (ThroughputSettingsGetResults, error) + func (future *GremlinResourcesMigrateGremlinDatabaseToManualThroughputFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesMigrateGremlinGraphToAutoscaleFuture struct + Result func(GremlinResourcesClient) (ThroughputSettingsGetResults, error) + func (future *GremlinResourcesMigrateGremlinGraphToAutoscaleFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesMigrateGremlinGraphToManualThroughputFuture struct + Result func(GremlinResourcesClient) (ThroughputSettingsGetResults, error) + func (future *GremlinResourcesMigrateGremlinGraphToManualThroughputFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesUpdateGremlinDatabaseThroughputFuture struct + Result func(GremlinResourcesClient) (ThroughputSettingsGetResults, error) + func (future *GremlinResourcesUpdateGremlinDatabaseThroughputFuture) UnmarshalJSON(body []byte) error + type GremlinResourcesUpdateGremlinGraphThroughputFuture struct + Result func(GremlinResourcesClient) (ThroughputSettingsGetResults, error) + func (future *GremlinResourcesUpdateGremlinGraphThroughputFuture) UnmarshalJSON(body []byte) error + type IPAddressOrRange struct + IPAddressOrRange *string + type IncludedPath struct + Indexes *[]Indexes + Path *string + type IndexKind string + const IndexKindHash + const IndexKindRange + const IndexKindSpatial + func PossibleIndexKindValues() []IndexKind + type Indexes struct + DataType DataType + Kind IndexKind + Precision *int32 + type IndexingMode string + const IndexingModeConsistent + const IndexingModeLazy + const IndexingModeNone + func PossibleIndexingModeValues() []IndexingMode + type IndexingPolicy struct + Automatic *bool + CompositeIndexes *[][]CompositePath + ExcludedPaths *[]ExcludedPath + IncludedPaths *[]IncludedPath + IndexingMode IndexingMode + SpatialIndexes *[]SpatialSpec + type KeyKind string + const KeyKindPrimary + const KeyKindPrimaryReadonly + const KeyKindSecondary + const KeyKindSecondaryReadonly + func PossibleKeyKindValues() []KeyKind + type ListClusters struct + Value *[]ClusterResource + type ListDataCenters struct + Value *[]DataCenterResource + func (ldc ListDataCenters) MarshalJSON() ([]byte, error) + type Location struct + DocumentEndpoint *string + FailoverPriority *int32 + ID *string + IsZoneRedundant *bool + LocationName *string + ProvisioningState *string + func (l Location) MarshalJSON() ([]byte, error) + type LocationGetResult struct + ID *string + Name *string + Properties *LocationProperties + Type *string + func (lgr LocationGetResult) MarshalJSON() ([]byte, error) + type LocationListResult struct + Value *[]LocationGetResult + func (llr LocationListResult) MarshalJSON() ([]byte, error) + type LocationProperties struct + BackupStorageRedundancies *[]BackupStorageRedundancy + IsResidencyRestricted *bool + SupportsAvailabilityZone *bool + func (lp LocationProperties) MarshalJSON() ([]byte, error) + type LocationsClient struct + func NewLocationsClient(subscriptionID string) LocationsClient + func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient + func (client LocationsClient) Get(ctx context.Context, location string) (result LocationGetResult, err error) + func (client LocationsClient) GetPreparer(ctx context.Context, location string) (*http.Request, error) + func (client LocationsClient) GetResponder(resp *http.Response) (result LocationGetResult, err error) + func (client LocationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client LocationsClient) List(ctx context.Context) (result LocationListResult, err error) + func (client LocationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client LocationsClient) ListResponder(resp *http.Response) (result LocationListResult, err error) + func (client LocationsClient) ListSender(req *http.Request) (*http.Response, error) + type ManagedCassandraARMResourceProperties struct + ID *string + Identity *ManagedCassandraManagedServiceIdentity + Location *string + Name *string + Tags map[string]*string + Type *string + func (mcarp ManagedCassandraARMResourceProperties) MarshalJSON() ([]byte, error) + type ManagedCassandraManagedServiceIdentity struct + PrincipalID *string + TenantID *string + Type ManagedCassandraResourceIdentityType + func (mcmsi ManagedCassandraManagedServiceIdentity) MarshalJSON() ([]byte, error) + type ManagedCassandraProvisioningState string + const ManagedCassandraProvisioningStateCanceled + const ManagedCassandraProvisioningStateCreating + const ManagedCassandraProvisioningStateDeleting + const ManagedCassandraProvisioningStateFailed + const ManagedCassandraProvisioningStateSucceeded + const ManagedCassandraProvisioningStateUpdating + func PossibleManagedCassandraProvisioningStateValues() []ManagedCassandraProvisioningState + type ManagedCassandraReaperStatus struct + Healthy *bool + RepairRunIds map[string]*string + RepairSchedules map[string]*string + func (mcrs ManagedCassandraReaperStatus) MarshalJSON() ([]byte, error) + type ManagedCassandraResourceIdentityType string + const ManagedCassandraResourceIdentityTypeNone + const ManagedCassandraResourceIdentityTypeSystemAssigned + func PossibleManagedCassandraResourceIdentityTypeValues() []ManagedCassandraResourceIdentityType + type ManagedServiceIdentity struct + PrincipalID *string + TenantID *string + Type ResourceIdentityType + UserAssignedIdentities map[string]*ManagedServiceIdentityUserAssignedIdentitiesValue + func (msi ManagedServiceIdentity) MarshalJSON() ([]byte, error) + type ManagedServiceIdentityUserAssignedIdentitiesValue struct + ClientID *string + PrincipalID *string + func (msiAiv ManagedServiceIdentityUserAssignedIdentitiesValue) MarshalJSON() ([]byte, error) + type Metric struct + EndTime *date.Time + MetricValues *[]MetricValue + Name *MetricName + StartTime *date.Time + TimeGrain *string + Unit UnitType + func (mVar Metric) MarshalJSON() ([]byte, error) + type MetricAvailability struct + Retention *string + TimeGrain *string + func (ma MetricAvailability) MarshalJSON() ([]byte, error) + type MetricDefinition struct + MetricAvailabilities *[]MetricAvailability + Name *MetricName + PrimaryAggregationType PrimaryAggregationType + ResourceURI *string + Unit UnitType + func (md MetricDefinition) MarshalJSON() ([]byte, error) + type MetricDefinitionsListResult struct + Value *[]MetricDefinition + func (mdlr MetricDefinitionsListResult) MarshalJSON() ([]byte, error) + type MetricListResult struct + Value *[]Metric + func (mlr MetricListResult) MarshalJSON() ([]byte, error) + type MetricName struct + LocalizedValue *string + Value *string + func (mn MetricName) MarshalJSON() ([]byte, error) + type MetricValue struct + Average *float64 + Count *float64 + Maximum *float64 + Minimum *float64 + Timestamp *date.Time + Total *float64 + func (mv MetricValue) MarshalJSON() ([]byte, error) + type MongoDBCollectionCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mdccup *MongoDBCollectionCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (mdccup MongoDBCollectionCreateUpdateParameters) MarshalJSON() ([]byte, error) + type MongoDBCollectionCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *MongoDBCollectionResource + type MongoDBCollectionGetProperties struct + Options *MongoDBCollectionGetPropertiesOptions + Resource *MongoDBCollectionGetPropertiesResource + type MongoDBCollectionGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type MongoDBCollectionGetPropertiesResource struct + AnalyticalStorageTTL *int32 + Etag *string + ID *string + Indexes *[]MongoIndex + Rid *string + ShardKey map[string]*string + Ts *float64 + func (mdcgp MongoDBCollectionGetPropertiesResource) MarshalJSON() ([]byte, error) + type MongoDBCollectionGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mdcgr *MongoDBCollectionGetResults) UnmarshalJSON(body []byte) error + func (mdcgr MongoDBCollectionGetResults) MarshalJSON() ([]byte, error) + type MongoDBCollectionListResult struct + Value *[]MongoDBCollectionGetResults + func (mdclr MongoDBCollectionListResult) MarshalJSON() ([]byte, error) + type MongoDBCollectionResource struct + AnalyticalStorageTTL *int32 + ID *string + Indexes *[]MongoIndex + ShardKey map[string]*string + func (mdcr MongoDBCollectionResource) MarshalJSON() ([]byte, error) + type MongoDBDatabaseCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mddcup *MongoDBDatabaseCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (mddcup MongoDBDatabaseCreateUpdateParameters) MarshalJSON() ([]byte, error) + type MongoDBDatabaseCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *MongoDBDatabaseResource + type MongoDBDatabaseGetProperties struct + Options *MongoDBDatabaseGetPropertiesOptions + Resource *MongoDBDatabaseGetPropertiesResource + type MongoDBDatabaseGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type MongoDBDatabaseGetPropertiesResource struct + Etag *string + ID *string + Rid *string + Ts *float64 + func (mddgp MongoDBDatabaseGetPropertiesResource) MarshalJSON() ([]byte, error) + type MongoDBDatabaseGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mddgr *MongoDBDatabaseGetResults) UnmarshalJSON(body []byte) error + func (mddgr MongoDBDatabaseGetResults) MarshalJSON() ([]byte, error) + type MongoDBDatabaseListResult struct + Value *[]MongoDBDatabaseGetResults + func (mddlr MongoDBDatabaseListResult) MarshalJSON() ([]byte, error) + type MongoDBDatabaseResource struct + ID *string + type MongoDBResourcesClient struct + func NewMongoDBResourcesClient(subscriptionID string) MongoDBResourcesClient + func NewMongoDBResourcesClientWithBaseURI(baseURI string, subscriptionID string) MongoDBResourcesClient + func (client MongoDBResourcesClient) CreateUpdateMongoDBCollection(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesCreateUpdateMongoDBCollectionFuture, err error) + func (client MongoDBResourcesClient) CreateUpdateMongoDBCollectionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) CreateUpdateMongoDBCollectionResponder(resp *http.Response) (result MongoDBCollectionGetResults, err error) + func (client MongoDBResourcesClient) CreateUpdateMongoDBCollectionSender(req *http.Request) (future MongoDBResourcesCreateUpdateMongoDBCollectionFuture, err error) + func (client MongoDBResourcesClient) CreateUpdateMongoDBDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesCreateUpdateMongoDBDatabaseFuture, err error) + func (client MongoDBResourcesClient) CreateUpdateMongoDBDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) CreateUpdateMongoDBDatabaseResponder(resp *http.Response) (result MongoDBDatabaseGetResults, err error) + func (client MongoDBResourcesClient) CreateUpdateMongoDBDatabaseSender(req *http.Request) (future MongoDBResourcesCreateUpdateMongoDBDatabaseFuture, err error) + func (client MongoDBResourcesClient) DeleteMongoDBCollection(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesDeleteMongoDBCollectionFuture, err error) + func (client MongoDBResourcesClient) DeleteMongoDBCollectionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) DeleteMongoDBCollectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client MongoDBResourcesClient) DeleteMongoDBCollectionSender(req *http.Request) (future MongoDBResourcesDeleteMongoDBCollectionFuture, err error) + func (client MongoDBResourcesClient) DeleteMongoDBDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesDeleteMongoDBDatabaseFuture, err error) + func (client MongoDBResourcesClient) DeleteMongoDBDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) DeleteMongoDBDatabaseResponder(resp *http.Response) (result autorest.Response, err error) + func (client MongoDBResourcesClient) DeleteMongoDBDatabaseSender(req *http.Request) (future MongoDBResourcesDeleteMongoDBDatabaseFuture, err error) + func (client MongoDBResourcesClient) GetMongoDBCollection(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBCollectionGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBCollectionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) GetMongoDBCollectionResponder(resp *http.Response) (result MongoDBCollectionGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBCollectionSender(req *http.Request) (*http.Response, error) + func (client MongoDBResourcesClient) GetMongoDBCollectionThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBCollectionThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) GetMongoDBCollectionThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBCollectionThroughputSender(req *http.Request) (*http.Response, error) + func (client MongoDBResourcesClient) GetMongoDBDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBDatabaseGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) GetMongoDBDatabaseResponder(resp *http.Response) (result MongoDBDatabaseGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBDatabaseSender(req *http.Request) (*http.Response, error) + func (client MongoDBResourcesClient) GetMongoDBDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) GetMongoDBDatabaseThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) GetMongoDBDatabaseThroughputSender(req *http.Request) (*http.Response, error) + func (client MongoDBResourcesClient) ListMongoDBCollections(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBCollectionListResult, err error) + func (client MongoDBResourcesClient) ListMongoDBCollectionsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) ListMongoDBCollectionsResponder(resp *http.Response) (result MongoDBCollectionListResult, err error) + func (client MongoDBResourcesClient) ListMongoDBCollectionsSender(req *http.Request) (*http.Response, error) + func (client MongoDBResourcesClient) ListMongoDBDatabases(ctx context.Context, resourceGroupName string, accountName string) (result MongoDBDatabaseListResult, err error) + func (client MongoDBResourcesClient) ListMongoDBDatabasesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client MongoDBResourcesClient) ListMongoDBDatabasesResponder(resp *http.Response) (result MongoDBDatabaseListResult, err error) + func (client MongoDBResourcesClient) ListMongoDBDatabasesSender(req *http.Request) (*http.Response, error) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesMigrateMongoDBCollectionToAutoscaleFuture, err error) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToAutoscaleSender(req *http.Request) (future MongoDBResourcesMigrateMongoDBCollectionToAutoscaleFuture, err error) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesMigrateMongoDBCollectionToManualThroughputFuture, ...) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) MigrateMongoDBCollectionToManualThroughputSender(req *http.Request) (future MongoDBResourcesMigrateMongoDBCollectionToManualThroughputFuture, ...) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleFuture, err error) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToAutoscaleSender(req *http.Request) (future MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleFuture, err error) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputFuture, ...) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) MigrateMongoDBDatabaseToManualThroughputSender(req *http.Request) (future MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputFuture, ...) + func (client MongoDBResourcesClient) RetrieveContinuousBackupInformation(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesRetrieveContinuousBackupInformationFuture, err error) + func (client MongoDBResourcesClient) RetrieveContinuousBackupInformationPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) RetrieveContinuousBackupInformationResponder(resp *http.Response) (result BackupInformation, err error) + func (client MongoDBResourcesClient) RetrieveContinuousBackupInformationSender(req *http.Request) (future MongoDBResourcesRetrieveContinuousBackupInformationFuture, err error) + func (client MongoDBResourcesClient) UpdateMongoDBCollectionThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesUpdateMongoDBCollectionThroughputFuture, err error) + func (client MongoDBResourcesClient) UpdateMongoDBCollectionThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) UpdateMongoDBCollectionThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) UpdateMongoDBCollectionThroughputSender(req *http.Request) (future MongoDBResourcesUpdateMongoDBCollectionThroughputFuture, err error) + func (client MongoDBResourcesClient) UpdateMongoDBDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBResourcesUpdateMongoDBDatabaseThroughputFuture, err error) + func (client MongoDBResourcesClient) UpdateMongoDBDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client MongoDBResourcesClient) UpdateMongoDBDatabaseThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client MongoDBResourcesClient) UpdateMongoDBDatabaseThroughputSender(req *http.Request) (future MongoDBResourcesUpdateMongoDBDatabaseThroughputFuture, err error) + type MongoDBResourcesCreateUpdateMongoDBCollectionFuture struct + Result func(MongoDBResourcesClient) (MongoDBCollectionGetResults, error) + func (future *MongoDBResourcesCreateUpdateMongoDBCollectionFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesCreateUpdateMongoDBDatabaseFuture struct + Result func(MongoDBResourcesClient) (MongoDBDatabaseGetResults, error) + func (future *MongoDBResourcesCreateUpdateMongoDBDatabaseFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesDeleteMongoDBCollectionFuture struct + Result func(MongoDBResourcesClient) (autorest.Response, error) + func (future *MongoDBResourcesDeleteMongoDBCollectionFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesDeleteMongoDBDatabaseFuture struct + Result func(MongoDBResourcesClient) (autorest.Response, error) + func (future *MongoDBResourcesDeleteMongoDBDatabaseFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesMigrateMongoDBCollectionToAutoscaleFuture struct + Result func(MongoDBResourcesClient) (ThroughputSettingsGetResults, error) + func (future *MongoDBResourcesMigrateMongoDBCollectionToAutoscaleFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesMigrateMongoDBCollectionToManualThroughputFuture struct + Result func(MongoDBResourcesClient) (ThroughputSettingsGetResults, error) + func (future *MongoDBResourcesMigrateMongoDBCollectionToManualThroughputFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleFuture struct + Result func(MongoDBResourcesClient) (ThroughputSettingsGetResults, error) + func (future *MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputFuture struct + Result func(MongoDBResourcesClient) (ThroughputSettingsGetResults, error) + func (future *MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesRetrieveContinuousBackupInformationFuture struct + Result func(MongoDBResourcesClient) (BackupInformation, error) + func (future *MongoDBResourcesRetrieveContinuousBackupInformationFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesUpdateMongoDBCollectionThroughputFuture struct + Result func(MongoDBResourcesClient) (ThroughputSettingsGetResults, error) + func (future *MongoDBResourcesUpdateMongoDBCollectionThroughputFuture) UnmarshalJSON(body []byte) error + type MongoDBResourcesUpdateMongoDBDatabaseThroughputFuture struct + Result func(MongoDBResourcesClient) (ThroughputSettingsGetResults, error) + func (future *MongoDBResourcesUpdateMongoDBDatabaseThroughputFuture) UnmarshalJSON(body []byte) error + type MongoIndex struct + Key *MongoIndexKeys + Options *MongoIndexOptions + type MongoIndexKeys struct + Keys *[]string + type MongoIndexOptions struct + ExpireAfterSeconds *int32 + Unique *bool + type NetworkACLBypass string + const NetworkACLBypassAzureServices + const NetworkACLBypassNone + func PossibleNetworkACLBypassValues() []NetworkACLBypass + type NodeState string + const NodeStateJoining + const NodeStateLeaving + const NodeStateMoving + const NodeStateNormal + const NodeStateStopped + func PossibleNodeStateValues() []NodeState + type NodeStatus string + const NodeStatusDown + const NodeStatusUp + func PossibleNodeStatusValues() []NodeStatus + type NotebookWorkspace struct + ID *string + Name *string + Type *string + func (nw *NotebookWorkspace) UnmarshalJSON(body []byte) error + func (nw NotebookWorkspace) MarshalJSON() ([]byte, error) + type NotebookWorkspaceConnectionInfoResult struct + AuthToken *string + NotebookServerEndpoint *string + func (nwcir NotebookWorkspaceConnectionInfoResult) MarshalJSON() ([]byte, error) + type NotebookWorkspaceCreateUpdateParameters struct + ID *string + Name *string + Type *string + func (nwcup NotebookWorkspaceCreateUpdateParameters) MarshalJSON() ([]byte, error) + type NotebookWorkspaceListResult struct + Value *[]NotebookWorkspace + type NotebookWorkspaceProperties struct + NotebookServerEndpoint *string + Status *string + func (nwp NotebookWorkspaceProperties) MarshalJSON() ([]byte, error) + type NotebookWorkspacesClient struct + func NewNotebookWorkspacesClient(subscriptionID string) NotebookWorkspacesClient + func NewNotebookWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) NotebookWorkspacesClient + func (client NotebookWorkspacesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result NotebookWorkspacesCreateOrUpdateFuture, err error) + func (client NotebookWorkspacesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client NotebookWorkspacesClient) CreateOrUpdateResponder(resp *http.Response) (result NotebookWorkspace, err error) + func (client NotebookWorkspacesClient) CreateOrUpdateSender(req *http.Request) (future NotebookWorkspacesCreateOrUpdateFuture, err error) + func (client NotebookWorkspacesClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result NotebookWorkspacesDeleteFuture, err error) + func (client NotebookWorkspacesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client NotebookWorkspacesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client NotebookWorkspacesClient) DeleteSender(req *http.Request) (future NotebookWorkspacesDeleteFuture, err error) + func (client NotebookWorkspacesClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result NotebookWorkspace, err error) + func (client NotebookWorkspacesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client NotebookWorkspacesClient) GetResponder(resp *http.Response) (result NotebookWorkspace, err error) + func (client NotebookWorkspacesClient) GetSender(req *http.Request) (*http.Response, error) + func (client NotebookWorkspacesClient) ListByDatabaseAccount(ctx context.Context, resourceGroupName string, accountName string) (result NotebookWorkspaceListResult, err error) + func (client NotebookWorkspacesClient) ListByDatabaseAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client NotebookWorkspacesClient) ListByDatabaseAccountResponder(resp *http.Response) (result NotebookWorkspaceListResult, err error) + func (client NotebookWorkspacesClient) ListByDatabaseAccountSender(req *http.Request) (*http.Response, error) + func (client NotebookWorkspacesClient) ListConnectionInfo(ctx context.Context, resourceGroupName string, accountName string) (result NotebookWorkspaceConnectionInfoResult, err error) + func (client NotebookWorkspacesClient) ListConnectionInfoPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client NotebookWorkspacesClient) ListConnectionInfoResponder(resp *http.Response) (result NotebookWorkspaceConnectionInfoResult, err error) + func (client NotebookWorkspacesClient) ListConnectionInfoSender(req *http.Request) (*http.Response, error) + func (client NotebookWorkspacesClient) RegenerateAuthToken(ctx context.Context, resourceGroupName string, accountName string) (result NotebookWorkspacesRegenerateAuthTokenFuture, err error) + func (client NotebookWorkspacesClient) RegenerateAuthTokenPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client NotebookWorkspacesClient) RegenerateAuthTokenResponder(resp *http.Response) (result autorest.Response, err error) + func (client NotebookWorkspacesClient) RegenerateAuthTokenSender(req *http.Request) (future NotebookWorkspacesRegenerateAuthTokenFuture, err error) + func (client NotebookWorkspacesClient) Start(ctx context.Context, resourceGroupName string, accountName string) (result NotebookWorkspacesStartFuture, err error) + func (client NotebookWorkspacesClient) StartPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client NotebookWorkspacesClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client NotebookWorkspacesClient) StartSender(req *http.Request) (future NotebookWorkspacesStartFuture, err error) + type NotebookWorkspacesCreateOrUpdateFuture struct + Result func(NotebookWorkspacesClient) (NotebookWorkspace, error) + func (future *NotebookWorkspacesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type NotebookWorkspacesDeleteFuture struct + Result func(NotebookWorkspacesClient) (autorest.Response, error) + func (future *NotebookWorkspacesDeleteFuture) UnmarshalJSON(body []byte) error + type NotebookWorkspacesRegenerateAuthTokenFuture struct + Result func(NotebookWorkspacesClient) (autorest.Response, error) + func (future *NotebookWorkspacesRegenerateAuthTokenFuture) UnmarshalJSON(body []byte) error + type NotebookWorkspacesStartFuture struct + Result func(NotebookWorkspacesClient) (autorest.Response, error) + func (future *NotebookWorkspacesStartFuture) UnmarshalJSON(body []byte) error + type Operation struct + Display *OperationDisplay + Name *string + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationType string + const OperationTypeCreate + const OperationTypeDelete + const OperationTypeReplace + const OperationTypeSystemOperation + func PossibleOperationTypeValues() []OperationType + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, 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 OptionsResource struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type PartitionKeyRangeIDClient struct + func NewPartitionKeyRangeIDClient(subscriptionID string) PartitionKeyRangeIDClient + func NewPartitionKeyRangeIDClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDClient + func (client PartitionKeyRangeIDClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PartitionKeyRangeIDClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PartitionKeyRangeIDRegionClient struct + func NewPartitionKeyRangeIDRegionClient(subscriptionID string) PartitionKeyRangeIDRegionClient + func NewPartitionKeyRangeIDRegionClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDRegionClient + func (client PartitionKeyRangeIDRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PartitionKeyRangeIDRegionClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PartitionKind string + const PartitionKindHash + const PartitionKindMultiHash + const PartitionKindRange + func PossiblePartitionKindValues() []PartitionKind + type PartitionMetric struct + EndTime *date.Time + MetricValues *[]MetricValue + Name *MetricName + PartitionID *string + PartitionKeyRangeID *string + StartTime *date.Time + TimeGrain *string + Unit UnitType + func (pm PartitionMetric) MarshalJSON() ([]byte, error) + type PartitionMetricListResult struct + Value *[]PartitionMetric + func (pmlr PartitionMetricListResult) MarshalJSON() ([]byte, error) + type PartitionUsage struct + CurrentValue *int64 + Limit *int64 + Name *MetricName + PartitionID *string + PartitionKeyRangeID *string + QuotaPeriod *string + Unit UnitType + func (pu PartitionUsage) MarshalJSON() ([]byte, error) + type PartitionUsagesResult struct + Value *[]PartitionUsage + func (pur PartitionUsagesResult) MarshalJSON() ([]byte, error) + type PercentileClient struct + func NewPercentileClient(subscriptionID string) PercentileClient + func NewPercentileClientWithBaseURI(baseURI string, subscriptionID string) PercentileClient + func (client PercentileClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PercentileMetricListResult, err error) + func (client PercentileClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PercentileClient) ListMetricsResponder(resp *http.Response) (result PercentileMetricListResult, err error) + func (client PercentileClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PercentileMetric struct + EndTime *date.Time + MetricValues *[]PercentileMetricValue + Name *MetricName + StartTime *date.Time + TimeGrain *string + Unit UnitType + func (pm PercentileMetric) MarshalJSON() ([]byte, error) + type PercentileMetricListResult struct + Value *[]PercentileMetric + func (pmlr PercentileMetricListResult) MarshalJSON() ([]byte, error) + type PercentileMetricValue struct + Average *float64 + Count *float64 + Maximum *float64 + Minimum *float64 + P10 *float64 + P25 *float64 + P50 *float64 + P75 *float64 + P90 *float64 + P95 *float64 + P99 *float64 + Timestamp *date.Time + Total *float64 + func (pmv PercentileMetricValue) MarshalJSON() ([]byte, error) + type PercentileSourceTargetClient struct + func NewPercentileSourceTargetClient(subscriptionID string) PercentileSourceTargetClient + func NewPercentileSourceTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileSourceTargetClient + func (client PercentileSourceTargetClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PercentileMetricListResult, err error) + func (client PercentileSourceTargetClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PercentileSourceTargetClient) ListMetricsResponder(resp *http.Response) (result PercentileMetricListResult, err error) + func (client PercentileSourceTargetClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PercentileTargetClient struct + func NewPercentileTargetClient(subscriptionID string) PercentileTargetClient + func NewPercentileTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileTargetClient + func (client PercentileTargetClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PercentileMetricListResult, err error) + func (client PercentileTargetClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PercentileTargetClient) ListMetricsResponder(resp *http.Response) (result PercentileMetricListResult, err error) + func (client PercentileTargetClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PeriodicModeBackupPolicy struct + MigrationState *BackupPolicyMigrationState + PeriodicModeProperties *PeriodicModeProperties + Type Type + func (pmbp PeriodicModeBackupPolicy) AsBackupPolicy() (*BackupPolicy, bool) + func (pmbp PeriodicModeBackupPolicy) AsBasicBackupPolicy() (BasicBackupPolicy, bool) + func (pmbp PeriodicModeBackupPolicy) AsContinuousModeBackupPolicy() (*ContinuousModeBackupPolicy, bool) + func (pmbp PeriodicModeBackupPolicy) AsPeriodicModeBackupPolicy() (*PeriodicModeBackupPolicy, bool) + func (pmbp PeriodicModeBackupPolicy) MarshalJSON() ([]byte, error) + type PeriodicModeProperties struct + BackupIntervalInMinutes *int32 + BackupRetentionIntervalInHours *int32 + BackupStorageRedundancy BackupStorageRedundancy + type Permission struct + DataActions *[]string + NotDataActions *[]string + type PrimaryAggregationType string + const PrimaryAggregationTypeAverage + const PrimaryAggregationTypeLast + const PrimaryAggregationTypeMaximum + const PrimaryAggregationTypeMinimum + const PrimaryAggregationTypeNone + const PrimaryAggregationTypeTotal + func PossiblePrimaryAggregationTypeValues() []PrimaryAggregationType + 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 + Value *[]PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + GroupID *string + 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, accountName string, ...) (result PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName 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, accountName string, ...) (result PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName 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, accountName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName 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) ListByDatabaseAccount(ctx context.Context, resourceGroupName string, accountName string) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListByDatabaseAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListByDatabaseAccountResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListByDatabaseAccountSender(req *http.Request) (*http.Response, error) + type PrivateEndpointConnectionsCreateOrUpdateFuture struct + Result func(PrivateEndpointConnectionsClient) (PrivateEndpointConnection, error) + func (future *PrivateEndpointConnectionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointConnectionsDeleteFuture struct + Result func(PrivateEndpointConnectionsClient) (autorest.Response, error) + func (future *PrivateEndpointConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointProperty struct + ID *string + type PrivateLinkResource struct + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceListResult struct + Value *[]PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateLinkResource, err error) + func (client PrivateLinkResourcesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName 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) ListByDatabaseAccount(ctx context.Context, resourceGroupName string, accountName string) (result PrivateLinkResourceListResult, err error) + func (client PrivateLinkResourcesClient) ListByDatabaseAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListByDatabaseAccountResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error) + func (client PrivateLinkResourcesClient) ListByDatabaseAccountSender(req *http.Request) (*http.Response, error) + type PrivateLinkServiceConnectionStateProperty struct + ActionsRequired *string + Description *string + Status *string + func (plscsp PrivateLinkServiceConnectionStateProperty) MarshalJSON() ([]byte, error) + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + func PossiblePublicNetworkAccessValues() []PublicNetworkAccess + type RegionForOnlineOffline struct + Region *string + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceIdentityType string + const ResourceIdentityTypeNone + const ResourceIdentityTypeSystemAssigned + const ResourceIdentityTypeSystemAssignedUserAssigned + const ResourceIdentityTypeUserAssigned + func PossibleResourceIdentityTypeValues() []ResourceIdentityType + type RestorableDatabaseAccountGetResult struct + ID *string + Location *string + Name *string + Type *string + func (rdagr *RestorableDatabaseAccountGetResult) UnmarshalJSON(body []byte) error + func (rdagr RestorableDatabaseAccountGetResult) MarshalJSON() ([]byte, error) + type RestorableDatabaseAccountProperties struct + APIType APIType + AccountName *string + CreationTime *date.Time + DeletionTime *date.Time + RestorableLocations *[]RestorableLocationResource + func (rdap RestorableDatabaseAccountProperties) MarshalJSON() ([]byte, error) + type RestorableDatabaseAccountsClient struct + func NewRestorableDatabaseAccountsClient(subscriptionID string) RestorableDatabaseAccountsClient + func NewRestorableDatabaseAccountsClientWithBaseURI(baseURI string, subscriptionID string) RestorableDatabaseAccountsClient + func (client RestorableDatabaseAccountsClient) GetByLocation(ctx context.Context, location string, instanceID string) (result RestorableDatabaseAccountGetResult, err error) + func (client RestorableDatabaseAccountsClient) GetByLocationPreparer(ctx context.Context, location string, instanceID string) (*http.Request, error) + func (client RestorableDatabaseAccountsClient) GetByLocationResponder(resp *http.Response) (result RestorableDatabaseAccountGetResult, err error) + func (client RestorableDatabaseAccountsClient) GetByLocationSender(req *http.Request) (*http.Response, error) + func (client RestorableDatabaseAccountsClient) List(ctx context.Context) (result RestorableDatabaseAccountsListResult, err error) + func (client RestorableDatabaseAccountsClient) ListByLocation(ctx context.Context, location string) (result RestorableDatabaseAccountsListResult, err error) + func (client RestorableDatabaseAccountsClient) ListByLocationPreparer(ctx context.Context, location string) (*http.Request, error) + func (client RestorableDatabaseAccountsClient) ListByLocationResponder(resp *http.Response) (result RestorableDatabaseAccountsListResult, err error) + func (client RestorableDatabaseAccountsClient) ListByLocationSender(req *http.Request) (*http.Response, error) + func (client RestorableDatabaseAccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client RestorableDatabaseAccountsClient) ListResponder(resp *http.Response) (result RestorableDatabaseAccountsListResult, err error) + func (client RestorableDatabaseAccountsClient) ListSender(req *http.Request) (*http.Response, error) + type RestorableDatabaseAccountsListResult struct + Value *[]RestorableDatabaseAccountGetResult + func (rdalr RestorableDatabaseAccountsListResult) MarshalJSON() ([]byte, error) + type RestorableLocationResource struct + CreationTime *date.Time + DeletionTime *date.Time + LocationName *string + RegionalDatabaseAccountInstanceID *string + func (rlr RestorableLocationResource) MarshalJSON() ([]byte, error) + type RestorableMongodbCollectionGetResult struct + ID *string + Name *string + Type *string + func (rmcgr *RestorableMongodbCollectionGetResult) UnmarshalJSON(body []byte) error + func (rmcgr RestorableMongodbCollectionGetResult) MarshalJSON() ([]byte, error) + type RestorableMongodbCollectionProperties struct + Resource *RestorableMongodbCollectionPropertiesResource + type RestorableMongodbCollectionPropertiesResource struct + EventTimestamp *string + OperationType OperationType + OwnerID *string + OwnerResourceID *string + Rid *string + func (rmcp RestorableMongodbCollectionPropertiesResource) MarshalJSON() ([]byte, error) + type RestorableMongodbCollectionsClient struct + func NewRestorableMongodbCollectionsClient(subscriptionID string) RestorableMongodbCollectionsClient + func NewRestorableMongodbCollectionsClientWithBaseURI(baseURI string, subscriptionID string) RestorableMongodbCollectionsClient + func (client RestorableMongodbCollectionsClient) List(ctx context.Context, location string, instanceID string, ...) (result RestorableMongodbCollectionsListResult, err error) + func (client RestorableMongodbCollectionsClient) ListPreparer(ctx context.Context, location string, instanceID string, ...) (*http.Request, error) + func (client RestorableMongodbCollectionsClient) ListResponder(resp *http.Response) (result RestorableMongodbCollectionsListResult, err error) + func (client RestorableMongodbCollectionsClient) ListSender(req *http.Request) (*http.Response, error) + type RestorableMongodbCollectionsListResult struct + Value *[]RestorableMongodbCollectionGetResult + func (rmclr RestorableMongodbCollectionsListResult) MarshalJSON() ([]byte, error) + type RestorableMongodbDatabaseGetResult struct + ID *string + Name *string + Type *string + func (rmdgr *RestorableMongodbDatabaseGetResult) UnmarshalJSON(body []byte) error + func (rmdgr RestorableMongodbDatabaseGetResult) MarshalJSON() ([]byte, error) + type RestorableMongodbDatabaseProperties struct + Resource *RestorableMongodbDatabasePropertiesResource + type RestorableMongodbDatabasePropertiesResource struct + EventTimestamp *string + OperationType OperationType + OwnerID *string + OwnerResourceID *string + Rid *string + func (rmdp RestorableMongodbDatabasePropertiesResource) MarshalJSON() ([]byte, error) + type RestorableMongodbDatabasesClient struct + func NewRestorableMongodbDatabasesClient(subscriptionID string) RestorableMongodbDatabasesClient + func NewRestorableMongodbDatabasesClientWithBaseURI(baseURI string, subscriptionID string) RestorableMongodbDatabasesClient + func (client RestorableMongodbDatabasesClient) List(ctx context.Context, location string, instanceID string) (result RestorableMongodbDatabasesListResult, err error) + func (client RestorableMongodbDatabasesClient) ListPreparer(ctx context.Context, location string, instanceID string) (*http.Request, error) + func (client RestorableMongodbDatabasesClient) ListResponder(resp *http.Response) (result RestorableMongodbDatabasesListResult, err error) + func (client RestorableMongodbDatabasesClient) ListSender(req *http.Request) (*http.Response, error) + type RestorableMongodbDatabasesListResult struct + Value *[]RestorableMongodbDatabaseGetResult + func (rmdlr RestorableMongodbDatabasesListResult) MarshalJSON() ([]byte, error) + type RestorableMongodbResourcesClient struct + func NewRestorableMongodbResourcesClient(subscriptionID string) RestorableMongodbResourcesClient + func NewRestorableMongodbResourcesClientWithBaseURI(baseURI string, subscriptionID string) RestorableMongodbResourcesClient + func (client RestorableMongodbResourcesClient) List(ctx context.Context, location string, instanceID string, ...) (result RestorableMongodbResourcesListResult, err error) + func (client RestorableMongodbResourcesClient) ListPreparer(ctx context.Context, location string, instanceID string, ...) (*http.Request, error) + func (client RestorableMongodbResourcesClient) ListResponder(resp *http.Response) (result RestorableMongodbResourcesListResult, err error) + func (client RestorableMongodbResourcesClient) ListSender(req *http.Request) (*http.Response, error) + type RestorableMongodbResourcesListResult struct + Value *[]DatabaseRestoreResource + func (rmrlr RestorableMongodbResourcesListResult) MarshalJSON() ([]byte, error) + type RestorableSQLContainerGetResult struct + ID *string + Name *string + Type *string + func (rscgr *RestorableSQLContainerGetResult) UnmarshalJSON(body []byte) error + func (rscgr RestorableSQLContainerGetResult) MarshalJSON() ([]byte, error) + type RestorableSQLContainerProperties struct + Resource *RestorableSQLContainerPropertiesResource + type RestorableSQLContainerPropertiesResource struct + Container *RestorableSQLContainerPropertiesResourceContainer + EventTimestamp *string + OperationType OperationType + OwnerID *string + OwnerResourceID *string + Rid *string + func (rscp RestorableSQLContainerPropertiesResource) MarshalJSON() ([]byte, error) + type RestorableSQLContainerPropertiesResourceContainer struct + AnalyticalStorageTTL *int64 + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + Etag *string + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + Rid *string + Self *string + Ts *float64 + UniqueKeyPolicy *UniqueKeyPolicy + func (rscp RestorableSQLContainerPropertiesResourceContainer) MarshalJSON() ([]byte, error) + type RestorableSQLContainersClient struct + func NewRestorableSQLContainersClient(subscriptionID string) RestorableSQLContainersClient + func NewRestorableSQLContainersClientWithBaseURI(baseURI string, subscriptionID string) RestorableSQLContainersClient + func (client RestorableSQLContainersClient) List(ctx context.Context, location string, instanceID string, ...) (result RestorableSQLContainersListResult, err error) + func (client RestorableSQLContainersClient) ListPreparer(ctx context.Context, location string, instanceID string, ...) (*http.Request, error) + func (client RestorableSQLContainersClient) ListResponder(resp *http.Response) (result RestorableSQLContainersListResult, err error) + func (client RestorableSQLContainersClient) ListSender(req *http.Request) (*http.Response, error) + type RestorableSQLContainersListResult struct + Value *[]RestorableSQLContainerGetResult + func (rsclr RestorableSQLContainersListResult) MarshalJSON() ([]byte, error) + type RestorableSQLDatabaseGetResult struct + ID *string + Name *string + Type *string + func (rsdgr *RestorableSQLDatabaseGetResult) UnmarshalJSON(body []byte) error + func (rsdgr RestorableSQLDatabaseGetResult) MarshalJSON() ([]byte, error) + type RestorableSQLDatabaseProperties struct + Resource *RestorableSQLDatabasePropertiesResource + type RestorableSQLDatabasePropertiesResource struct + Database *RestorableSQLDatabasePropertiesResourceDatabase + EventTimestamp *string + OperationType OperationType + OwnerID *string + OwnerResourceID *string + Rid *string + func (rsdp RestorableSQLDatabasePropertiesResource) MarshalJSON() ([]byte, error) + type RestorableSQLDatabasePropertiesResourceDatabase struct + Colls *string + Etag *string + ID *string + Rid *string + Self *string + Ts *float64 + Users *string + func (rsdp RestorableSQLDatabasePropertiesResourceDatabase) MarshalJSON() ([]byte, error) + type RestorableSQLDatabasesClient struct + func NewRestorableSQLDatabasesClient(subscriptionID string) RestorableSQLDatabasesClient + func NewRestorableSQLDatabasesClientWithBaseURI(baseURI string, subscriptionID string) RestorableSQLDatabasesClient + func (client RestorableSQLDatabasesClient) List(ctx context.Context, location string, instanceID string) (result RestorableSQLDatabasesListResult, err error) + func (client RestorableSQLDatabasesClient) ListPreparer(ctx context.Context, location string, instanceID string) (*http.Request, error) + func (client RestorableSQLDatabasesClient) ListResponder(resp *http.Response) (result RestorableSQLDatabasesListResult, err error) + func (client RestorableSQLDatabasesClient) ListSender(req *http.Request) (*http.Response, error) + type RestorableSQLDatabasesListResult struct + Value *[]RestorableSQLDatabaseGetResult + func (rsdlr RestorableSQLDatabasesListResult) MarshalJSON() ([]byte, error) + type RestorableSQLResourcesClient struct + func NewRestorableSQLResourcesClient(subscriptionID string) RestorableSQLResourcesClient + func NewRestorableSQLResourcesClientWithBaseURI(baseURI string, subscriptionID string) RestorableSQLResourcesClient + func (client RestorableSQLResourcesClient) List(ctx context.Context, location string, instanceID string, ...) (result RestorableSQLResourcesListResult, err error) + func (client RestorableSQLResourcesClient) ListPreparer(ctx context.Context, location string, instanceID string, ...) (*http.Request, error) + func (client RestorableSQLResourcesClient) ListResponder(resp *http.Response) (result RestorableSQLResourcesListResult, err error) + func (client RestorableSQLResourcesClient) ListSender(req *http.Request) (*http.Response, error) + type RestorableSQLResourcesListResult struct + Value *[]DatabaseRestoreResource + func (rsrlr RestorableSQLResourcesListResult) MarshalJSON() ([]byte, error) + type RestoreMode string + const RestoreModePointInTime + func PossibleRestoreModeValues() []RestoreMode + type RestoreParameters struct + DatabasesToRestore *[]DatabaseRestoreResource + RestoreMode RestoreMode + RestoreSource *string + RestoreTimestampInUtc *date.Time + type RoleDefinitionType string + const RoleDefinitionTypeBuiltInRole + const RoleDefinitionTypeCustomRole + func PossibleRoleDefinitionTypeValues() []RoleDefinitionType + type SQLContainerCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sccup *SQLContainerCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (sccup SQLContainerCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLContainerCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *SQLContainerResource + type SQLContainerGetProperties struct + Options *SQLContainerGetPropertiesOptions + Resource *SQLContainerGetPropertiesResource + type SQLContainerGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type SQLContainerGetPropertiesResource struct + AnalyticalStorageTTL *int64 + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + Etag *string + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + Rid *string + Ts *float64 + UniqueKeyPolicy *UniqueKeyPolicy + func (scgp SQLContainerGetPropertiesResource) MarshalJSON() ([]byte, error) + type SQLContainerGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (scgr *SQLContainerGetResults) UnmarshalJSON(body []byte) error + func (scgr SQLContainerGetResults) MarshalJSON() ([]byte, error) + type SQLContainerListResult struct + Value *[]SQLContainerGetResults + func (sclr SQLContainerListResult) MarshalJSON() ([]byte, error) + type SQLContainerResource struct + AnalyticalStorageTTL *int64 + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + UniqueKeyPolicy *UniqueKeyPolicy + type SQLDatabaseCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sdcup *SQLDatabaseCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (sdcup SQLDatabaseCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLDatabaseCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *SQLDatabaseResource + type SQLDatabaseGetProperties struct + Options *SQLDatabaseGetPropertiesOptions + Resource *SQLDatabaseGetPropertiesResource + type SQLDatabaseGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type SQLDatabaseGetPropertiesResource struct + Colls *string + Etag *string + ID *string + Rid *string + Ts *float64 + Users *string + func (sdgp SQLDatabaseGetPropertiesResource) MarshalJSON() ([]byte, error) + type SQLDatabaseGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sdgr *SQLDatabaseGetResults) UnmarshalJSON(body []byte) error + func (sdgr SQLDatabaseGetResults) MarshalJSON() ([]byte, error) + type SQLDatabaseListResult struct + Value *[]SQLDatabaseGetResults + func (sdlr SQLDatabaseListResult) MarshalJSON() ([]byte, error) + type SQLDatabaseResource struct + ID *string + type SQLResourcesClient struct + func NewSQLResourcesClient(subscriptionID string) SQLResourcesClient + func NewSQLResourcesClientWithBaseURI(baseURI string, subscriptionID string) SQLResourcesClient + func (client SQLResourcesClient) CreateUpdateSQLContainer(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesCreateUpdateSQLContainerFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLContainerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) CreateUpdateSQLContainerResponder(resp *http.Response) (result SQLContainerGetResults, err error) + func (client SQLResourcesClient) CreateUpdateSQLContainerSender(req *http.Request) (future SQLResourcesCreateUpdateSQLContainerFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesCreateUpdateSQLDatabaseFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) CreateUpdateSQLDatabaseResponder(resp *http.Response) (result SQLDatabaseGetResults, err error) + func (client SQLResourcesClient) CreateUpdateSQLDatabaseSender(req *http.Request) (future SQLResourcesCreateUpdateSQLDatabaseFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLRoleAssignment(ctx context.Context, roleAssignmentID string, resourceGroupName string, ...) (result SQLResourcesCreateUpdateSQLRoleAssignmentFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLRoleAssignmentPreparer(ctx context.Context, roleAssignmentID string, resourceGroupName string, ...) (*http.Request, error) + func (client SQLResourcesClient) CreateUpdateSQLRoleAssignmentResponder(resp *http.Response) (result SQLRoleAssignmentGetResults, err error) + func (client SQLResourcesClient) CreateUpdateSQLRoleAssignmentSender(req *http.Request) (future SQLResourcesCreateUpdateSQLRoleAssignmentFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLRoleDefinition(ctx context.Context, roleDefinitionID string, resourceGroupName string, ...) (result SQLResourcesCreateUpdateSQLRoleDefinitionFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLRoleDefinitionPreparer(ctx context.Context, roleDefinitionID string, resourceGroupName string, ...) (*http.Request, error) + func (client SQLResourcesClient) CreateUpdateSQLRoleDefinitionResponder(resp *http.Response) (result SQLRoleDefinitionGetResults, err error) + func (client SQLResourcesClient) CreateUpdateSQLRoleDefinitionSender(req *http.Request) (future SQLResourcesCreateUpdateSQLRoleDefinitionFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLStoredProcedure(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesCreateUpdateSQLStoredProcedureFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLStoredProcedurePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) CreateUpdateSQLStoredProcedureResponder(resp *http.Response) (result SQLStoredProcedureGetResults, err error) + func (client SQLResourcesClient) CreateUpdateSQLStoredProcedureSender(req *http.Request) (future SQLResourcesCreateUpdateSQLStoredProcedureFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLTrigger(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesCreateUpdateSQLTriggerFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLTriggerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) CreateUpdateSQLTriggerResponder(resp *http.Response) (result SQLTriggerGetResults, err error) + func (client SQLResourcesClient) CreateUpdateSQLTriggerSender(req *http.Request) (future SQLResourcesCreateUpdateSQLTriggerFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLUserDefinedFunction(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture, err error) + func (client SQLResourcesClient) CreateUpdateSQLUserDefinedFunctionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) CreateUpdateSQLUserDefinedFunctionResponder(resp *http.Response) (result SQLUserDefinedFunctionGetResults, err error) + func (client SQLResourcesClient) CreateUpdateSQLUserDefinedFunctionSender(req *http.Request) (future SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture, err error) + func (client SQLResourcesClient) DeleteSQLContainer(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesDeleteSQLContainerFuture, err error) + func (client SQLResourcesClient) DeleteSQLContainerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) DeleteSQLContainerResponder(resp *http.Response) (result autorest.Response, err error) + func (client SQLResourcesClient) DeleteSQLContainerSender(req *http.Request) (future SQLResourcesDeleteSQLContainerFuture, err error) + func (client SQLResourcesClient) DeleteSQLDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesDeleteSQLDatabaseFuture, err error) + func (client SQLResourcesClient) DeleteSQLDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) DeleteSQLDatabaseResponder(resp *http.Response) (result autorest.Response, err error) + func (client SQLResourcesClient) DeleteSQLDatabaseSender(req *http.Request) (future SQLResourcesDeleteSQLDatabaseFuture, err error) + func (client SQLResourcesClient) DeleteSQLRoleAssignment(ctx context.Context, roleAssignmentID string, resourceGroupName string, ...) (result SQLResourcesDeleteSQLRoleAssignmentFuture, err error) + func (client SQLResourcesClient) DeleteSQLRoleAssignmentPreparer(ctx context.Context, roleAssignmentID string, resourceGroupName string, ...) (*http.Request, error) + func (client SQLResourcesClient) DeleteSQLRoleAssignmentResponder(resp *http.Response) (result autorest.Response, err error) + func (client SQLResourcesClient) DeleteSQLRoleAssignmentSender(req *http.Request) (future SQLResourcesDeleteSQLRoleAssignmentFuture, err error) + func (client SQLResourcesClient) DeleteSQLRoleDefinition(ctx context.Context, roleDefinitionID string, resourceGroupName string, ...) (result SQLResourcesDeleteSQLRoleDefinitionFuture, err error) + func (client SQLResourcesClient) DeleteSQLRoleDefinitionPreparer(ctx context.Context, roleDefinitionID string, resourceGroupName string, ...) (*http.Request, error) + func (client SQLResourcesClient) DeleteSQLRoleDefinitionResponder(resp *http.Response) (result autorest.Response, err error) + func (client SQLResourcesClient) DeleteSQLRoleDefinitionSender(req *http.Request) (future SQLResourcesDeleteSQLRoleDefinitionFuture, err error) + func (client SQLResourcesClient) DeleteSQLStoredProcedure(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesDeleteSQLStoredProcedureFuture, err error) + func (client SQLResourcesClient) DeleteSQLStoredProcedurePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) DeleteSQLStoredProcedureResponder(resp *http.Response) (result autorest.Response, err error) + func (client SQLResourcesClient) DeleteSQLStoredProcedureSender(req *http.Request) (future SQLResourcesDeleteSQLStoredProcedureFuture, err error) + func (client SQLResourcesClient) DeleteSQLTrigger(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesDeleteSQLTriggerFuture, err error) + func (client SQLResourcesClient) DeleteSQLTriggerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) DeleteSQLTriggerResponder(resp *http.Response) (result autorest.Response, err error) + func (client SQLResourcesClient) DeleteSQLTriggerSender(req *http.Request) (future SQLResourcesDeleteSQLTriggerFuture, err error) + func (client SQLResourcesClient) DeleteSQLUserDefinedFunction(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesDeleteSQLUserDefinedFunctionFuture, err error) + func (client SQLResourcesClient) DeleteSQLUserDefinedFunctionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) DeleteSQLUserDefinedFunctionResponder(resp *http.Response) (result autorest.Response, err error) + func (client SQLResourcesClient) DeleteSQLUserDefinedFunctionSender(req *http.Request) (future SQLResourcesDeleteSQLUserDefinedFunctionFuture, err error) + func (client SQLResourcesClient) GetSQLContainer(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLContainerGetResults, err error) + func (client SQLResourcesClient) GetSQLContainerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLContainerResponder(resp *http.Response) (result SQLContainerGetResults, err error) + func (client SQLResourcesClient) GetSQLContainerSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLContainerThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) GetSQLContainerThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLContainerThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) GetSQLContainerThroughputSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLDatabaseGetResults, err error) + func (client SQLResourcesClient) GetSQLDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLDatabaseResponder(resp *http.Response) (result SQLDatabaseGetResults, err error) + func (client SQLResourcesClient) GetSQLDatabaseSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) GetSQLDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLDatabaseThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) GetSQLDatabaseThroughputSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLRoleAssignment(ctx context.Context, roleAssignmentID string, resourceGroupName string, ...) (result SQLRoleAssignmentGetResults, err error) + func (client SQLResourcesClient) GetSQLRoleAssignmentPreparer(ctx context.Context, roleAssignmentID string, resourceGroupName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLRoleAssignmentResponder(resp *http.Response) (result SQLRoleAssignmentGetResults, err error) + func (client SQLResourcesClient) GetSQLRoleAssignmentSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLRoleDefinition(ctx context.Context, roleDefinitionID string, resourceGroupName string, ...) (result SQLRoleDefinitionGetResults, err error) + func (client SQLResourcesClient) GetSQLRoleDefinitionPreparer(ctx context.Context, roleDefinitionID string, resourceGroupName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLRoleDefinitionResponder(resp *http.Response) (result SQLRoleDefinitionGetResults, err error) + func (client SQLResourcesClient) GetSQLRoleDefinitionSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLStoredProcedure(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLStoredProcedureGetResults, err error) + func (client SQLResourcesClient) GetSQLStoredProcedurePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLStoredProcedureResponder(resp *http.Response) (result SQLStoredProcedureGetResults, err error) + func (client SQLResourcesClient) GetSQLStoredProcedureSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLTrigger(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLTriggerGetResults, err error) + func (client SQLResourcesClient) GetSQLTriggerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLTriggerResponder(resp *http.Response) (result SQLTriggerGetResults, err error) + func (client SQLResourcesClient) GetSQLTriggerSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) GetSQLUserDefinedFunction(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLUserDefinedFunctionGetResults, err error) + func (client SQLResourcesClient) GetSQLUserDefinedFunctionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) GetSQLUserDefinedFunctionResponder(resp *http.Response) (result SQLUserDefinedFunctionGetResults, err error) + func (client SQLResourcesClient) GetSQLUserDefinedFunctionSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) ListSQLContainers(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLContainerListResult, err error) + func (client SQLResourcesClient) ListSQLContainersPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) ListSQLContainersResponder(resp *http.Response) (result SQLContainerListResult, err error) + func (client SQLResourcesClient) ListSQLContainersSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) ListSQLDatabases(ctx context.Context, resourceGroupName string, accountName string) (result SQLDatabaseListResult, err error) + func (client SQLResourcesClient) ListSQLDatabasesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client SQLResourcesClient) ListSQLDatabasesResponder(resp *http.Response) (result SQLDatabaseListResult, err error) + func (client SQLResourcesClient) ListSQLDatabasesSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) ListSQLRoleAssignments(ctx context.Context, resourceGroupName string, accountName string) (result SQLRoleAssignmentListResult, err error) + func (client SQLResourcesClient) ListSQLRoleAssignmentsPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client SQLResourcesClient) ListSQLRoleAssignmentsResponder(resp *http.Response) (result SQLRoleAssignmentListResult, err error) + func (client SQLResourcesClient) ListSQLRoleAssignmentsSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) ListSQLRoleDefinitions(ctx context.Context, resourceGroupName string, accountName string) (result SQLRoleDefinitionListResult, err error) + func (client SQLResourcesClient) ListSQLRoleDefinitionsPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client SQLResourcesClient) ListSQLRoleDefinitionsResponder(resp *http.Response) (result SQLRoleDefinitionListResult, err error) + func (client SQLResourcesClient) ListSQLRoleDefinitionsSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) ListSQLStoredProcedures(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLStoredProcedureListResult, err error) + func (client SQLResourcesClient) ListSQLStoredProceduresPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) ListSQLStoredProceduresResponder(resp *http.Response) (result SQLStoredProcedureListResult, err error) + func (client SQLResourcesClient) ListSQLStoredProceduresSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) ListSQLTriggers(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLTriggerListResult, err error) + func (client SQLResourcesClient) ListSQLTriggersPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) ListSQLTriggersResponder(resp *http.Response) (result SQLTriggerListResult, err error) + func (client SQLResourcesClient) ListSQLTriggersSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) ListSQLUserDefinedFunctions(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLUserDefinedFunctionListResult, err error) + func (client SQLResourcesClient) ListSQLUserDefinedFunctionsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) ListSQLUserDefinedFunctionsResponder(resp *http.Response) (result SQLUserDefinedFunctionListResult, err error) + func (client SQLResourcesClient) ListSQLUserDefinedFunctionsSender(req *http.Request) (*http.Response, error) + func (client SQLResourcesClient) MigrateSQLContainerToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesMigrateSQLContainerToAutoscaleFuture, err error) + func (client SQLResourcesClient) MigrateSQLContainerToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) MigrateSQLContainerToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) MigrateSQLContainerToAutoscaleSender(req *http.Request) (future SQLResourcesMigrateSQLContainerToAutoscaleFuture, err error) + func (client SQLResourcesClient) MigrateSQLContainerToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesMigrateSQLContainerToManualThroughputFuture, err error) + func (client SQLResourcesClient) MigrateSQLContainerToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) MigrateSQLContainerToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) MigrateSQLContainerToManualThroughputSender(req *http.Request) (future SQLResourcesMigrateSQLContainerToManualThroughputFuture, err error) + func (client SQLResourcesClient) MigrateSQLDatabaseToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesMigrateSQLDatabaseToAutoscaleFuture, err error) + func (client SQLResourcesClient) MigrateSQLDatabaseToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) MigrateSQLDatabaseToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) MigrateSQLDatabaseToAutoscaleSender(req *http.Request) (future SQLResourcesMigrateSQLDatabaseToAutoscaleFuture, err error) + func (client SQLResourcesClient) MigrateSQLDatabaseToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesMigrateSQLDatabaseToManualThroughputFuture, err error) + func (client SQLResourcesClient) MigrateSQLDatabaseToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) MigrateSQLDatabaseToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) MigrateSQLDatabaseToManualThroughputSender(req *http.Request) (future SQLResourcesMigrateSQLDatabaseToManualThroughputFuture, err error) + func (client SQLResourcesClient) RetrieveContinuousBackupInformation(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesRetrieveContinuousBackupInformationFuture, err error) + func (client SQLResourcesClient) RetrieveContinuousBackupInformationPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) RetrieveContinuousBackupInformationResponder(resp *http.Response) (result BackupInformation, err error) + func (client SQLResourcesClient) RetrieveContinuousBackupInformationSender(req *http.Request) (future SQLResourcesRetrieveContinuousBackupInformationFuture, err error) + func (client SQLResourcesClient) UpdateSQLContainerThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesUpdateSQLContainerThroughputFuture, err error) + func (client SQLResourcesClient) UpdateSQLContainerThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) UpdateSQLContainerThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) UpdateSQLContainerThroughputSender(req *http.Request) (future SQLResourcesUpdateSQLContainerThroughputFuture, err error) + func (client SQLResourcesClient) UpdateSQLDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLResourcesUpdateSQLDatabaseThroughputFuture, err error) + func (client SQLResourcesClient) UpdateSQLDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client SQLResourcesClient) UpdateSQLDatabaseThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client SQLResourcesClient) UpdateSQLDatabaseThroughputSender(req *http.Request) (future SQLResourcesUpdateSQLDatabaseThroughputFuture, err error) + type SQLResourcesCreateUpdateSQLContainerFuture struct + Result func(SQLResourcesClient) (SQLContainerGetResults, error) + func (future *SQLResourcesCreateUpdateSQLContainerFuture) UnmarshalJSON(body []byte) error + type SQLResourcesCreateUpdateSQLDatabaseFuture struct + Result func(SQLResourcesClient) (SQLDatabaseGetResults, error) + func (future *SQLResourcesCreateUpdateSQLDatabaseFuture) UnmarshalJSON(body []byte) error + type SQLResourcesCreateUpdateSQLRoleAssignmentFuture struct + Result func(SQLResourcesClient) (SQLRoleAssignmentGetResults, error) + func (future *SQLResourcesCreateUpdateSQLRoleAssignmentFuture) UnmarshalJSON(body []byte) error + type SQLResourcesCreateUpdateSQLRoleDefinitionFuture struct + Result func(SQLResourcesClient) (SQLRoleDefinitionGetResults, error) + func (future *SQLResourcesCreateUpdateSQLRoleDefinitionFuture) UnmarshalJSON(body []byte) error + type SQLResourcesCreateUpdateSQLStoredProcedureFuture struct + Result func(SQLResourcesClient) (SQLStoredProcedureGetResults, error) + func (future *SQLResourcesCreateUpdateSQLStoredProcedureFuture) UnmarshalJSON(body []byte) error + type SQLResourcesCreateUpdateSQLTriggerFuture struct + Result func(SQLResourcesClient) (SQLTriggerGetResults, error) + func (future *SQLResourcesCreateUpdateSQLTriggerFuture) UnmarshalJSON(body []byte) error + type SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture struct + Result func(SQLResourcesClient) (SQLUserDefinedFunctionGetResults, error) + func (future *SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture) UnmarshalJSON(body []byte) error + type SQLResourcesDeleteSQLContainerFuture struct + Result func(SQLResourcesClient) (autorest.Response, error) + func (future *SQLResourcesDeleteSQLContainerFuture) UnmarshalJSON(body []byte) error + type SQLResourcesDeleteSQLDatabaseFuture struct + Result func(SQLResourcesClient) (autorest.Response, error) + func (future *SQLResourcesDeleteSQLDatabaseFuture) UnmarshalJSON(body []byte) error + type SQLResourcesDeleteSQLRoleAssignmentFuture struct + Result func(SQLResourcesClient) (autorest.Response, error) + func (future *SQLResourcesDeleteSQLRoleAssignmentFuture) UnmarshalJSON(body []byte) error + type SQLResourcesDeleteSQLRoleDefinitionFuture struct + Result func(SQLResourcesClient) (autorest.Response, error) + func (future *SQLResourcesDeleteSQLRoleDefinitionFuture) UnmarshalJSON(body []byte) error + type SQLResourcesDeleteSQLStoredProcedureFuture struct + Result func(SQLResourcesClient) (autorest.Response, error) + func (future *SQLResourcesDeleteSQLStoredProcedureFuture) UnmarshalJSON(body []byte) error + type SQLResourcesDeleteSQLTriggerFuture struct + Result func(SQLResourcesClient) (autorest.Response, error) + func (future *SQLResourcesDeleteSQLTriggerFuture) UnmarshalJSON(body []byte) error + type SQLResourcesDeleteSQLUserDefinedFunctionFuture struct + Result func(SQLResourcesClient) (autorest.Response, error) + func (future *SQLResourcesDeleteSQLUserDefinedFunctionFuture) UnmarshalJSON(body []byte) error + type SQLResourcesMigrateSQLContainerToAutoscaleFuture struct + Result func(SQLResourcesClient) (ThroughputSettingsGetResults, error) + func (future *SQLResourcesMigrateSQLContainerToAutoscaleFuture) UnmarshalJSON(body []byte) error + type SQLResourcesMigrateSQLContainerToManualThroughputFuture struct + Result func(SQLResourcesClient) (ThroughputSettingsGetResults, error) + func (future *SQLResourcesMigrateSQLContainerToManualThroughputFuture) UnmarshalJSON(body []byte) error + type SQLResourcesMigrateSQLDatabaseToAutoscaleFuture struct + Result func(SQLResourcesClient) (ThroughputSettingsGetResults, error) + func (future *SQLResourcesMigrateSQLDatabaseToAutoscaleFuture) UnmarshalJSON(body []byte) error + type SQLResourcesMigrateSQLDatabaseToManualThroughputFuture struct + Result func(SQLResourcesClient) (ThroughputSettingsGetResults, error) + func (future *SQLResourcesMigrateSQLDatabaseToManualThroughputFuture) UnmarshalJSON(body []byte) error + type SQLResourcesRetrieveContinuousBackupInformationFuture struct + Result func(SQLResourcesClient) (BackupInformation, error) + func (future *SQLResourcesRetrieveContinuousBackupInformationFuture) UnmarshalJSON(body []byte) error + type SQLResourcesUpdateSQLContainerThroughputFuture struct + Result func(SQLResourcesClient) (ThroughputSettingsGetResults, error) + func (future *SQLResourcesUpdateSQLContainerThroughputFuture) UnmarshalJSON(body []byte) error + type SQLResourcesUpdateSQLDatabaseThroughputFuture struct + Result func(SQLResourcesClient) (ThroughputSettingsGetResults, error) + func (future *SQLResourcesUpdateSQLDatabaseThroughputFuture) UnmarshalJSON(body []byte) error + type SQLRoleAssignmentCreateUpdateParameters struct + func (sracup *SQLRoleAssignmentCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (sracup SQLRoleAssignmentCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLRoleAssignmentGetResults struct + ID *string + Name *string + Type *string + func (sragr *SQLRoleAssignmentGetResults) UnmarshalJSON(body []byte) error + func (sragr SQLRoleAssignmentGetResults) MarshalJSON() ([]byte, error) + type SQLRoleAssignmentListResult struct + Value *[]SQLRoleAssignmentGetResults + func (sralr SQLRoleAssignmentListResult) MarshalJSON() ([]byte, error) + type SQLRoleAssignmentResource struct + PrincipalID *string + RoleDefinitionID *string + Scope *string + type SQLRoleDefinitionCreateUpdateParameters struct + func (srdcup *SQLRoleDefinitionCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (srdcup SQLRoleDefinitionCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLRoleDefinitionGetResults struct + ID *string + Name *string + Type *string + func (srdgr *SQLRoleDefinitionGetResults) UnmarshalJSON(body []byte) error + func (srdgr SQLRoleDefinitionGetResults) MarshalJSON() ([]byte, error) + type SQLRoleDefinitionListResult struct + Value *[]SQLRoleDefinitionGetResults + func (srdlr SQLRoleDefinitionListResult) MarshalJSON() ([]byte, error) + type SQLRoleDefinitionResource struct + AssignableScopes *[]string + Permissions *[]Permission + RoleName *string + Type RoleDefinitionType + type SQLStoredProcedureCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sspcup *SQLStoredProcedureCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (sspcup SQLStoredProcedureCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLStoredProcedureCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *SQLStoredProcedureResource + type SQLStoredProcedureGetProperties struct + Resource *SQLStoredProcedureGetPropertiesResource + type SQLStoredProcedureGetPropertiesResource struct + Body *string + Etag *string + ID *string + Rid *string + Ts *float64 + func (sspgp SQLStoredProcedureGetPropertiesResource) MarshalJSON() ([]byte, error) + type SQLStoredProcedureGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sspgr *SQLStoredProcedureGetResults) UnmarshalJSON(body []byte) error + func (sspgr SQLStoredProcedureGetResults) MarshalJSON() ([]byte, error) + type SQLStoredProcedureListResult struct + Value *[]SQLStoredProcedureGetResults + func (ssplr SQLStoredProcedureListResult) MarshalJSON() ([]byte, error) + type SQLStoredProcedureResource struct + Body *string + ID *string + type SQLTriggerCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (stcup *SQLTriggerCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (stcup SQLTriggerCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLTriggerCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *SQLTriggerResource + type SQLTriggerGetProperties struct + Resource *SQLTriggerGetPropertiesResource + type SQLTriggerGetPropertiesResource struct + Body *string + Etag *string + ID *string + Rid *string + TriggerOperation TriggerOperation + TriggerType TriggerType + Ts *float64 + func (stgp SQLTriggerGetPropertiesResource) MarshalJSON() ([]byte, error) + type SQLTriggerGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (stgr *SQLTriggerGetResults) UnmarshalJSON(body []byte) error + func (stgr SQLTriggerGetResults) MarshalJSON() ([]byte, error) + type SQLTriggerListResult struct + Value *[]SQLTriggerGetResults + func (stlr SQLTriggerListResult) MarshalJSON() ([]byte, error) + type SQLTriggerResource struct + Body *string + ID *string + TriggerOperation TriggerOperation + TriggerType TriggerType + type SQLUserDefinedFunctionCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sudfcup *SQLUserDefinedFunctionCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (sudfcup SQLUserDefinedFunctionCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLUserDefinedFunctionCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *SQLUserDefinedFunctionResource + type SQLUserDefinedFunctionGetProperties struct + Resource *SQLUserDefinedFunctionGetPropertiesResource + type SQLUserDefinedFunctionGetPropertiesResource struct + Body *string + Etag *string + ID *string + Rid *string + Ts *float64 + func (sudfgp SQLUserDefinedFunctionGetPropertiesResource) MarshalJSON() ([]byte, error) + type SQLUserDefinedFunctionGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sudfgr *SQLUserDefinedFunctionGetResults) UnmarshalJSON(body []byte) error + func (sudfgr SQLUserDefinedFunctionGetResults) MarshalJSON() ([]byte, error) + type SQLUserDefinedFunctionListResult struct + Value *[]SQLUserDefinedFunctionGetResults + func (sudflr SQLUserDefinedFunctionListResult) MarshalJSON() ([]byte, error) + type SQLUserDefinedFunctionResource struct + Body *string + ID *string + type SeedNode struct + IPAddress *string + type ServerVersion string + const ServerVersionFourFullStopTwo + const ServerVersionFourFullStopZero + const ServerVersionThreeFullStopSix + const ServerVersionThreeFullStopTwo + func PossibleServerVersionValues() []ServerVersion + type SpatialSpec struct + Path *string + Types *[]SpatialType + type SpatialType string + const SpatialTypeLineString + const SpatialTypeMultiPolygon + const SpatialTypePoint + const SpatialTypePolygon + func PossibleSpatialTypeValues() []SpatialType + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType CreatedByType + type TableCreateUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tcup *TableCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (tcup TableCreateUpdateParameters) MarshalJSON() ([]byte, error) + type TableCreateUpdateProperties struct + Options *CreateUpdateOptions + Resource *TableResource + type TableGetProperties struct + Options *TableGetPropertiesOptions + Resource *TableGetPropertiesResource + type TableGetPropertiesOptions struct + AutoscaleSettings *AutoscaleSettings + Throughput *int32 + type TableGetPropertiesResource struct + Etag *string + ID *string + Rid *string + Ts *float64 + func (tgp TableGetPropertiesResource) MarshalJSON() ([]byte, error) + type TableGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tgr *TableGetResults) UnmarshalJSON(body []byte) error + func (tgr TableGetResults) MarshalJSON() ([]byte, error) + type TableListResult struct + Value *[]TableGetResults + func (tlr TableListResult) MarshalJSON() ([]byte, error) + type TableResource struct + ID *string + type TableResourcesClient struct + func NewTableResourcesClient(subscriptionID string) TableResourcesClient + func NewTableResourcesClientWithBaseURI(baseURI string, subscriptionID string) TableResourcesClient + func (client TableResourcesClient) CreateUpdateTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result TableResourcesCreateUpdateTableFuture, err error) + func (client TableResourcesClient) CreateUpdateTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableResourcesClient) CreateUpdateTableResponder(resp *http.Response) (result TableGetResults, err error) + func (client TableResourcesClient) CreateUpdateTableSender(req *http.Request) (future TableResourcesCreateUpdateTableFuture, err error) + func (client TableResourcesClient) DeleteTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result TableResourcesDeleteTableFuture, err error) + func (client TableResourcesClient) DeleteTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableResourcesClient) DeleteTableResponder(resp *http.Response) (result autorest.Response, err error) + func (client TableResourcesClient) DeleteTableSender(req *http.Request) (future TableResourcesDeleteTableFuture, err error) + func (client TableResourcesClient) GetTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result TableGetResults, err error) + func (client TableResourcesClient) GetTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableResourcesClient) GetTableResponder(resp *http.Response) (result TableGetResults, err error) + func (client TableResourcesClient) GetTableSender(req *http.Request) (*http.Response, error) + func (client TableResourcesClient) GetTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result ThroughputSettingsGetResults, err error) + func (client TableResourcesClient) GetTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableResourcesClient) GetTableThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client TableResourcesClient) GetTableThroughputSender(req *http.Request) (*http.Response, error) + func (client TableResourcesClient) ListTables(ctx context.Context, resourceGroupName string, accountName string) (result TableListResult, err error) + func (client TableResourcesClient) ListTablesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client TableResourcesClient) ListTablesResponder(resp *http.Response) (result TableListResult, err error) + func (client TableResourcesClient) ListTablesSender(req *http.Request) (*http.Response, error) + func (client TableResourcesClient) MigrateTableToAutoscale(ctx context.Context, resourceGroupName string, accountName string, ...) (result TableResourcesMigrateTableToAutoscaleFuture, err error) + func (client TableResourcesClient) MigrateTableToAutoscalePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableResourcesClient) MigrateTableToAutoscaleResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client TableResourcesClient) MigrateTableToAutoscaleSender(req *http.Request) (future TableResourcesMigrateTableToAutoscaleFuture, err error) + func (client TableResourcesClient) MigrateTableToManualThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result TableResourcesMigrateTableToManualThroughputFuture, err error) + func (client TableResourcesClient) MigrateTableToManualThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableResourcesClient) MigrateTableToManualThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client TableResourcesClient) MigrateTableToManualThroughputSender(req *http.Request) (future TableResourcesMigrateTableToManualThroughputFuture, err error) + func (client TableResourcesClient) UpdateTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result TableResourcesUpdateTableThroughputFuture, err error) + func (client TableResourcesClient) UpdateTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableResourcesClient) UpdateTableThroughputResponder(resp *http.Response) (result ThroughputSettingsGetResults, err error) + func (client TableResourcesClient) UpdateTableThroughputSender(req *http.Request) (future TableResourcesUpdateTableThroughputFuture, err error) + type TableResourcesCreateUpdateTableFuture struct + Result func(TableResourcesClient) (TableGetResults, error) + func (future *TableResourcesCreateUpdateTableFuture) UnmarshalJSON(body []byte) error + type TableResourcesDeleteTableFuture struct + Result func(TableResourcesClient) (autorest.Response, error) + func (future *TableResourcesDeleteTableFuture) UnmarshalJSON(body []byte) error + type TableResourcesMigrateTableToAutoscaleFuture struct + Result func(TableResourcesClient) (ThroughputSettingsGetResults, error) + func (future *TableResourcesMigrateTableToAutoscaleFuture) UnmarshalJSON(body []byte) error + type TableResourcesMigrateTableToManualThroughputFuture struct + Result func(TableResourcesClient) (ThroughputSettingsGetResults, error) + func (future *TableResourcesMigrateTableToManualThroughputFuture) UnmarshalJSON(body []byte) error + type TableResourcesUpdateTableThroughputFuture struct + Result func(TableResourcesClient) (ThroughputSettingsGetResults, error) + func (future *TableResourcesUpdateTableThroughputFuture) UnmarshalJSON(body []byte) error + type ThroughputPolicyResource struct + IncrementPercent *int32 + IsEnabled *bool + type ThroughputSettingsGetProperties struct + Resource *ThroughputSettingsGetPropertiesResource + type ThroughputSettingsGetPropertiesResource struct + AutoscaleSettings *AutoscaleSettingsResource + Etag *string + MinimumThroughput *string + OfferReplacePending *string + Rid *string + Throughput *int32 + Ts *float64 + func (tsgp ThroughputSettingsGetPropertiesResource) MarshalJSON() ([]byte, error) + type ThroughputSettingsGetResults struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tsgr *ThroughputSettingsGetResults) UnmarshalJSON(body []byte) error + func (tsgr ThroughputSettingsGetResults) MarshalJSON() ([]byte, error) + type ThroughputSettingsResource struct + AutoscaleSettings *AutoscaleSettingsResource + MinimumThroughput *string + OfferReplacePending *string + Throughput *int32 + func (tsr ThroughputSettingsResource) MarshalJSON() ([]byte, error) + type ThroughputSettingsUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tsup *ThroughputSettingsUpdateParameters) UnmarshalJSON(body []byte) error + func (tsup ThroughputSettingsUpdateParameters) MarshalJSON() ([]byte, error) + type ThroughputSettingsUpdateProperties struct + Resource *ThroughputSettingsResource + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type TriggerOperation string + const TriggerOperationAll + const TriggerOperationCreate + const TriggerOperationDelete + const TriggerOperationReplace + const TriggerOperationUpdate + func PossibleTriggerOperationValues() []TriggerOperation + type TriggerType string + const TriggerTypePost + const TriggerTypePre + func PossibleTriggerTypeValues() []TriggerType + type Type string + const TypeBackupPolicy + const TypeContinuous + const TypePeriodic + func PossibleTypeValues() []Type + type UniqueKey struct + Paths *[]string + type UniqueKeyPolicy struct + UniqueKeys *[]UniqueKey + type UnitType string + const UnitTypeBytes + const UnitTypeBytesPerSecond + const UnitTypeCount + const UnitTypeCountPerSecond + const UnitTypeMilliseconds + const UnitTypePercent + const UnitTypeSeconds + func PossibleUnitTypeValues() []UnitType + type Usage struct + CurrentValue *int64 + Limit *int64 + Name *MetricName + QuotaPeriod *string + Unit UnitType + func (u Usage) MarshalJSON() ([]byte, error) + type UsagesResult struct + Value *[]Usage + func (ur UsagesResult) MarshalJSON() ([]byte, error) + type VirtualNetworkRule struct + ID *string + IgnoreMissingVNetServiceEndpoint *bool