public class ContainerServiceAgentPoolProfile extends Object
| Constructor and Description |
|---|
ContainerServiceAgentPoolProfile() |
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Get the count value.
|
String |
dnsPrefix()
Get the dnsPrefix value.
|
String |
fqdn()
Get the fqdn value.
|
String |
name()
Get the name value.
|
ContainerServiceVMSizeTypes |
vmSize()
Get the vmSize value.
|
ContainerServiceAgentPoolProfile |
withCount(int count)
Set the count value.
|
ContainerServiceAgentPoolProfile |
withDnsPrefix(String dnsPrefix)
Set the dnsPrefix value.
|
ContainerServiceAgentPoolProfile |
withName(String name)
Set the name value.
|
ContainerServiceAgentPoolProfile |
withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize value.
|
public String name()
public ContainerServiceAgentPoolProfile withName(String name)
name - the name value to setpublic int count()
public ContainerServiceAgentPoolProfile withCount(int count)
count - the count value to setpublic ContainerServiceVMSizeTypes vmSize()
public ContainerServiceAgentPoolProfile withVmSize(ContainerServiceVMSizeTypes vmSize)
vmSize - the vmSize value to setpublic String dnsPrefix()
public ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix)
dnsPrefix - the dnsPrefix value to setpublic String fqdn()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/