次の方法で共有


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