Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AuthenticationCertificateDetails
- type AuthenticationDetails
- type AuthenticationDetailsValue
- type AuthenticationMethod
- type AzureEntityResource
- type BaseClient
- type ConnectedCluster
- type ConnectedClusterAADProfile
- type ConnectedClusterClient
- type ConnectedClusterCreateFuture
- type ConnectedClusterDeleteFuture
- type ConnectedClusterIdentity
- type ConnectedClusterList
- type ConnectedClusterListIterator
- type ConnectedClusterListPage
- type ConnectedClusterPatch
- type ConnectedClusterPatchProperties
- type ConnectedClusterProperties
- type CredentialResult
- type CredentialResults
- type ErrorDetails
- type ErrorResponse
- type Operation
- type OperationDisplay
- type OperationList
- type OperationListIterator
- type OperationListPage
- type OperationsClient
- type ProvisioningState
- type ProxyResource
- type Resource
- type ResourceIdentityType
- type TrackedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthenticationCertificateDetails ¶
type AuthenticationCertificateDetails = original.AuthenticationCertificateDetails
type AuthenticationDetails ¶
type AuthenticationDetails = original.AuthenticationDetails
type AuthenticationDetailsValue ¶
type AuthenticationDetailsValue = original.AuthenticationDetailsValue
type AuthenticationMethod ¶
type AuthenticationMethod = original.AuthenticationMethod
const ( ClientCertificate AuthenticationMethod = original.ClientCertificate Token AuthenticationMethod = original.Token )
func PossibleAuthenticationMethodValues ¶
func PossibleAuthenticationMethodValues() []AuthenticationMethod
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 ConnectedCluster ¶
type ConnectedCluster = original.ConnectedCluster
type ConnectedClusterAADProfile ¶
type ConnectedClusterAADProfile = original.ConnectedClusterAADProfile
type ConnectedClusterClient ¶
type ConnectedClusterClient = original.ConnectedClusterClient
func NewConnectedClusterClient ¶
func NewConnectedClusterClient(subscriptionID string) ConnectedClusterClient
func NewConnectedClusterClientWithBaseURI ¶
func NewConnectedClusterClientWithBaseURI(baseURI string, subscriptionID string) ConnectedClusterClient
type ConnectedClusterCreateFuture ¶
type ConnectedClusterCreateFuture = original.ConnectedClusterCreateFuture
type ConnectedClusterDeleteFuture ¶
type ConnectedClusterDeleteFuture = original.ConnectedClusterDeleteFuture
type ConnectedClusterIdentity ¶
type ConnectedClusterIdentity = original.ConnectedClusterIdentity
type ConnectedClusterList ¶
type ConnectedClusterList = original.ConnectedClusterList
type ConnectedClusterListIterator ¶
type ConnectedClusterListIterator = original.ConnectedClusterListIterator
func NewConnectedClusterListIterator ¶
func NewConnectedClusterListIterator(page ConnectedClusterListPage) ConnectedClusterListIterator
type ConnectedClusterListPage ¶
type ConnectedClusterListPage = original.ConnectedClusterListPage
func NewConnectedClusterListPage ¶
func NewConnectedClusterListPage(getNextPage func(context.Context, ConnectedClusterList) (ConnectedClusterList, error)) ConnectedClusterListPage
type ConnectedClusterPatch ¶
type ConnectedClusterPatch = original.ConnectedClusterPatch
type ConnectedClusterPatchProperties ¶
type ConnectedClusterPatchProperties = original.ConnectedClusterPatchProperties
type ConnectedClusterProperties ¶
type ConnectedClusterProperties = original.ConnectedClusterProperties
type CredentialResult ¶
type CredentialResult = original.CredentialResult
type CredentialResults ¶
type CredentialResults = original.CredentialResults
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationList ¶
type OperationList = original.OperationList
type OperationListIterator ¶
type OperationListIterator = original.OperationListIterator
func NewOperationListIterator ¶
func NewOperationListIterator(page OperationListPage) OperationListIterator
type OperationListPage ¶
type OperationListPage = original.OperationListPage
func NewOperationListPage ¶
func NewOperationListPage(getNextPage func(context.Context, OperationList) (OperationList, error)) OperationListPage
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 Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Provisioning ProvisioningState = original.Provisioning Succeeded ProvisioningState = original.Succeeded Updating ProvisioningState = original.Updating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const ( None ResourceIdentityType = original.None SystemAssigned ResourceIdentityType = original.SystemAssigned )
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type TrackedResource ¶
type TrackedResource = original.TrackedResource
Click to show internal directories.
Click to hide internal directories.