Package | Description |
---|---|
com.microsoft.azure.management.containerservice |
This package contains the classes for ContainerServiceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withCount(Integer count)
Set the count value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withDnsPrefix(String dnsPrefix)
Set the dnsPrefix value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withName(String name)
Set the name value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withOsDiskSizeGB(Integer osDiskSizeGB)
Set the osDiskSizeGB value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withOsType(OSType osType)
Set the osType value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withPorts(List<Integer> ports)
Set the ports value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set the storageProfile value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize value.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withVnetSubnetID(String vnetSubnetID)
Set the vnetSubnetID value.
|
Copyright © 2019. All rights reserved.