public final class ContainerServiceMasterProfile extends Object
Constructor and Description |
---|
ContainerServiceMasterProfile() |
Modifier and Type | Method and Description |
---|---|
ContainerServiceMasterProfileCount |
count()
Get the count property: Number of masters (VMs) in the container service cluster.
|
String |
dnsPrefix()
Get the dnsPrefix property: DNS prefix to be used to create the FQDN for master.
|
String |
fqdn()
Get the fqdn property: FQDN for the master.
|
void |
validate()
Validates the instance.
|
ContainerServiceMasterProfile |
withCount(ContainerServiceMasterProfileCount count)
Set the count property: Number of masters (VMs) in the container service cluster.
|
ContainerServiceMasterProfile |
withDnsPrefix(String dnsPrefix)
Set the dnsPrefix property: DNS prefix to be used to create the FQDN for master.
|
public ContainerServiceMasterProfileCount count()
public ContainerServiceMasterProfile withCount(ContainerServiceMasterProfileCount count)
count
- the count value to set.public String dnsPrefix()
public ContainerServiceMasterProfile withDnsPrefix(String dnsPrefix)
dnsPrefix
- the dnsPrefix value to set.public String fqdn()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.