你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerServiceMasterProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.ContainerServiceMasterProfile

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.

ContainerServiceMasterProfile withCount(Integer count)

Set the count value.

ContainerServiceMasterProfile 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