Versions in this module Expand all Collapse all v30 v30.1.0 Jun 10, 2019 v30.0.0 May 28, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AgentPoolProfile struct + Count *int32 + DNSPrefix *string + Fqdn *string + Name *string + VMSize VMSizeTypes + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type ContainerService struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (cs *ContainerService) UnmarshalJSON(body []byte) error + func (cs ContainerService) MarshalJSON() ([]byte, error) + type ContainerServicesClient struct + func NewContainerServicesClient(subscriptionID string) ContainerServicesClient + func NewContainerServicesClientWithBaseURI(baseURI string, subscriptionID string) ContainerServicesClient + func (client ContainerServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, containerServiceName string, ...) (result ContainerServicesCreateOrUpdateFutureType, err error) + func (client ContainerServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, containerServiceName string, ...) (*http.Request, error) + func (client ContainerServicesClient) CreateOrUpdateResponder(resp *http.Response) (result ContainerService, err error) + func (client ContainerServicesClient) CreateOrUpdateSender(req *http.Request) (future ContainerServicesCreateOrUpdateFutureType, err error) + func (client ContainerServicesClient) Delete(ctx context.Context, resourceGroupName string, containerServiceName string) (result ContainerServicesDeleteFutureType, err error) + func (client ContainerServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, containerServiceName string) (*http.Request, error) + func (client ContainerServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ContainerServicesClient) DeleteSender(req *http.Request) (future ContainerServicesDeleteFutureType, err error) + func (client ContainerServicesClient) Get(ctx context.Context, resourceGroupName string, containerServiceName string) (result ContainerService, err error) + func (client ContainerServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, containerServiceName string) (*http.Request, error) + func (client ContainerServicesClient) GetResponder(resp *http.Response) (result ContainerService, err error) + func (client ContainerServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ContainerServicesClient) List(ctx context.Context) (result ListResultPage, err error) + func (client ContainerServicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ListResultPage, err error) + func (client ContainerServicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ListResultIterator, err error) + func (client ContainerServicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ContainerServicesClient) ListByResourceGroupResponder(resp *http.Response) (result ListResult, err error) + func (client ContainerServicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ContainerServicesClient) ListComplete(ctx context.Context) (result ListResultIterator, err error) + func (client ContainerServicesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ContainerServicesClient) ListResponder(resp *http.Response) (result ListResult, err error) + func (client ContainerServicesClient) ListSender(req *http.Request) (*http.Response, error) + type ContainerServicesCreateOrUpdateFutureType struct + func (future *ContainerServicesCreateOrUpdateFutureType) Result(client ContainerServicesClient) (cs ContainerService, err error) + type ContainerServicesDeleteFutureType struct + func (future *ContainerServicesDeleteFutureType) Result(client ContainerServicesClient) (ar autorest.Response, err error) + type CustomProfile struct + Orchestrator *string + type DiagnosticsProfile struct + VMDiagnostics *VMDiagnostics + type LinuxProfile struct + AdminUsername *string + SSH *SSHConfiguration + type ListResult struct + NextLink *string + Value *[]ContainerService + func (lr ListResult) IsEmpty() bool + type ListResultIterator struct + func NewListResultIterator(page ListResultPage) ListResultIterator + func (iter *ListResultIterator) Next() error + func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListResultIterator) NotDone() bool + func (iter ListResultIterator) Response() ListResult + func (iter ListResultIterator) Value() ContainerService + type ListResultPage struct + func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage + func (page *ListResultPage) Next() error + func (page *ListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListResultPage) NotDone() bool + func (page ListResultPage) Response() ListResult + func (page ListResultPage) Values() []ContainerService + type MasterProfile struct + Count *int32 + DNSPrefix *string + Fqdn *string + type OrchestratorProfile struct + OrchestratorType OrchestratorTypes + type OrchestratorTypes string + const Custom + const DCOS + const Kubernetes + const Swarm + func PossibleOrchestratorTypesValues() []OrchestratorTypes + type Properties struct + AgentPoolProfiles *[]AgentPoolProfile + CustomProfile *CustomProfile + DiagnosticsProfile *DiagnosticsProfile + LinuxProfile *LinuxProfile + MasterProfile *MasterProfile + OrchestratorProfile *OrchestratorProfile + ProvisioningState *string + ServicePrincipalProfile *ServicePrincipalProfile + WindowsProfile *WindowsProfile + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SSHConfiguration struct + PublicKeys *[]SSHPublicKey + type SSHPublicKey struct + KeyData *string + type ServicePrincipalProfile struct + ClientID *string + Secret *string + type VMDiagnostics struct + Enabled *bool + StorageURI *string + type VMSizeTypes string + const StandardA0 + const StandardA1 + const StandardA10 + const StandardA11 + const StandardA2 + const StandardA3 + const StandardA4 + const StandardA5 + const StandardA6 + const StandardA7 + const StandardA8 + const StandardA9 + const StandardD1 + const StandardD11 + const StandardD11V2 + const StandardD12 + const StandardD12V2 + const StandardD13 + const StandardD13V2 + const StandardD14 + const StandardD14V2 + const StandardD1V2 + const StandardD2 + const StandardD2V2 + const StandardD3 + const StandardD3V2 + const StandardD4 + const StandardD4V2 + const StandardD5V2 + const StandardDS1 + const StandardDS11 + const StandardDS12 + const StandardDS13 + const StandardDS14 + const StandardDS2 + const StandardDS3 + const StandardDS4 + const StandardG1 + const StandardG2 + const StandardG3 + const StandardG4 + const StandardG5 + const StandardGS1 + const StandardGS2 + const StandardGS3 + const StandardGS4 + const StandardGS5 + func PossibleVMSizeTypesValues() []VMSizeTypes + type WindowsProfile struct + AdminPassword *string + AdminUsername *string Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v15 gopkg.in/azure/azure-sdk-for-go.v16 gopkg.in/azure/azure-sdk-for-go.v17 gopkg.in/azure/azure-sdk-for-go.v18 gopkg.in/azure/azure-sdk-for-go.v19 gopkg.in/azure/azure-sdk-for-go.v20 gopkg.in/azure/azure-sdk-for-go.v21 gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49