Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessKeys
- type AccessRights
- type AuthorizationRule
- type AuthorizationRuleListResult
- type AuthorizationRuleListResultIterator
- type AuthorizationRuleListResultPage
- type AuthorizationRuleProperties
- type BaseClient
- type CheckNameAvailability
- type CheckNameAvailabilityResult
- type ErrorResponse
- type HybridConnection
- type HybridConnectionListResult
- type HybridConnectionListResultIterator
- type HybridConnectionListResultPage
- type HybridConnectionProperties
- type HybridConnectionsClient
- type KeyType
- type Namespace
- type NamespaceListResult
- type NamespaceListResultIterator
- type NamespaceListResultPage
- type NamespaceProperties
- type NamespacesClient
- type NamespacesCreateOrUpdateFuture
- type NamespacesDeleteFuture
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type ProvisioningStateEnum
- type RegenerateAccessKeyParameters
- type RelaytypeEnum
- type Resource
- type ResourceNamespacePatch
- type Sku
- type SkuTier
- type TrackedResource
- type UnavailableReason
- type UpdateParameters
- type WCFRelaysClient
- type WcfRelay
- type WcfRelayProperties
- type WcfRelaysListResult
- type WcfRelaysListResultIterator
- type WcfRelaysListResultPage
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessKeys ¶
type AccessKeys = original.AccessKeys
type AccessRights ¶
type AccessRights = original.AccessRights
const ( Listen AccessRights = original.Listen Manage AccessRights = original.Manage SendEnumValue AccessRights = original.SendEnumValue )
func PossibleAccessRightsValues ¶
func PossibleAccessRightsValues() []AccessRights
type AuthorizationRule ¶
type AuthorizationRule = original.AuthorizationRule
type AuthorizationRuleListResult ¶
type AuthorizationRuleListResult = original.AuthorizationRuleListResult
type AuthorizationRuleListResultIterator ¶
type AuthorizationRuleListResultIterator = original.AuthorizationRuleListResultIterator
func NewAuthorizationRuleListResultIterator ¶
func NewAuthorizationRuleListResultIterator(page AuthorizationRuleListResultPage) AuthorizationRuleListResultIterator
type AuthorizationRuleListResultPage ¶
type AuthorizationRuleListResultPage = original.AuthorizationRuleListResultPage
func NewAuthorizationRuleListResultPage ¶
func NewAuthorizationRuleListResultPage(cur AuthorizationRuleListResult, getNextPage func(context.Context, AuthorizationRuleListResult) (AuthorizationRuleListResult, error)) AuthorizationRuleListResultPage
type AuthorizationRuleProperties ¶
type AuthorizationRuleProperties = original.AuthorizationRuleProperties
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CheckNameAvailability ¶
type CheckNameAvailability = original.CheckNameAvailability
type CheckNameAvailabilityResult ¶
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type HybridConnection ¶
type HybridConnection = original.HybridConnection
type HybridConnectionListResult ¶
type HybridConnectionListResult = original.HybridConnectionListResult
type HybridConnectionListResultIterator ¶
type HybridConnectionListResultIterator = original.HybridConnectionListResultIterator
func NewHybridConnectionListResultIterator ¶
func NewHybridConnectionListResultIterator(page HybridConnectionListResultPage) HybridConnectionListResultIterator
type HybridConnectionListResultPage ¶
type HybridConnectionListResultPage = original.HybridConnectionListResultPage
func NewHybridConnectionListResultPage ¶
func NewHybridConnectionListResultPage(cur HybridConnectionListResult, getNextPage func(context.Context, HybridConnectionListResult) (HybridConnectionListResult, error)) HybridConnectionListResultPage
type HybridConnectionProperties ¶
type HybridConnectionProperties = original.HybridConnectionProperties
type HybridConnectionsClient ¶
type HybridConnectionsClient = original.HybridConnectionsClient
func NewHybridConnectionsClient ¶
func NewHybridConnectionsClient(subscriptionID string) HybridConnectionsClient
func NewHybridConnectionsClientWithBaseURI ¶
func NewHybridConnectionsClientWithBaseURI(baseURI string, subscriptionID string) HybridConnectionsClient
type KeyType ¶
const ( PrimaryKey KeyType = original.PrimaryKey SecondaryKey KeyType = original.SecondaryKey )
func PossibleKeyTypeValues ¶
func PossibleKeyTypeValues() []KeyType
type NamespaceListResult ¶
type NamespaceListResult = original.NamespaceListResult
type NamespaceListResultIterator ¶
type NamespaceListResultIterator = original.NamespaceListResultIterator
func NewNamespaceListResultIterator ¶
func NewNamespaceListResultIterator(page NamespaceListResultPage) NamespaceListResultIterator
type NamespaceListResultPage ¶
type NamespaceListResultPage = original.NamespaceListResultPage
func NewNamespaceListResultPage ¶
func NewNamespaceListResultPage(cur NamespaceListResult, getNextPage func(context.Context, NamespaceListResult) (NamespaceListResult, error)) NamespaceListResultPage
type NamespaceProperties ¶
type NamespaceProperties = original.NamespaceProperties
type NamespacesClient ¶
type NamespacesClient = original.NamespacesClient
func NewNamespacesClient ¶
func NewNamespacesClient(subscriptionID string) NamespacesClient
func NewNamespacesClientWithBaseURI ¶
func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient
type NamespacesCreateOrUpdateFuture ¶
type NamespacesCreateOrUpdateFuture = original.NamespacesCreateOrUpdateFuture
type NamespacesDeleteFuture ¶
type NamespacesDeleteFuture = original.NamespacesDeleteFuture
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 OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProvisioningStateEnum ¶
type ProvisioningStateEnum = original.ProvisioningStateEnum
const ( Created ProvisioningStateEnum = original.Created Deleted ProvisioningStateEnum = original.Deleted Failed ProvisioningStateEnum = original.Failed Succeeded ProvisioningStateEnum = original.Succeeded Unknown ProvisioningStateEnum = original.Unknown Updating ProvisioningStateEnum = original.Updating )
func PossibleProvisioningStateEnumValues ¶
func PossibleProvisioningStateEnumValues() []ProvisioningStateEnum
type RegenerateAccessKeyParameters ¶
type RegenerateAccessKeyParameters = original.RegenerateAccessKeyParameters
type RelaytypeEnum ¶
type RelaytypeEnum = original.RelaytypeEnum
const ( HTTP RelaytypeEnum = original.HTTP NetTCP RelaytypeEnum = original.NetTCP )
func PossibleRelaytypeEnumValues ¶
func PossibleRelaytypeEnumValues() []RelaytypeEnum
type ResourceNamespacePatch ¶
type ResourceNamespacePatch = original.ResourceNamespacePatch
type SkuTier ¶
func PossibleSkuTierValues ¶
func PossibleSkuTierValues() []SkuTier
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type UnavailableReason ¶
type UnavailableReason = original.UnavailableReason
const ( InvalidName UnavailableReason = original.InvalidName NameInLockdown UnavailableReason = original.NameInLockdown NameInUse UnavailableReason = original.NameInUse None UnavailableReason = original.None SubscriptionIsDisabled UnavailableReason = original.SubscriptionIsDisabled TooManyNamespaceInCurrentSubscription UnavailableReason = original.TooManyNamespaceInCurrentSubscription )
func PossibleUnavailableReasonValues ¶
func PossibleUnavailableReasonValues() []UnavailableReason
type UpdateParameters ¶
type UpdateParameters = original.UpdateParameters
type WCFRelaysClient ¶
type WCFRelaysClient = original.WCFRelaysClient
func NewWCFRelaysClient ¶
func NewWCFRelaysClient(subscriptionID string) WCFRelaysClient
func NewWCFRelaysClientWithBaseURI ¶
func NewWCFRelaysClientWithBaseURI(baseURI string, subscriptionID string) WCFRelaysClient
type WcfRelayProperties ¶
type WcfRelayProperties = original.WcfRelayProperties
type WcfRelaysListResult ¶
type WcfRelaysListResult = original.WcfRelaysListResult
type WcfRelaysListResultIterator ¶
type WcfRelaysListResultIterator = original.WcfRelaysListResultIterator
func NewWcfRelaysListResultIterator ¶
func NewWcfRelaysListResultIterator(page WcfRelaysListResultPage) WcfRelaysListResultIterator
type WcfRelaysListResultPage ¶
type WcfRelaysListResultPage = original.WcfRelaysListResultPage
func NewWcfRelaysListResultPage ¶
func NewWcfRelaysListResultPage(cur WcfRelaysListResult, getNextPage func(context.Context, WcfRelaysListResult) (WcfRelaysListResult, error)) WcfRelaysListResultPage
Click to show internal directories.
Click to hide internal directories.