Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessKeyType
- type AccessKeys
- type ActionType
- type AofFrequency
- type AzureEntityResource
- type BaseClient
- type Client
- type Cluster
- type ClusterList
- type ClusterListIterator
- type ClusterListPage
- type ClusterProperties
- type ClusterUpdate
- type ClusteringPolicy
- type CreateFuture
- type Database
- type DatabaseList
- type DatabaseListIterator
- type DatabaseListPage
- type DatabaseProperties
- type DatabaseUpdate
- type DatabasesClient
- type DatabasesCreateFuture
- type DatabasesDeleteFuture
- type DatabasesExportFuture
- type DatabasesImportFuture
- type DatabasesRegenerateKeyFuture
- type DatabasesUpdateFuture
- type DeleteFuture
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type EvictionPolicy
- type ExportClusterParameters
- type ImportClusterParameters
- type Module
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationStatus
- type OperationsClient
- type OperationsStatusClient
- type Origin
- type Persistence
- type PrivateEndpoint
- type PrivateEndpointConnection
- type PrivateEndpointConnectionListResult
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionProvisioningState
- type PrivateEndpointConnectionsClient
- type PrivateEndpointConnectionsPutFuture
- type PrivateEndpointServiceConnectionStatus
- type PrivateLinkResource
- type PrivateLinkResourceListResult
- type PrivateLinkResourceProperties
- type PrivateLinkResourcesClient
- type PrivateLinkServiceConnectionState
- type Protocol
- type ProvisioningState
- type ProxyResource
- type RdbFrequency
- type RegenerateKeyParameters
- type Resource
- type ResourceState
- type Sku
- type SkuName
- type TLSVersion
- type TrackedResource
- type UpdateFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessKeyType ¶
type AccessKeyType = original.AccessKeyType
const ( Primary AccessKeyType = original.Primary Secondary AccessKeyType = original.Secondary )
func PossibleAccessKeyTypeValues ¶
func PossibleAccessKeyTypeValues() []AccessKeyType
type AccessKeys ¶
type AccessKeys = original.AccessKeys
type ActionType ¶
type ActionType = original.ActionType
const (
Internal ActionType = original.Internal
)
func PossibleActionTypeValues ¶
func PossibleActionTypeValues() []ActionType
type AofFrequency ¶
type AofFrequency = original.AofFrequency
const ( Always AofFrequency = original.Always Ones AofFrequency = original.Ones )
func PossibleAofFrequencyValues ¶
func PossibleAofFrequencyValues() []AofFrequency
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type Client ¶
func NewClientWithBaseURI ¶
type ClusterList ¶
type ClusterList = original.ClusterList
type ClusterListIterator ¶
type ClusterListIterator = original.ClusterListIterator
func NewClusterListIterator ¶
func NewClusterListIterator(page ClusterListPage) ClusterListIterator
type ClusterListPage ¶
type ClusterListPage = original.ClusterListPage
func NewClusterListPage ¶
func NewClusterListPage(cur ClusterList, getNextPage func(context.Context, ClusterList) (ClusterList, error)) ClusterListPage
type ClusterProperties ¶
type ClusterProperties = original.ClusterProperties
type ClusterUpdate ¶
type ClusterUpdate = original.ClusterUpdate
type ClusteringPolicy ¶
type ClusteringPolicy = original.ClusteringPolicy
const ( EnterpriseCluster ClusteringPolicy = original.EnterpriseCluster OSSCluster ClusteringPolicy = original.OSSCluster )
func PossibleClusteringPolicyValues ¶
func PossibleClusteringPolicyValues() []ClusteringPolicy
type CreateFuture ¶
type CreateFuture = original.CreateFuture
type DatabaseList ¶
type DatabaseList = original.DatabaseList
type DatabaseListIterator ¶
type DatabaseListIterator = original.DatabaseListIterator
func NewDatabaseListIterator ¶
func NewDatabaseListIterator(page DatabaseListPage) DatabaseListIterator
type DatabaseListPage ¶
type DatabaseListPage = original.DatabaseListPage
func NewDatabaseListPage ¶
func NewDatabaseListPage(cur DatabaseList, getNextPage func(context.Context, DatabaseList) (DatabaseList, error)) DatabaseListPage
type DatabaseProperties ¶
type DatabaseProperties = original.DatabaseProperties
type DatabaseUpdate ¶
type DatabaseUpdate = original.DatabaseUpdate
type DatabasesClient ¶
type DatabasesClient = original.DatabasesClient
func NewDatabasesClient ¶
func NewDatabasesClient(subscriptionID string) DatabasesClient
func NewDatabasesClientWithBaseURI ¶
func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient
type DatabasesCreateFuture ¶
type DatabasesCreateFuture = original.DatabasesCreateFuture
type DatabasesDeleteFuture ¶
type DatabasesDeleteFuture = original.DatabasesDeleteFuture
type DatabasesExportFuture ¶
type DatabasesExportFuture = original.DatabasesExportFuture
type DatabasesImportFuture ¶
type DatabasesImportFuture = original.DatabasesImportFuture
type DatabasesRegenerateKeyFuture ¶
type DatabasesRegenerateKeyFuture = original.DatabasesRegenerateKeyFuture
type DatabasesUpdateFuture ¶
type DatabasesUpdateFuture = original.DatabasesUpdateFuture
type DeleteFuture ¶
type DeleteFuture = original.DeleteFuture
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type EvictionPolicy ¶
type EvictionPolicy = original.EvictionPolicy
const ( AllKeysLFU EvictionPolicy = original.AllKeysLFU AllKeysLRU EvictionPolicy = original.AllKeysLRU AllKeysRandom EvictionPolicy = original.AllKeysRandom NoEviction EvictionPolicy = original.NoEviction VolatileLFU EvictionPolicy = original.VolatileLFU VolatileLRU EvictionPolicy = original.VolatileLRU VolatileRandom EvictionPolicy = original.VolatileRandom VolatileTTL EvictionPolicy = original.VolatileTTL )
func PossibleEvictionPolicyValues ¶
func PossibleEvictionPolicyValues() []EvictionPolicy
type ExportClusterParameters ¶
type ExportClusterParameters = original.ExportClusterParameters
type ImportClusterParameters ¶
type ImportClusterParameters = original.ImportClusterParameters
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationStatus ¶
type OperationStatus = original.OperationStatus
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type OperationsStatusClient ¶
type OperationsStatusClient = original.OperationsStatusClient
func NewOperationsStatusClient ¶
func NewOperationsStatusClient(subscriptionID string) OperationsStatusClient
func NewOperationsStatusClientWithBaseURI ¶
func NewOperationsStatusClientWithBaseURI(baseURI string, subscriptionID string) OperationsStatusClient
type Persistence ¶
type Persistence = original.Persistence
type PrivateEndpoint ¶
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointConnection ¶
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionListResult ¶
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProvisioningState ¶
type PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningState
const ( Creating PrivateEndpointConnectionProvisioningState = original.Creating Deleting PrivateEndpointConnectionProvisioningState = original.Deleting Failed PrivateEndpointConnectionProvisioningState = original.Failed Succeeded PrivateEndpointConnectionProvisioningState = original.Succeeded )
func PossiblePrivateEndpointConnectionProvisioningStateValues ¶
func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState
type PrivateEndpointConnectionsClient ¶
type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClient ¶
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClientWithBaseURI ¶
func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient
type PrivateEndpointConnectionsPutFuture ¶
type PrivateEndpointConnectionsPutFuture = original.PrivateEndpointConnectionsPutFuture
type PrivateEndpointServiceConnectionStatus ¶
type PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatus
const ( Approved PrivateEndpointServiceConnectionStatus = original.Approved Pending PrivateEndpointServiceConnectionStatus = original.Pending Rejected PrivateEndpointServiceConnectionStatus = original.Rejected )
func PossiblePrivateEndpointServiceConnectionStatusValues ¶
func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus
type PrivateLinkResource ¶
type PrivateLinkResource = original.PrivateLinkResource
type PrivateLinkResourceListResult ¶
type PrivateLinkResourceListResult = original.PrivateLinkResourceListResult
type PrivateLinkResourceProperties ¶
type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
type PrivateLinkResourcesClient ¶
type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
func NewPrivateLinkResourcesClient ¶
func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient
func NewPrivateLinkResourcesClientWithBaseURI ¶
func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient
type PrivateLinkServiceConnectionState ¶
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
type Protocol ¶
func PossibleProtocolValues ¶
func PossibleProtocolValues() []Protocol
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateCanceled ProvisioningState = original.ProvisioningStateCanceled ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded ProvisioningStateUpdating ProvisioningState = original.ProvisioningStateUpdating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type RdbFrequency ¶
type RdbFrequency = original.RdbFrequency
const ( Oneh RdbFrequency = original.Oneh OneTwoh RdbFrequency = original.OneTwoh Sixh RdbFrequency = original.Sixh )
func PossibleRdbFrequencyValues ¶
func PossibleRdbFrequencyValues() []RdbFrequency
type RegenerateKeyParameters ¶
type RegenerateKeyParameters = original.RegenerateKeyParameters
type ResourceState ¶
type ResourceState = original.ResourceState
const ( ResourceStateCreateFailed ResourceState = original.ResourceStateCreateFailed ResourceStateCreating ResourceState = original.ResourceStateCreating ResourceStateDeleteFailed ResourceState = original.ResourceStateDeleteFailed ResourceStateDeleting ResourceState = original.ResourceStateDeleting ResourceStateDisabled ResourceState = original.ResourceStateDisabled ResourceStateDisableFailed ResourceState = original.ResourceStateDisableFailed ResourceStateDisabling ResourceState = original.ResourceStateDisabling ResourceStateEnableFailed ResourceState = original.ResourceStateEnableFailed ResourceStateEnabling ResourceState = original.ResourceStateEnabling ResourceStateRunning ResourceState = original.ResourceStateRunning ResourceStateUpdateFailed ResourceState = original.ResourceStateUpdateFailed ResourceStateUpdating ResourceState = original.ResourceStateUpdating )
func PossibleResourceStateValues ¶
func PossibleResourceStateValues() []ResourceState
type SkuName ¶
const ( EnterpriseE10 SkuName = original.EnterpriseE10 EnterpriseE100 SkuName = original.EnterpriseE100 EnterpriseE20 SkuName = original.EnterpriseE20 EnterpriseE50 SkuName = original.EnterpriseE50 EnterpriseFlashF1500 SkuName = original.EnterpriseFlashF1500 EnterpriseFlashF300 SkuName = original.EnterpriseFlashF300 EnterpriseFlashF700 SkuName = original.EnterpriseFlashF700 )
func PossibleSkuNameValues ¶
func PossibleSkuNameValues() []SkuName
type TLSVersion ¶
type TLSVersion = original.TLSVersion
const ( OneFullStopOne TLSVersion = original.OneFullStopOne OneFullStopTwo TLSVersion = original.OneFullStopTwo OneFullStopZero TLSVersion = original.OneFullStopZero )
func PossibleTLSVersionValues ¶
func PossibleTLSVersionValues() []TLSVersion
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type UpdateFuture ¶
type UpdateFuture = original.UpdateFuture
Click to show internal directories.
Click to hide internal directories.