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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java