| Modifier and Type | Method and Description |
|---|---|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withCount(Integer count)
Set number of masters (VMs) in the container service cluster.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withDnsPrefix(String dnsPrefix)
Set dNS prefix to be used to create the FQDN for the master pool.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withFirstConsecutiveStaticIP(String firstConsecutiveStaticIP)
Set firstConsecutiveStaticIP used to specify the first static ip of masters.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withOsDiskSizeGB(Integer osDiskSizeGB)
Set oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set storage profile specifies what kind of storage used.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set size of agent VMs.
|
ContainerServiceMasterProfile |
ContainerServiceMasterProfile.withVnetSubnetID(String vnetSubnetID)
Set vNet SubnetID specifies the VNet's subnet identifier.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/