Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type ErrorDetail
- type ErrorInfo
- type ErrorResponse
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type ProvisioningState
- type Resource
- type Sku
- type TrackedResource
- type Workspace
- type WorkspaceListResult
- type WorkspaceListResultIterator
- type WorkspaceListResultPage
- type WorkspaceProperties
- type WorkspaceProviderAuthorization
- type WorkspaceUpdate
- type WorkspacesClient
- type WorkspacesCreateOrUpdateFuture
- type WorkspacesDeleteFuture
- type WorkspacesUpdateFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
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(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 ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Accepted ProvisioningState = original.Accepted Canceled ProvisioningState = original.Canceled Created ProvisioningState = original.Created Creating ProvisioningState = original.Creating Deleted ProvisioningState = original.Deleted Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Ready ProvisioningState = original.Ready Running ProvisioningState = original.Running Succeeded ProvisioningState = original.Succeeded Updating ProvisioningState = original.Updating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type TrackedResource ¶
type TrackedResource = original.TrackedResource
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(getNextPage func(context.Context, WorkspaceListResult) (WorkspaceListResult, error)) WorkspaceListResultPage
type WorkspaceProperties ¶
type WorkspaceProperties = original.WorkspaceProperties
type WorkspaceProviderAuthorization ¶
type WorkspaceProviderAuthorization = original.WorkspaceProviderAuthorization
type WorkspaceUpdate ¶
type WorkspaceUpdate = original.WorkspaceUpdate
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
type WorkspacesUpdateFuture ¶
type WorkspacesUpdateFuture = original.WorkspacesUpdateFuture
Click to show internal directories.
Click to hide internal directories.