Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AzureCapacity
- type AzureEntityResource
- type AzureResourceSku
- type AzureScaleType
- type AzureSku
- type AzureSkuName
- type BaseClient
- type CheckNameResult
- type CloudError
- type CloudErrorBody
- type Cluster
- type ClusterCheckNameRequest
- type ClusterListResult
- type ClusterProperties
- type ClusterUpdate
- type ClustersClient
- type ClustersCreateOrUpdateFuture
- type ClustersDeleteFuture
- type ClustersStartFuture
- type ClustersStopFuture
- type ClustersUpdateFuture
- type DataFormat
- type Database
- type DatabaseCheckNameRequest
- type DatabaseListResult
- type DatabasePrincipal
- type DatabasePrincipalListRequest
- type DatabasePrincipalListResult
- type DatabasePrincipalRole
- type DatabasePrincipalType
- type DatabaseProperties
- type DatabaseStatistics
- type DatabaseUpdate
- type DatabasesClient
- type DatabasesCreateOrUpdateFuture
- type DatabasesDeleteFuture
- type DatabasesUpdateFuture
- type EventHubConnection
- type EventHubConnectionListResult
- type EventHubConnectionProperties
- type EventHubConnectionUpdate
- type EventHubConnectionValidation
- type EventHubConnectionValidationListResult
- type EventHubConnectionValidationResult
- type EventHubConnectionsClient
- type EventHubConnectionsCreateOrUpdateFuture
- type EventHubConnectionsDeleteFuture
- type EventHubConnectionsUpdateFuture
- type ListResourceSkusResult
- type ListSkusResult
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type ProvisioningState
- type ProxyResource
- type Resource
- type State
- type TrackedResource
- type TrustedExternalTenant
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureCapacity ¶
type AzureCapacity = original.AzureCapacity
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type AzureResourceSku ¶
type AzureResourceSku = original.AzureResourceSku
type AzureScaleType ¶
type AzureScaleType = original.AzureScaleType
const ( Automatic AzureScaleType = original.Automatic Manual AzureScaleType = original.Manual None AzureScaleType = original.None )
func PossibleAzureScaleTypeValues ¶
func PossibleAzureScaleTypeValues() []AzureScaleType
type AzureSkuName ¶
type AzureSkuName = original.AzureSkuName
const ( D13V2 AzureSkuName = original.D13V2 D14V2 AzureSkuName = original.D14V2 KC16 AzureSkuName = original.KC16 KC8 AzureSkuName = original.KC8 KS16 AzureSkuName = original.KS16 KS8 AzureSkuName = original.KS8 L16 AzureSkuName = original.L16 L8 AzureSkuName = original.L8 )
func PossibleAzureSkuNameValues ¶
func PossibleAzureSkuNameValues() []AzureSkuName
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CheckNameResult ¶
type CheckNameResult = original.CheckNameResult
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type ClusterCheckNameRequest ¶
type ClusterCheckNameRequest = original.ClusterCheckNameRequest
type ClusterListResult ¶
type ClusterListResult = original.ClusterListResult
type ClusterProperties ¶
type ClusterProperties = original.ClusterProperties
type ClusterUpdate ¶
type ClusterUpdate = original.ClusterUpdate
type ClustersClient ¶
type ClustersClient = original.ClustersClient
func NewClustersClient ¶
func NewClustersClient(subscriptionID string) ClustersClient
func NewClustersClientWithBaseURI ¶
func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient
type ClustersCreateOrUpdateFuture ¶
type ClustersCreateOrUpdateFuture = original.ClustersCreateOrUpdateFuture
type ClustersDeleteFuture ¶
type ClustersDeleteFuture = original.ClustersDeleteFuture
type ClustersStartFuture ¶
type ClustersStartFuture = original.ClustersStartFuture
type ClustersStopFuture ¶
type ClustersStopFuture = original.ClustersStopFuture
type ClustersUpdateFuture ¶
type ClustersUpdateFuture = original.ClustersUpdateFuture
type DataFormat ¶
type DataFormat = original.DataFormat
const ( CSV DataFormat = original.CSV JSON DataFormat = original.JSON MULTIJSON DataFormat = original.MULTIJSON )
func PossibleDataFormatValues ¶
func PossibleDataFormatValues() []DataFormat
type DatabaseCheckNameRequest ¶
type DatabaseCheckNameRequest = original.DatabaseCheckNameRequest
type DatabaseListResult ¶
type DatabaseListResult = original.DatabaseListResult
type DatabasePrincipal ¶
type DatabasePrincipal = original.DatabasePrincipal
type DatabasePrincipalListRequest ¶
type DatabasePrincipalListRequest = original.DatabasePrincipalListRequest
type DatabasePrincipalListResult ¶
type DatabasePrincipalListResult = original.DatabasePrincipalListResult
type DatabasePrincipalRole ¶
type DatabasePrincipalRole = original.DatabasePrincipalRole
const ( Admin DatabasePrincipalRole = original.Admin Ingestor DatabasePrincipalRole = original.Ingestor Monitor DatabasePrincipalRole = original.Monitor UnrestrictedViewers DatabasePrincipalRole = original.UnrestrictedViewers User DatabasePrincipalRole = original.User Viewer DatabasePrincipalRole = original.Viewer )
func PossibleDatabasePrincipalRoleValues ¶
func PossibleDatabasePrincipalRoleValues() []DatabasePrincipalRole
type DatabasePrincipalType ¶
type DatabasePrincipalType = original.DatabasePrincipalType
const ( DatabasePrincipalTypeApp DatabasePrincipalType = original.DatabasePrincipalTypeApp DatabasePrincipalTypeGroup DatabasePrincipalType = original.DatabasePrincipalTypeGroup DatabasePrincipalTypeUser DatabasePrincipalType = original.DatabasePrincipalTypeUser )
func PossibleDatabasePrincipalTypeValues ¶
func PossibleDatabasePrincipalTypeValues() []DatabasePrincipalType
type DatabaseProperties ¶
type DatabaseProperties = original.DatabaseProperties
type DatabaseStatistics ¶
type DatabaseStatistics = original.DatabaseStatistics
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 DatabasesCreateOrUpdateFuture ¶
type DatabasesCreateOrUpdateFuture = original.DatabasesCreateOrUpdateFuture
type DatabasesDeleteFuture ¶
type DatabasesDeleteFuture = original.DatabasesDeleteFuture
type DatabasesUpdateFuture ¶
type DatabasesUpdateFuture = original.DatabasesUpdateFuture
type EventHubConnection ¶
type EventHubConnection = original.EventHubConnection
type EventHubConnectionListResult ¶
type EventHubConnectionListResult = original.EventHubConnectionListResult
type EventHubConnectionProperties ¶
type EventHubConnectionProperties = original.EventHubConnectionProperties
type EventHubConnectionUpdate ¶
type EventHubConnectionUpdate = original.EventHubConnectionUpdate
type EventHubConnectionValidation ¶
type EventHubConnectionValidation = original.EventHubConnectionValidation
type EventHubConnectionValidationListResult ¶
type EventHubConnectionValidationListResult = original.EventHubConnectionValidationListResult
type EventHubConnectionValidationResult ¶
type EventHubConnectionValidationResult = original.EventHubConnectionValidationResult
type EventHubConnectionsClient ¶
type EventHubConnectionsClient = original.EventHubConnectionsClient
func NewEventHubConnectionsClient ¶
func NewEventHubConnectionsClient(subscriptionID string) EventHubConnectionsClient
func NewEventHubConnectionsClientWithBaseURI ¶
func NewEventHubConnectionsClientWithBaseURI(baseURI string, subscriptionID string) EventHubConnectionsClient
type EventHubConnectionsCreateOrUpdateFuture ¶
type EventHubConnectionsCreateOrUpdateFuture = original.EventHubConnectionsCreateOrUpdateFuture
type EventHubConnectionsDeleteFuture ¶
type EventHubConnectionsDeleteFuture = original.EventHubConnectionsDeleteFuture
type EventHubConnectionsUpdateFuture ¶
type EventHubConnectionsUpdateFuture = original.EventHubConnectionsUpdateFuture
type ListResourceSkusResult ¶
type ListResourceSkusResult = original.ListResourceSkusResult
type ListSkusResult ¶
type ListSkusResult = original.ListSkusResult
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(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Creating ProvisioningState = original.Creating Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Running ProvisioningState = original.Running Succeeded ProvisioningState = original.Succeeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type State ¶
const ( StateCreating State = original.StateCreating StateDeleted State = original.StateDeleted StateDeleting State = original.StateDeleting StateRunning State = original.StateRunning StateStarting State = original.StateStarting StateStopped State = original.StateStopped StateStopping State = original.StateStopping )
func PossibleStateValues ¶
func PossibleStateValues() []State
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type TrustedExternalTenant ¶
type TrustedExternalTenant = original.TrustedExternalTenant
Click to show internal directories.
Click to hide internal directories.