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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java