Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type App
- type AppAvailabilityInfo
- type AppListResult
- type AppListResultIterator
- type AppListResultPage
- type AppPatch
- type AppProperties
- type AppSku
- type AppSkuInfo
- type AppState
- type AppTemplate
- type AppTemplateLocations
- type AppTemplatesResult
- type AppTemplatesResultIterator
- type AppTemplatesResultPage
- type AppsClient
- type AppsCreateOrUpdateFuture
- type AppsDeleteFuture
- type AppsUpdateFuture
- type AzureEntityResource
- type BaseClient
- type CreatedByType
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type NetworkAction
- type NetworkRuleSetIPRule
- type NetworkRuleSets
- type Operation
- type OperationDisplay
- type OperationInputs
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type PrivateEndpoint
- type PrivateEndpointConnection
- type PrivateEndpointConnectionListResult
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionProvisioningState
- type PrivateEndpointConnectionsClient
- type PrivateEndpointConnectionsCreateFuture
- type PrivateEndpointConnectionsDeleteFuture
- type PrivateEndpointServiceConnectionStatus
- type PrivateLinkResource
- type PrivateLinkResourceListResult
- type PrivateLinkResourceProperties
- type PrivateLinkServiceConnectionState
- type PrivateLinksClient
- type ProvisioningState
- type ProxyResource
- type PublicNetworkAccess
- type Resource
- type SystemAssignedServiceIdentity
- type SystemAssignedServiceIdentityType
- type SystemData
- type TrackedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppAvailabilityInfo ¶
type AppAvailabilityInfo = original.AppAvailabilityInfo
type AppListResult ¶
type AppListResult = original.AppListResult
type AppListResultIterator ¶
type AppListResultIterator = original.AppListResultIterator
func NewAppListResultIterator ¶
func NewAppListResultIterator(page AppListResultPage) AppListResultIterator
type AppListResultPage ¶
type AppListResultPage = original.AppListResultPage
func NewAppListResultPage ¶
func NewAppListResultPage(cur AppListResult, getNextPage func(context.Context, AppListResult) (AppListResult, error)) AppListResultPage
type AppProperties ¶
type AppProperties = original.AppProperties
type AppSkuInfo ¶
type AppSkuInfo = original.AppSkuInfo
type AppState ¶
const ( AppStateCreated AppState = original.AppStateCreated AppStateSuspended AppState = original.AppStateSuspended )
func PossibleAppStateValues ¶
func PossibleAppStateValues() []AppState
type AppTemplate ¶
type AppTemplate = original.AppTemplate
type AppTemplateLocations ¶
type AppTemplateLocations = original.AppTemplateLocations
type AppTemplatesResult ¶
type AppTemplatesResult = original.AppTemplatesResult
type AppTemplatesResultIterator ¶
type AppTemplatesResultIterator = original.AppTemplatesResultIterator
func NewAppTemplatesResultIterator ¶
func NewAppTemplatesResultIterator(page AppTemplatesResultPage) AppTemplatesResultIterator
type AppTemplatesResultPage ¶
type AppTemplatesResultPage = original.AppTemplatesResultPage
func NewAppTemplatesResultPage ¶
func NewAppTemplatesResultPage(cur AppTemplatesResult, getNextPage func(context.Context, AppTemplatesResult) (AppTemplatesResult, error)) AppTemplatesResultPage
type AppsClient ¶
type AppsClient = original.AppsClient
func NewAppsClient ¶
func NewAppsClient(subscriptionID string) AppsClient
func NewAppsClientWithBaseURI ¶
func NewAppsClientWithBaseURI(baseURI string, subscriptionID string) AppsClient
type AppsCreateOrUpdateFuture ¶
type AppsCreateOrUpdateFuture = original.AppsCreateOrUpdateFuture
type AppsDeleteFuture ¶
type AppsDeleteFuture = original.AppsDeleteFuture
type AppsUpdateFuture ¶
type AppsUpdateFuture = original.AppsUpdateFuture
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 CreatedByType ¶
type CreatedByType = original.CreatedByType
const ( CreatedByTypeApplication CreatedByType = original.CreatedByTypeApplication CreatedByTypeKey CreatedByType = original.CreatedByTypeKey CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity CreatedByTypeUser CreatedByType = original.CreatedByTypeUser )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type NetworkAction ¶
type NetworkAction = original.NetworkAction
const ( NetworkActionAllow NetworkAction = original.NetworkActionAllow NetworkActionDeny NetworkAction = original.NetworkActionDeny )
func PossibleNetworkActionValues ¶
func PossibleNetworkActionValues() []NetworkAction
type NetworkRuleSetIPRule ¶
type NetworkRuleSetIPRule = original.NetworkRuleSetIPRule
type NetworkRuleSets ¶
type NetworkRuleSets = original.NetworkRuleSets
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationInputs ¶
type OperationInputs = original.OperationInputs
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 PrivateEndpoint ¶
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointConnection ¶
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionListResult ¶
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProvisioningState ¶
type PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningState
const ( PrivateEndpointConnectionProvisioningStateCreating PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateCreating PrivateEndpointConnectionProvisioningStateDeleting PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateDeleting PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningStateSucceeded PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateSucceeded )
func PossiblePrivateEndpointConnectionProvisioningStateValues ¶
func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState
type PrivateEndpointConnectionsClient ¶
type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClient ¶
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient
func NewPrivateEndpointConnectionsClientWithBaseURI ¶
func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient
type PrivateEndpointConnectionsCreateFuture ¶
type PrivateEndpointConnectionsCreateFuture = original.PrivateEndpointConnectionsCreateFuture
type PrivateEndpointConnectionsDeleteFuture ¶
type PrivateEndpointConnectionsDeleteFuture = original.PrivateEndpointConnectionsDeleteFuture
type PrivateEndpointServiceConnectionStatus ¶
type PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatus
const ( PrivateEndpointServiceConnectionStatusApproved PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusApproved PrivateEndpointServiceConnectionStatusPending PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusPending PrivateEndpointServiceConnectionStatusRejected PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusRejected )
func PossiblePrivateEndpointServiceConnectionStatusValues ¶
func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus
type PrivateLinkResource ¶
type PrivateLinkResource = original.PrivateLinkResource
type PrivateLinkResourceListResult ¶
type PrivateLinkResourceListResult = original.PrivateLinkResourceListResult
type PrivateLinkResourceProperties ¶
type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
type PrivateLinkServiceConnectionState ¶
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
type PrivateLinksClient ¶
type PrivateLinksClient = original.PrivateLinksClient
func NewPrivateLinksClient ¶
func NewPrivateLinksClient(subscriptionID string) PrivateLinksClient
func NewPrivateLinksClientWithBaseURI ¶
func NewPrivateLinksClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinksClient
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateCanceled ProvisioningState = original.ProvisioningStateCanceled ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded ProvisioningStateUpdating ProvisioningState = original.ProvisioningStateUpdating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type PublicNetworkAccess ¶
type PublicNetworkAccess = original.PublicNetworkAccess
const ( PublicNetworkAccessDisabled PublicNetworkAccess = original.PublicNetworkAccessDisabled PublicNetworkAccessEnabled PublicNetworkAccess = original.PublicNetworkAccessEnabled )
func PossiblePublicNetworkAccessValues ¶
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess
type SystemAssignedServiceIdentity ¶
type SystemAssignedServiceIdentity = original.SystemAssignedServiceIdentity
type SystemAssignedServiceIdentityType ¶
type SystemAssignedServiceIdentityType = original.SystemAssignedServiceIdentityType
const ( SystemAssignedServiceIdentityTypeNone SystemAssignedServiceIdentityType = original.SystemAssignedServiceIdentityTypeNone SystemAssignedServiceIdentityTypeSystemAssigned SystemAssignedServiceIdentityType = original.SystemAssignedServiceIdentityTypeSystemAssigned )
func PossibleSystemAssignedServiceIdentityTypeValues ¶
func PossibleSystemAssignedServiceIdentityTypeValues() []SystemAssignedServiceIdentityType
type SystemData ¶
type SystemData = original.SystemData
type TrackedResource ¶
type TrackedResource = original.TrackedResource
Click to show internal directories.
Click to hide internal directories.