Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AgentPoolProfile
- type ContainerService
- type ContainerServicesClient
- type CustomProfile
- type DiagnosticsProfile
- type LinuxProfile
- type ListResult
- type ManagementClient
- type MasterProfile
- type OrchestratorProfile
- type OrchestratorTypes
- type Properties
- type Resource
- type SSHConfiguration
- type SSHPublicKey
- type ServicePrincipalProfile
- type VMDiagnostics
- type VMSizeTypes
- type WindowsProfile
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentPoolProfile ¶
type AgentPoolProfile = original.AgentPoolProfile
type ContainerService ¶
type ContainerService = original.ContainerService
type ContainerServicesClient ¶
type ContainerServicesClient = original.ContainerServicesClient
func NewContainerServicesClient ¶
func NewContainerServicesClient(subscriptionID string) ContainerServicesClient
func NewContainerServicesClientWithBaseURI ¶
func NewContainerServicesClientWithBaseURI(baseURI string, subscriptionID string) ContainerServicesClient
type CustomProfile ¶
type CustomProfile = original.CustomProfile
type DiagnosticsProfile ¶
type DiagnosticsProfile = original.DiagnosticsProfile
type LinuxProfile ¶
type LinuxProfile = original.LinuxProfile
type ListResult ¶
type ListResult = original.ListResult
type ManagementClient ¶
type ManagementClient = original.ManagementClient
func New ¶
func New(subscriptionID string) ManagementClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) ManagementClient
type MasterProfile ¶
type MasterProfile = original.MasterProfile
type OrchestratorProfile ¶
type OrchestratorProfile = original.OrchestratorProfile
type OrchestratorTypes ¶
type OrchestratorTypes = original.OrchestratorTypes
const ( Custom OrchestratorTypes = original.Custom DCOS OrchestratorTypes = original.DCOS Kubernetes OrchestratorTypes = original.Kubernetes Swarm OrchestratorTypes = original.Swarm )
type Properties ¶
type Properties = original.Properties
type SSHConfiguration ¶
type SSHConfiguration = original.SSHConfiguration
type SSHPublicKey ¶
type SSHPublicKey = original.SSHPublicKey
type ServicePrincipalProfile ¶
type ServicePrincipalProfile = original.ServicePrincipalProfile
type VMDiagnostics ¶
type VMDiagnostics = original.VMDiagnostics
type VMSizeTypes ¶
type VMSizeTypes = original.VMSizeTypes
const ( StandardA0 VMSizeTypes = original.StandardA0 StandardA1 VMSizeTypes = original.StandardA1 StandardA10 VMSizeTypes = original.StandardA10 StandardA11 VMSizeTypes = original.StandardA11 StandardA2 VMSizeTypes = original.StandardA2 StandardA3 VMSizeTypes = original.StandardA3 StandardA4 VMSizeTypes = original.StandardA4 StandardA5 VMSizeTypes = original.StandardA5 StandardA6 VMSizeTypes = original.StandardA6 StandardA7 VMSizeTypes = original.StandardA7 StandardA8 VMSizeTypes = original.StandardA8 StandardA9 VMSizeTypes = original.StandardA9 StandardD1 VMSizeTypes = original.StandardD1 StandardD11 VMSizeTypes = original.StandardD11 StandardD11V2 VMSizeTypes = original.StandardD11V2 StandardD12 VMSizeTypes = original.StandardD12 StandardD12V2 VMSizeTypes = original.StandardD12V2 StandardD13 VMSizeTypes = original.StandardD13 StandardD13V2 VMSizeTypes = original.StandardD13V2 StandardD14 VMSizeTypes = original.StandardD14 StandardD14V2 VMSizeTypes = original.StandardD14V2 StandardD1V2 VMSizeTypes = original.StandardD1V2 StandardD2 VMSizeTypes = original.StandardD2 StandardD2V2 VMSizeTypes = original.StandardD2V2 StandardD3 VMSizeTypes = original.StandardD3 StandardD3V2 VMSizeTypes = original.StandardD3V2 StandardD4 VMSizeTypes = original.StandardD4 StandardD4V2 VMSizeTypes = original.StandardD4V2 StandardD5V2 VMSizeTypes = original.StandardD5V2 StandardDS1 VMSizeTypes = original.StandardDS1 StandardDS11 VMSizeTypes = original.StandardDS11 StandardDS12 VMSizeTypes = original.StandardDS12 StandardDS13 VMSizeTypes = original.StandardDS13 StandardDS14 VMSizeTypes = original.StandardDS14 StandardDS2 VMSizeTypes = original.StandardDS2 StandardDS3 VMSizeTypes = original.StandardDS3 StandardDS4 VMSizeTypes = original.StandardDS4 StandardG1 VMSizeTypes = original.StandardG1 StandardG2 VMSizeTypes = original.StandardG2 StandardG3 VMSizeTypes = original.StandardG3 StandardG4 VMSizeTypes = original.StandardG4 StandardG5 VMSizeTypes = original.StandardG5 StandardGS1 VMSizeTypes = original.StandardGS1 StandardGS2 VMSizeTypes = original.StandardGS2 StandardGS3 VMSizeTypes = original.StandardGS3 StandardGS4 VMSizeTypes = original.StandardGS4 StandardGS5 VMSizeTypes = original.StandardGS5 )
type WindowsProfile ¶
type WindowsProfile = original.WindowsProfile
Click to show internal directories.
Click to hide internal directories.