Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type CredentialDataFormat
- type EncryptionJwkResource
- type Error
- type GatewayClient
- type GatewayCreateFuture
- type GatewayExpandOption
- type GatewayGetProfileFuture
- type GatewayParameters
- type GatewayParametersProperties
- type GatewayProfile
- type GatewayRegenerateProfileFuture
- type GatewayResource
- type GatewayResourceProperties
- type GatewayResources
- type GatewayResourcesIterator
- type GatewayResourcesPage
- type GatewayStatus
- type GatewayUpdateFuture
- type GatewayUpgradeFuture
- type NodeClient
- type NodeCreateFuture
- type NodeParameters
- type NodeParametersProperties
- type NodeResource
- type NodeResourceProperties
- type NodeResources
- type NodeResourcesIterator
- type NodeResourcesPage
- type NodeUpdateFuture
- type PowerShellCancelCommandFuture
- type PowerShellClient
- type PowerShellCommandParameters
- type PowerShellCommandParametersProperties
- type PowerShellCommandResult
- type PowerShellCommandResults
- type PowerShellCommandStatus
- type PowerShellCreateSessionFuture
- type PowerShellExpandOption
- type PowerShellInvokeCommandFuture
- type PowerShellSessionResource
- type PowerShellSessionResourceProperties
- type PowerShellSessionResources
- type PowerShellTabCompletionParameters
- type PowerShellTabCompletionResults
- type PowerShellUpdateCommandFuture
- type PromptFieldDescription
- type PromptFieldType
- type PromptMessageResponse
- type Resource
- type RetentionPeriod
- type SessionClient
- type SessionCreateFuture
- type SessionParameters
- type SessionParametersProperties
- type SessionResource
- type SessionResourceProperties
- type UpgradeMode
- type VersionServermanagement
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 CredentialDataFormat ¶
type CredentialDataFormat = original.CredentialDataFormat
const (
RsaEncrypted CredentialDataFormat = original.RsaEncrypted
)
type EncryptionJwkResource ¶
type EncryptionJwkResource = original.EncryptionJwkResource
type GatewayClient ¶
type GatewayClient = original.GatewayClient
func NewGatewayClient ¶
func NewGatewayClient(subscriptionID string) GatewayClient
func NewGatewayClientWithBaseURI ¶
func NewGatewayClientWithBaseURI(baseURI string, subscriptionID string) GatewayClient
type GatewayCreateFuture ¶
type GatewayCreateFuture = original.GatewayCreateFuture
type GatewayExpandOption ¶
type GatewayExpandOption = original.GatewayExpandOption
const ( Download GatewayExpandOption = original.Download Status GatewayExpandOption = original.Status )
type GatewayGetProfileFuture ¶
type GatewayGetProfileFuture = original.GatewayGetProfileFuture
type GatewayParameters ¶
type GatewayParameters = original.GatewayParameters
type GatewayParametersProperties ¶
type GatewayParametersProperties = original.GatewayParametersProperties
type GatewayProfile ¶
type GatewayProfile = original.GatewayProfile
type GatewayRegenerateProfileFuture ¶
type GatewayRegenerateProfileFuture = original.GatewayRegenerateProfileFuture
type GatewayResource ¶
type GatewayResource = original.GatewayResource
type GatewayResourceProperties ¶
type GatewayResourceProperties = original.GatewayResourceProperties
type GatewayResources ¶
type GatewayResources = original.GatewayResources
type GatewayResourcesIterator ¶
type GatewayResourcesIterator = original.GatewayResourcesIterator
type GatewayResourcesPage ¶
type GatewayResourcesPage = original.GatewayResourcesPage
type GatewayStatus ¶
type GatewayStatus = original.GatewayStatus
type GatewayUpdateFuture ¶
type GatewayUpdateFuture = original.GatewayUpdateFuture
type GatewayUpgradeFuture ¶
type GatewayUpgradeFuture = original.GatewayUpgradeFuture
type NodeClient ¶
type NodeClient = original.NodeClient
func NewNodeClient ¶
func NewNodeClient(subscriptionID string) NodeClient
func NewNodeClientWithBaseURI ¶
func NewNodeClientWithBaseURI(baseURI string, subscriptionID string) NodeClient
type NodeCreateFuture ¶
type NodeCreateFuture = original.NodeCreateFuture
type NodeParameters ¶
type NodeParameters = original.NodeParameters
type NodeParametersProperties ¶
type NodeParametersProperties = original.NodeParametersProperties
type NodeResource ¶
type NodeResource = original.NodeResource
type NodeResourceProperties ¶
type NodeResourceProperties = original.NodeResourceProperties
type NodeResources ¶
type NodeResources = original.NodeResources
type NodeResourcesIterator ¶
type NodeResourcesIterator = original.NodeResourcesIterator
type NodeResourcesPage ¶
type NodeResourcesPage = original.NodeResourcesPage
type NodeUpdateFuture ¶
type NodeUpdateFuture = original.NodeUpdateFuture
type PowerShellCancelCommandFuture ¶
type PowerShellCancelCommandFuture = original.PowerShellCancelCommandFuture
type PowerShellClient ¶
type PowerShellClient = original.PowerShellClient
func NewPowerShellClient ¶
func NewPowerShellClient(subscriptionID string) PowerShellClient
func NewPowerShellClientWithBaseURI ¶
func NewPowerShellClientWithBaseURI(baseURI string, subscriptionID string) PowerShellClient
type PowerShellCommandParameters ¶
type PowerShellCommandParameters = original.PowerShellCommandParameters
type PowerShellCommandParametersProperties ¶
type PowerShellCommandParametersProperties = original.PowerShellCommandParametersProperties
type PowerShellCommandResult ¶
type PowerShellCommandResult = original.PowerShellCommandResult
type PowerShellCommandResults ¶
type PowerShellCommandResults = original.PowerShellCommandResults
type PowerShellCommandStatus ¶
type PowerShellCommandStatus = original.PowerShellCommandStatus
type PowerShellCreateSessionFuture ¶
type PowerShellCreateSessionFuture = original.PowerShellCreateSessionFuture
type PowerShellExpandOption ¶
type PowerShellExpandOption = original.PowerShellExpandOption
const (
Output PowerShellExpandOption = original.Output
)
type PowerShellInvokeCommandFuture ¶
type PowerShellInvokeCommandFuture = original.PowerShellInvokeCommandFuture
type PowerShellSessionResource ¶
type PowerShellSessionResource = original.PowerShellSessionResource
type PowerShellSessionResourceProperties ¶
type PowerShellSessionResourceProperties = original.PowerShellSessionResourceProperties
type PowerShellSessionResources ¶
type PowerShellSessionResources = original.PowerShellSessionResources
type PowerShellTabCompletionParameters ¶
type PowerShellTabCompletionParameters = original.PowerShellTabCompletionParameters
type PowerShellTabCompletionResults ¶
type PowerShellTabCompletionResults = original.PowerShellTabCompletionResults
type PowerShellUpdateCommandFuture ¶
type PowerShellUpdateCommandFuture = original.PowerShellUpdateCommandFuture
type PromptFieldDescription ¶
type PromptFieldDescription = original.PromptFieldDescription
type PromptFieldType ¶
type PromptFieldType = original.PromptFieldType
const ( Credential PromptFieldType = original.Credential SecureString PromptFieldType = original.SecureString String PromptFieldType = original.String )
type PromptMessageResponse ¶
type PromptMessageResponse = original.PromptMessageResponse
type RetentionPeriod ¶
type RetentionPeriod = original.RetentionPeriod
const ( Persistent RetentionPeriod = original.Persistent Session RetentionPeriod = original.Session )
type SessionClient ¶
type SessionClient = original.SessionClient
func NewSessionClient ¶
func NewSessionClient(subscriptionID string) SessionClient
func NewSessionClientWithBaseURI ¶
func NewSessionClientWithBaseURI(baseURI string, subscriptionID string) SessionClient
type SessionCreateFuture ¶
type SessionCreateFuture = original.SessionCreateFuture
type SessionParameters ¶
type SessionParameters = original.SessionParameters
type SessionParametersProperties ¶
type SessionParametersProperties = original.SessionParametersProperties
type SessionResource ¶
type SessionResource = original.SessionResource
type SessionResourceProperties ¶
type SessionResourceProperties = original.SessionResourceProperties
type UpgradeMode ¶
type UpgradeMode = original.UpgradeMode
const ( Automatic UpgradeMode = original.Automatic Manual UpgradeMode = original.Manual )
type VersionServermanagement ¶
type VersionServermanagement = original.VersionServermanagement
Click to show internal directories.
Click to hide internal directories.