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

BackendServiceFabricClusterProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties

public class BackendServiceFabricClusterProperties

Properties of the Service Fabric Type Backend.

Constructor Summary

Constructor Description
BackendServiceFabricClusterProperties()

Method Summary

Modifier and Type Method and Description
java.lang.String clientCertificatethumbprint()

Get the client certificate thumbprint for the management endpoint.

java.util.List<java.lang.String> managementEndpoints()

Get the cluster management endpoint.

java.lang.Integer maxPartitionResolutionRetries()

Get maximum number of retries while attempting resolve the partition.

java.util.List<java.lang.String> serverCertificateThumbprints()

Get thumbprints of certificates cluster management service uses for tls communication.

java.util.List<X509CertificateName> serverX509Names()

Get server X509 Certificate Names Collection.

BackendServiceFabricClusterProperties withClientCertificatethumbprint(String clientCertificatethumbprint)

Set the client certificate thumbprint for the management endpoint.

BackendServiceFabricClusterProperties withManagementEndpoints(List<String> managementEndpoints)

Set the cluster management endpoint.

BackendServiceFabricClusterProperties withMaxPartitionResolutionRetries(Integer maxPartitionResolutionRetries)

Set maximum number of retries while attempting resolve the partition.

BackendServiceFabricClusterProperties withServerCertificateThumbprints(List<String> serverCertificateThumbprints)

Set thumbprints of certificates cluster management service uses for tls communication.

BackendServiceFabricClusterProperties withServerX509Names(List<X509CertificateName> serverX509Names)

Set server X509 Certificate Names Collection.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

BackendServiceFabricClusterProperties

public BackendServiceFabricClusterProperties()

Method Details

clientCertificatethumbprint

public String clientCertificatethumbprint()

Get the client certificate thumbprint for the management endpoint.

Returns:

the clientCertificatethumbprint value

managementEndpoints

public List<String> managementEndpoints()

Get the cluster management endpoint.

Returns:

the managementEndpoints value

maxPartitionResolutionRetries

public Integer maxPartitionResolutionRetries()

Get maximum number of retries while attempting resolve the partition.

Returns:

the maxPartitionResolutionRetries value

serverCertificateThumbprints

public List<String> serverCertificateThumbprints()

Get thumbprints of certificates cluster management service uses for tls communication.

Returns:

the serverCertificateThumbprints value

serverX509Names

public List<X509CertificateName> serverX509Names()

Get server X509 Certificate Names Collection.

Returns:

the serverX509Names value

withClientCertificatethumbprint

public BackendServiceFabricClusterProperties withClientCertificatethumbprint(String clientCertificatethumbprint)

Set the client certificate thumbprint for the management endpoint.

Parameters:

clientCertificatethumbprint - the clientCertificatethumbprint value to set

Returns:

the BackendServiceFabricClusterProperties object itself.

withManagementEndpoints

public BackendServiceFabricClusterProperties withManagementEndpoints(List<String> managementEndpoints)

Set the cluster management endpoint.

Parameters:

managementEndpoints - the managementEndpoints value to set

Returns:

the BackendServiceFabricClusterProperties object itself.

withMaxPartitionResolutionRetries

public BackendServiceFabricClusterProperties withMaxPartitionResolutionRetries(Integer maxPartitionResolutionRetries)

Set maximum number of retries while attempting resolve the partition.

Parameters:

maxPartitionResolutionRetries - the maxPartitionResolutionRetries value to set

Returns:

the BackendServiceFabricClusterProperties object itself.

withServerCertificateThumbprints

public BackendServiceFabricClusterProperties withServerCertificateThumbprints(List<String> serverCertificateThumbprints)

Set thumbprints of certificates cluster management service uses for tls communication.

Parameters:

serverCertificateThumbprints - the serverCertificateThumbprints value to set

Returns:

the BackendServiceFabricClusterProperties object itself.

withServerX509Names

public BackendServiceFabricClusterProperties withServerX509Names(List<X509CertificateName> serverX509Names)

Set server X509 Certificate Names Collection.

Parameters:

serverX509Names - the serverX509Names value to set

Returns:

the BackendServiceFabricClusterProperties object itself.

Applies to