Uses of Class
com.microsoft.azure.management.containerservice.ContainerServiceMasterProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ContainerServiceMasterProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionSet number of masters (VMs) in the container service cluster.ContainerServiceMasterProfile.withDnsPrefix
(String dnsPrefix) Set dNS prefix to be used to create the FQDN for the master pool.ContainerServiceMasterProfile.withFirstConsecutiveStaticIP
(String firstConsecutiveStaticIP) Set firstConsecutiveStaticIP used to specify the first static ip of masters.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.withStorageProfile
(ContainerServiceStorageProfileTypes storageProfile) Set storage profile specifies what kind of storage used.ContainerServiceMasterProfile.withVmSize
(ContainerServiceVMSizeTypes vmSize) Set size of agent VMs.ContainerServiceMasterProfile.withVnetSubnetID
(String vnetSubnetID) Set vNet SubnetID specifies the VNet's subnet identifier.