| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withCount(Integer count)
Set the count property: Number of agents (VMs) to host docker containers.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withDnsPrefix(String dnsPrefix)
Set the dnsPrefix property: DNS prefix to be used to create the FQDN for the agent pool.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withName(String name)
Set the name property: Unique name of the agent pool profile in the context of the subscription and resource
group.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withOsDiskSizeGB(Integer osDiskSizeGB)
Set the osDiskSizeGB property: OS Disk Size in GB to be used to specify the disk size for every machine in this
master/agent pool.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withPorts(List<Integer> ports)
Set the ports property: Ports number array used to expose on this agent pool.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set the storageProfile property: Storage profile specifies what kind of storage used.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize property: Size of agent VMs.
|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withVnetSubnetId(String vnetSubnetId)
Set the vnetSubnetId property: VNet SubnetID specifies the VNet's subnet identifier.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.