Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AvailableOperations
- type AzureEntityResource
- type BaseClient
- type Cluster
- type ClusterList
- type ClusterListIterator
- type ClusterListPage
- type ClusterNode
- type ClusterProperties
- type ClusterReportedProperties
- type ClusterUpdate
- type ClustersClient
- type ErrorAdditionalInfo
- type ErrorResponse
- type ErrorResponseError
- type OperationDetail
- type OperationDisplay
- type OperationsClient
- type ProvisioningState
- type ProxyResource
- type Resource
- type Status
- type TrackedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AvailableOperations ¶
type AvailableOperations = original.AvailableOperations
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 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(getNextPage func(context.Context, ClusterList) (ClusterList, error)) ClusterListPage
type ClusterNode ¶
type ClusterNode = original.ClusterNode
type ClusterProperties ¶
type ClusterProperties = original.ClusterProperties
type ClusterReportedProperties ¶
type ClusterReportedProperties = original.ClusterReportedProperties
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 ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ErrorResponseError ¶
type ErrorResponseError = original.ErrorResponseError
type OperationDetail ¶
type OperationDetail = original.OperationDetail
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
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 ( Accepted ProvisioningState = original.Accepted Canceled ProvisioningState = original.Canceled Failed ProvisioningState = original.Failed Provisioning ProvisioningState = original.Provisioning Succeeded ProvisioningState = original.Succeeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type Status ¶
const ( ConnectedRecently Status = original.ConnectedRecently Disconnected Status = original.Disconnected Error Status = original.Error NotConnectedRecently Status = original.NotConnectedRecently NotYetRegistered Status = original.NotYetRegistered )
func PossibleStatusValues ¶
func PossibleStatusValues() []Status
type TrackedResource ¶
type TrackedResource = original.TrackedResource
Click to show internal directories.
Click to hide internal directories.