ContainerServiceAgentPool Interface
public interface ContainerServiceAgentPool extends ChildResource,HasInner
A client-side representation for a container service agent pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
int | count() |
String | dnsLabel() |
String | fqdn() |
Container |
vmSize() |
Inherited Members
Method Details
count
public int count()
Returns:
the number of agents (VMs) to host docker containers
dnsLabel
public String dnsLabel()
Returns:
DNS prefix to be used to create the FQDN for the agent pool
fqdn
public String fqdn()
Returns:
FDQN for the agent pool
vmSize
public ContainerServiceVMSizeTypes vmSize()
Returns:
size of agent VMs
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java