Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AzureEntityResource
- type BaseClient
- type CheckNameAvailabilityParameters
- type CheckNameAvailabilityResult
- type CreatedByType
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type OfferingsClient
- type OfferingsListResult
- type OfferingsListResultIterator
- type OfferingsListResultPage
- type Operation
- type OperationDisplay
- type OperationsClient
- type OperationsList
- type OperationsListIterator
- type OperationsListPage
- type PricingDetail
- type PricingDimension
- type Provider
- type ProviderDescription
- type ProviderProperties
- type ProviderPropertiesAad
- type ProviderPropertiesManagedApplication
- type ProvisioningStatus
- type ProxyResource
- type QuotaDimension
- type Resource
- type ResourceIdentityType
- type SkuDescription
- type Status
- type SystemData
- type TagsObject
- type TargetDescription
- type TrackedResource
- type UsableStatus
- type Workspace
- type WorkspaceClient
- type WorkspaceIdentity
- type WorkspaceListResult
- type WorkspaceListResultIterator
- type WorkspaceListResultPage
- type WorkspaceResourceProperties
- type WorkspacesClient
- type WorkspacesCreateOrUpdateFuture
- type WorkspacesDeleteFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
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 CheckNameAvailabilityParameters ¶
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
type CheckNameAvailabilityResult ¶
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
type CreatedByType ¶
type CreatedByType = original.CreatedByType
const ( Application CreatedByType = original.Application Key CreatedByType = original.Key ManagedIdentity CreatedByType = original.ManagedIdentity User CreatedByType = original.User )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type OfferingsClient ¶
type OfferingsClient = original.OfferingsClient
func NewOfferingsClient ¶
func NewOfferingsClient(subscriptionID string) OfferingsClient
func NewOfferingsClientWithBaseURI ¶
func NewOfferingsClientWithBaseURI(baseURI string, subscriptionID string) OfferingsClient
type OfferingsListResult ¶
type OfferingsListResult = original.OfferingsListResult
type OfferingsListResultIterator ¶
type OfferingsListResultIterator = original.OfferingsListResultIterator
func NewOfferingsListResultIterator ¶
func NewOfferingsListResultIterator(page OfferingsListResultPage) OfferingsListResultIterator
type OfferingsListResultPage ¶
type OfferingsListResultPage = original.OfferingsListResultPage
func NewOfferingsListResultPage ¶
func NewOfferingsListResultPage(cur OfferingsListResult, getNextPage func(context.Context, OfferingsListResult) (OfferingsListResult, error)) OfferingsListResultPage
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 OperationsList ¶
type OperationsList = original.OperationsList
type OperationsListIterator ¶
type OperationsListIterator = original.OperationsListIterator
func NewOperationsListIterator ¶
func NewOperationsListIterator(page OperationsListPage) OperationsListIterator
type OperationsListPage ¶
type OperationsListPage = original.OperationsListPage
func NewOperationsListPage ¶
func NewOperationsListPage(cur OperationsList, getNextPage func(context.Context, OperationsList) (OperationsList, error)) OperationsListPage
type PricingDetail ¶
type PricingDetail = original.PricingDetail
type PricingDimension ¶
type PricingDimension = original.PricingDimension
type ProviderDescription ¶
type ProviderDescription = original.ProviderDescription
type ProviderProperties ¶
type ProviderProperties = original.ProviderProperties
type ProviderPropertiesAad ¶
type ProviderPropertiesAad = original.ProviderPropertiesAad
type ProviderPropertiesManagedApplication ¶
type ProviderPropertiesManagedApplication = original.ProviderPropertiesManagedApplication
type ProvisioningStatus ¶
type ProvisioningStatus = original.ProvisioningStatus
const ( Failed ProvisioningStatus = original.Failed ProviderDeleting ProvisioningStatus = original.ProviderDeleting ProviderLaunching ProvisioningStatus = original.ProviderLaunching ProviderProvisioning ProvisioningStatus = original.ProviderProvisioning ProviderUpdating ProvisioningStatus = original.ProviderUpdating Succeeded ProvisioningStatus = original.Succeeded )
func PossibleProvisioningStatusValues ¶
func PossibleProvisioningStatusValues() []ProvisioningStatus
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type QuotaDimension ¶
type QuotaDimension = original.QuotaDimension
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const ( None ResourceIdentityType = original.None SystemAssigned ResourceIdentityType = original.SystemAssigned )
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type SkuDescription ¶
type SkuDescription = original.SkuDescription
type Status ¶
const ( StatusDeleted Status = original.StatusDeleted StatusDeleting Status = original.StatusDeleting StatusFailed Status = original.StatusFailed StatusLaunching Status = original.StatusLaunching StatusSucceeded Status = original.StatusSucceeded StatusUpdating Status = original.StatusUpdating )
func PossibleStatusValues ¶
func PossibleStatusValues() []Status
type SystemData ¶
type SystemData = original.SystemData
type TagsObject ¶
type TagsObject = original.TagsObject
type TargetDescription ¶
type TargetDescription = original.TargetDescription
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type UsableStatus ¶
type UsableStatus = original.UsableStatus
const ( No UsableStatus = original.No Partial UsableStatus = original.Partial Yes UsableStatus = original.Yes )
func PossibleUsableStatusValues ¶
func PossibleUsableStatusValues() []UsableStatus
type WorkspaceClient ¶
type WorkspaceClient = original.WorkspaceClient
func NewWorkspaceClient ¶
func NewWorkspaceClient(subscriptionID string) WorkspaceClient
func NewWorkspaceClientWithBaseURI ¶
func NewWorkspaceClientWithBaseURI(baseURI string, subscriptionID string) WorkspaceClient
type WorkspaceIdentity ¶
type WorkspaceIdentity = original.WorkspaceIdentity
type WorkspaceListResult ¶
type WorkspaceListResult = original.WorkspaceListResult
type WorkspaceListResultIterator ¶
type WorkspaceListResultIterator = original.WorkspaceListResultIterator
func NewWorkspaceListResultIterator ¶
func NewWorkspaceListResultIterator(page WorkspaceListResultPage) WorkspaceListResultIterator
type WorkspaceListResultPage ¶
type WorkspaceListResultPage = original.WorkspaceListResultPage
func NewWorkspaceListResultPage ¶
func NewWorkspaceListResultPage(cur WorkspaceListResult, getNextPage func(context.Context, WorkspaceListResult) (WorkspaceListResult, error)) WorkspaceListResultPage
type WorkspaceResourceProperties ¶
type WorkspaceResourceProperties = original.WorkspaceResourceProperties
type WorkspacesClient ¶
type WorkspacesClient = original.WorkspacesClient
func NewWorkspacesClient ¶
func NewWorkspacesClient(subscriptionID string) WorkspacesClient
func NewWorkspacesClientWithBaseURI ¶
func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) WorkspacesClient
type WorkspacesCreateOrUpdateFuture ¶
type WorkspacesCreateOrUpdateFuture = original.WorkspacesCreateOrUpdateFuture
type WorkspacesDeleteFuture ¶
type WorkspacesDeleteFuture = original.WorkspacesDeleteFuture
Click to show internal directories.
Click to hide internal directories.