azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties"
name: "BackendServiceFabricClusterProperties"
nameWithType: "BackendServiceFabricClusterProperties"
summary: "Properties of the Service Fabric Type Backend."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **BackendServiceFabricClusterProperties**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.BackendServiceFabricClusterProperties()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.BackendServiceFabricClusterProperties()"
name: "BackendServiceFabricClusterProperties()"
nameWithType: "BackendServiceFabricClusterProperties.BackendServiceFabricClusterProperties()"
syntax: "public BackendServiceFabricClusterProperties()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.clientCertificatethumbprint()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.clientCertificatethumbprint()"
name: "clientCertificatethumbprint()"
nameWithType: "BackendServiceFabricClusterProperties.clientCertificatethumbprint()"
summary: "Get the client certificate thumbprint for the management endpoint."
syntax: "public String clientCertificatethumbprint()"
desc: "Get the client certificate thumbprint for the management endpoint."
returns:
description: "the clientCertificatethumbprint value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.managementEndpoints()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.managementEndpoints()"
name: "managementEndpoints()"
nameWithType: "BackendServiceFabricClusterProperties.managementEndpoints()"
summary: "Get the cluster management endpoint."
syntax: "public List<String> managementEndpoints()"
desc: "Get the cluster management endpoint."
returns:
description: "the managementEndpoints value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.maxPartitionResolutionRetries()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.maxPartitionResolutionRetries()"
name: "maxPartitionResolutionRetries()"
nameWithType: "BackendServiceFabricClusterProperties.maxPartitionResolutionRetries()"
summary: "Get maximum number of retries while attempting resolve the partition."
syntax: "public Integer maxPartitionResolutionRetries()"
desc: "Get maximum number of retries while attempting resolve the partition."
returns:
description: "the maxPartitionResolutionRetries value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.serverCertificateThumbprints()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.serverCertificateThumbprints()"
name: "serverCertificateThumbprints()"
nameWithType: "BackendServiceFabricClusterProperties.serverCertificateThumbprints()"
summary: "Get thumbprints of certificates cluster management service uses for tls communication."
syntax: "public List<String> serverCertificateThumbprints()"
desc: "Get thumbprints of certificates cluster management service uses for tls communication."
returns:
description: "the serverCertificateThumbprints value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.serverX509Names()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.serverX509Names()"
name: "serverX509Names()"
nameWithType: "BackendServiceFabricClusterProperties.serverX509Names()"
summary: "Get server X509 Certificate Names Collection."
syntax: "public List<X509CertificateName> serverX509Names()"
desc: "Get server X509 Certificate Names Collection."
returns:
description: "the serverX509Names value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.X509CertificateName?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.X509CertificateName&text=X509CertificateName\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withClientCertificatethumbprint(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withClientCertificatethumbprint(String clientCertificatethumbprint)"
name: "withClientCertificatethumbprint(String clientCertificatethumbprint)"
nameWithType: "BackendServiceFabricClusterProperties.withClientCertificatethumbprint(String clientCertificatethumbprint)"
summary: "Set the client certificate thumbprint for the management endpoint."
parameters:
- description: "the clientCertificatethumbprint value to set"
name: "clientCertificatethumbprint"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackendServiceFabricClusterProperties withClientCertificatethumbprint(String clientCertificatethumbprint)"
desc: "Set the client certificate thumbprint for the management endpoint."
returns:
description: "the BackendServiceFabricClusterProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties&text=BackendServiceFabricClusterProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withManagementEndpoints(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withManagementEndpoints(List<String> managementEndpoints)"
name: "withManagementEndpoints(List<String> managementEndpoints)"
nameWithType: "BackendServiceFabricClusterProperties.withManagementEndpoints(List<String> managementEndpoints)"
summary: "Set the cluster management endpoint."
parameters:
- description: "the managementEndpoints value to set"
name: "managementEndpoints"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BackendServiceFabricClusterProperties withManagementEndpoints(List<String> managementEndpoints)"
desc: "Set the cluster management endpoint."
returns:
description: "the BackendServiceFabricClusterProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties&text=BackendServiceFabricClusterProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withMaxPartitionResolutionRetries(java.lang.Integer)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withMaxPartitionResolutionRetries(Integer maxPartitionResolutionRetries)"
name: "withMaxPartitionResolutionRetries(Integer maxPartitionResolutionRetries)"
nameWithType: "BackendServiceFabricClusterProperties.withMaxPartitionResolutionRetries(Integer maxPartitionResolutionRetries)"
summary: "Set maximum number of retries while attempting resolve the partition."
parameters:
- description: "the maxPartitionResolutionRetries value to set"
name: "maxPartitionResolutionRetries"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackendServiceFabricClusterProperties withMaxPartitionResolutionRetries(Integer maxPartitionResolutionRetries)"
desc: "Set maximum number of retries while attempting resolve the partition."
returns:
description: "the BackendServiceFabricClusterProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties&text=BackendServiceFabricClusterProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withServerCertificateThumbprints(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withServerCertificateThumbprints(List<String> serverCertificateThumbprints)"
name: "withServerCertificateThumbprints(List<String> serverCertificateThumbprints)"
nameWithType: "BackendServiceFabricClusterProperties.withServerCertificateThumbprints(List<String> serverCertificateThumbprints)"
summary: "Set thumbprints of certificates cluster management service uses for tls communication."
parameters:
- description: "the serverCertificateThumbprints value to set"
name: "serverCertificateThumbprints"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BackendServiceFabricClusterProperties withServerCertificateThumbprints(List<String> serverCertificateThumbprints)"
desc: "Set thumbprints of certificates cluster management service uses for tls communication."
returns:
description: "the BackendServiceFabricClusterProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties&text=BackendServiceFabricClusterProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withServerX509Names(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.X509CertificateName>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties.withServerX509Names(List<X509CertificateName> serverX509Names)"
name: "withServerX509Names(List<X509CertificateName> serverX509Names)"
nameWithType: "BackendServiceFabricClusterProperties.withServerX509Names(List<X509CertificateName> serverX509Names)"
summary: "Set server X509 Certificate Names Collection."
parameters:
- description: "the serverX509Names value to set"
name: "serverX509Names"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.X509CertificateName?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.X509CertificateName&text=X509CertificateName\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BackendServiceFabricClusterProperties withServerX509Names(List<X509CertificateName> serverX509Names)"
desc: "Set server X509 Certificate Names Collection."
returns:
description: "the BackendServiceFabricClusterProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendServiceFabricClusterProperties&text=BackendServiceFabricClusterProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of the Service Fabric Type Backend."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1