Uses of Class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ContainerServiceAgentPoolProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionSet number of agents (VMs) to host docker containers.ContainerServiceAgentPoolProfile.withDnsPrefix
(String dnsPrefix) Set dNS prefix to be used to create the FQDN for the agent pool.Set unique name of the agent pool profile in the context of the subscription and resource group.ContainerServiceAgentPoolProfile.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.ContainerServiceAgentPoolProfile.withOsType
(OSType osType) Set osType to be used to specify os type.Set ports number array used to expose on this agent pool.ContainerServiceAgentPoolProfile.withStorageProfile
(ContainerServiceStorageProfileTypes storageProfile) Set storage profile specifies what kind of storage used.ContainerServiceAgentPoolProfile.withVmSize
(ContainerServiceVMSizeTypes vmSize) Set size of agent VMs.ContainerServiceAgentPoolProfile.withVnetSubnetID
(String vnetSubnetID) Set vNet SubnetID specifies the VNet's subnet identifier.