Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceAgentPoolProfile |
ContainerServiceAgentPoolProfile.withCount(int 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.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize property: Size of agent VMs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.