Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AdminKeyKind
- type AdminKeyResult
- type AdminKeysClient
- type BaseClient
- type CheckNameAvailabilityInput
- type CheckNameAvailabilityOutput
- type CloudError
- type CloudErrorBody
- type HostingMode
- type IPRule
- type Identity
- type IdentityType
- type ListQueryKeysResult
- type ListQueryKeysResultIterator
- type ListQueryKeysResultPage
- type NetworkRuleSet
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationsClient
- type PrivateEndpointConnection
- type PrivateEndpointConnectionListResult
- type PrivateEndpointConnectionListResultIterator
- type PrivateEndpointConnectionListResultPage
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionPropertiesPrivateEndpoint
- type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
- type PrivateEndpointConnectionsClient
- type PrivateLinkResource
- type PrivateLinkResourceProperties
- type PrivateLinkResourcesClient
- type PrivateLinkResourcesResult
- type PrivateLinkServiceConnectionStatus
- type ProvisioningState
- type PublicNetworkAccess
- type QueryKey
- type QueryKeysClient
- type Resource
- type Service
- type ServiceListResult
- type ServiceListResultIterator
- type ServiceListResultPage
- type ServiceProperties
- type ServiceStatus
- type ServicesClient
- type ServicesCreateOrUpdateFuture
- type ShareablePrivateLinkResourceProperties
- type ShareablePrivateLinkResourceType
- type SharedPrivateLinkResource
- type SharedPrivateLinkResourceListResult
- type SharedPrivateLinkResourceListResultIterator
- type SharedPrivateLinkResourceListResultPage
- type SharedPrivateLinkResourceProperties
- type SharedPrivateLinkResourceStatus
- type SharedPrivateLinkResourcesClient
- type Sku
- type SkuName
- type UnavailableNameReason
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminKeyKind ¶
type AdminKeyKind = original.AdminKeyKind
const ( Primary AdminKeyKind = original.Primary Secondary AdminKeyKind = original.Secondary )
func PossibleAdminKeyKindValues ¶
func PossibleAdminKeyKindValues() []AdminKeyKind
type AdminKeyResult ¶
type AdminKeyResult = original.AdminKeyResult
type AdminKeysClient ¶
type AdminKeysClient = original.AdminKeysClient
func NewAdminKeysClient ¶
func NewAdminKeysClient(subscriptionID string) AdminKeysClient
func NewAdminKeysClientWithBaseURI ¶
func NewAdminKeysClientWithBaseURI(baseURI string, subscriptionID string) AdminKeysClient
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CheckNameAvailabilityInput ¶
type CheckNameAvailabilityInput = original.CheckNameAvailabilityInput
type CheckNameAvailabilityOutput ¶
type CheckNameAvailabilityOutput = original.CheckNameAvailabilityOutput
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type HostingMode ¶
type HostingMode = original.HostingMode
const ( Default HostingMode = original.Default HighDensity HostingMode = original.HighDensity )
func PossibleHostingModeValues ¶
func PossibleHostingModeValues() []HostingMode
type IdentityType ¶
type IdentityType = original.IdentityType
const ( None IdentityType = original.None SystemAssigned IdentityType = original.SystemAssigned )
func PossibleIdentityTypeValues ¶
func PossibleIdentityTypeValues() []IdentityType
type ListQueryKeysResult ¶
type ListQueryKeysResult = original.ListQueryKeysResult
type ListQueryKeysResultIterator ¶
type ListQueryKeysResultIterator = original.ListQueryKeysResultIterator
func NewListQueryKeysResultIterator ¶
func NewListQueryKeysResultIterator(page ListQueryKeysResultPage) ListQueryKeysResultIterator
type ListQueryKeysResultPage ¶
type ListQueryKeysResultPage = original.ListQueryKeysResultPage
func NewListQueryKeysResultPage ¶
func NewListQueryKeysResultPage(getNextPage func(context.Context, ListQueryKeysResult) (ListQueryKeysResult, error)) ListQueryKeysResultPage
type NetworkRuleSet ¶
type NetworkRuleSet = original.NetworkRuleSet
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PrivateEndpointConnection ¶
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionListResult ¶
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
type PrivateEndpointConnectionListResultIterator ¶
type PrivateEndpointConnectionListResultIterator = original.PrivateEndpointConnectionListResultIterator
func NewPrivateEndpointConnectionListResultIterator ¶
func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator
type PrivateEndpointConnectionListResultPage ¶
type PrivateEndpointConnectionListResultPage = original.PrivateEndpointConnectionListResultPage
func NewPrivateEndpointConnectionListResultPage ¶
func NewPrivateEndpointConnectionListResultPage(getNextPage func(context.Context, PrivateEndpointConnectionListResult) (PrivateEndpointConnectionListResult, error)) PrivateEndpointConnectionListResultPage
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
type PrivateEndpointConnectionPropertiesPrivateEndpoint ¶
type PrivateEndpointConnectionPropertiesPrivateEndpoint = original.PrivateEndpointConnectionPropertiesPrivateEndpoint
type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState ¶
type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState = original.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
type PrivateEndpointConnectionsClient ¶
type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClient ¶
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClientWithBaseURI ¶
func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient
type PrivateLinkResource ¶
type PrivateLinkResource = original.PrivateLinkResource
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 PrivateLinkResourcesResult ¶
type PrivateLinkResourcesResult = original.PrivateLinkResourcesResult
type PrivateLinkServiceConnectionStatus ¶
type PrivateLinkServiceConnectionStatus = original.PrivateLinkServiceConnectionStatus
const ( Approved PrivateLinkServiceConnectionStatus = original.Approved Disconnected PrivateLinkServiceConnectionStatus = original.Disconnected Pending PrivateLinkServiceConnectionStatus = original.Pending Rejected PrivateLinkServiceConnectionStatus = original.Rejected )
func PossiblePrivateLinkServiceConnectionStatusValues ¶
func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Failed ProvisioningState = original.Failed Provisioning ProvisioningState = original.Provisioning Succeeded ProvisioningState = original.Succeeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type PublicNetworkAccess ¶
type PublicNetworkAccess = original.PublicNetworkAccess
const ( Disabled PublicNetworkAccess = original.Disabled Enabled PublicNetworkAccess = original.Enabled )
func PossiblePublicNetworkAccessValues ¶
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess
type QueryKeysClient ¶
type QueryKeysClient = original.QueryKeysClient
func NewQueryKeysClient ¶
func NewQueryKeysClient(subscriptionID string) QueryKeysClient
func NewQueryKeysClientWithBaseURI ¶
func NewQueryKeysClientWithBaseURI(baseURI string, subscriptionID string) QueryKeysClient
type ServiceListResult ¶
type ServiceListResult = original.ServiceListResult
type ServiceListResultIterator ¶
type ServiceListResultIterator = original.ServiceListResultIterator
func NewServiceListResultIterator ¶
func NewServiceListResultIterator(page ServiceListResultPage) ServiceListResultIterator
type ServiceListResultPage ¶
type ServiceListResultPage = original.ServiceListResultPage
func NewServiceListResultPage ¶
func NewServiceListResultPage(getNextPage func(context.Context, ServiceListResult) (ServiceListResult, error)) ServiceListResultPage
type ServiceProperties ¶
type ServiceProperties = original.ServiceProperties
type ServiceStatus ¶
type ServiceStatus = original.ServiceStatus
const ( ServiceStatusDegraded ServiceStatus = original.ServiceStatusDegraded ServiceStatusDeleting ServiceStatus = original.ServiceStatusDeleting ServiceStatusDisabled ServiceStatus = original.ServiceStatusDisabled ServiceStatusError ServiceStatus = original.ServiceStatusError ServiceStatusProvisioning ServiceStatus = original.ServiceStatusProvisioning ServiceStatusRunning ServiceStatus = original.ServiceStatusRunning )
func PossibleServiceStatusValues ¶
func PossibleServiceStatusValues() []ServiceStatus
type ServicesClient ¶
type ServicesClient = original.ServicesClient
func NewServicesClient ¶
func NewServicesClient(subscriptionID string) ServicesClient
func NewServicesClientWithBaseURI ¶
func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient
type ServicesCreateOrUpdateFuture ¶
type ServicesCreateOrUpdateFuture = original.ServicesCreateOrUpdateFuture
type ShareablePrivateLinkResourceProperties ¶
type ShareablePrivateLinkResourceProperties = original.ShareablePrivateLinkResourceProperties
type ShareablePrivateLinkResourceType ¶
type ShareablePrivateLinkResourceType = original.ShareablePrivateLinkResourceType
type SharedPrivateLinkResource ¶
type SharedPrivateLinkResource = original.SharedPrivateLinkResource
type SharedPrivateLinkResourceListResult ¶
type SharedPrivateLinkResourceListResult = original.SharedPrivateLinkResourceListResult
type SharedPrivateLinkResourceListResultIterator ¶
type SharedPrivateLinkResourceListResultIterator = original.SharedPrivateLinkResourceListResultIterator
func NewSharedPrivateLinkResourceListResultIterator ¶
func NewSharedPrivateLinkResourceListResultIterator(page SharedPrivateLinkResourceListResultPage) SharedPrivateLinkResourceListResultIterator
type SharedPrivateLinkResourceListResultPage ¶
type SharedPrivateLinkResourceListResultPage = original.SharedPrivateLinkResourceListResultPage
func NewSharedPrivateLinkResourceListResultPage ¶
func NewSharedPrivateLinkResourceListResultPage(getNextPage func(context.Context, SharedPrivateLinkResourceListResult) (SharedPrivateLinkResourceListResult, error)) SharedPrivateLinkResourceListResultPage
type SharedPrivateLinkResourceProperties ¶
type SharedPrivateLinkResourceProperties = original.SharedPrivateLinkResourceProperties
type SharedPrivateLinkResourceStatus ¶
type SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatus
const ()
func PossibleSharedPrivateLinkResourceStatusValues ¶
func PossibleSharedPrivateLinkResourceStatusValues() []SharedPrivateLinkResourceStatus
type SharedPrivateLinkResourcesClient ¶
type SharedPrivateLinkResourcesClient = original.SharedPrivateLinkResourcesClient
func NewSharedPrivateLinkResourcesClient ¶
func NewSharedPrivateLinkResourcesClient(subscriptionID string) SharedPrivateLinkResourcesClient
func NewSharedPrivateLinkResourcesClientWithBaseURI ¶
func NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) SharedPrivateLinkResourcesClient
type UnavailableNameReason ¶
type UnavailableNameReason = original.UnavailableNameReason
const ( AlreadyExists UnavailableNameReason = original.AlreadyExists Invalid UnavailableNameReason = original.Invalid )
func PossibleUnavailableNameReasonValues ¶
func PossibleUnavailableNameReasonValues() []UnavailableNameReason
Click to show internal directories.
Click to hide internal directories.