ContainerServiceMasterProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceMasterProfile
- com.
public class ContainerServiceMasterProfile
Profile for the container service master.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
count()
Get the count value. |
String |
dnsPrefix()
Get the dnsPrefix value. |
String |
fqdn()
Get the fqdn value. |
Container |
withCount(Integer count)
Set the count value. |
Container |
withDnsPrefix(String dnsPrefix)
Set the dnsPrefix value. |
Method Details
count
public Integer count()
Get the count value.
Returns:
the count value
dnsPrefix
public String dnsPrefix()
Get the dnsPrefix value.
Returns:
the dnsPrefix value
fqdn
public String fqdn()
Get the fqdn value.
Returns:
the fqdn value
withCount
public ContainerServiceMasterProfile withCount(Integer count)
Set the count value.
Parameters:
count
- the count value to set
Returns:
the ContainerServiceMasterProfile object itself.
withDnsPrefix
public ContainerServiceMasterProfile withDnsPrefix(String dnsPrefix)
Set the dnsPrefix value.
Parameters:
dnsPrefix
- the dnsPrefix value to set
Returns:
the ContainerServiceMasterProfile object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java