Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendServiceFabricClusterProperties
Packages that use BackendServiceFabricClusterProperties
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of BackendServiceFabricClusterProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendServiceFabricClusterPropertiesModifier and TypeMethodDescriptionBackendServiceFabricClusterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendServiceFabricClusterProperties from the JsonReader.BackendProperties.serviceFabricCluster()Get the serviceFabricCluster property: Backend Service Fabric Cluster Properties.BackendServiceFabricClusterProperties.withClientCertificateId(String clientCertificateId) Set the clientCertificateId property: The client certificate id for the management endpoint.BackendServiceFabricClusterProperties.withClientCertificatethumbprint(String clientCertificatethumbprint) Set the clientCertificatethumbprint property: The client certificate thumbprint for the management endpoint.BackendServiceFabricClusterProperties.withManagementEndpoints(List<String> managementEndpoints) Set the managementEndpoints property: The cluster management endpoint.BackendServiceFabricClusterProperties.withMaxPartitionResolutionRetries(Integer maxPartitionResolutionRetries) Set the maxPartitionResolutionRetries property: Maximum number of retries while attempting resolve the partition.BackendServiceFabricClusterProperties.withServerCertificateThumbprints(List<String> serverCertificateThumbprints) Set the serverCertificateThumbprints property: Thumbprints of certificates cluster management service uses for tls communication.BackendServiceFabricClusterProperties.withServerX509Names(List<X509CertificateName> serverX509Names) Set the serverX509Names property: Server X509 Certificate Names Collection.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendServiceFabricClusterPropertiesModifier and TypeMethodDescriptionBackendProperties.withServiceFabricCluster(BackendServiceFabricClusterProperties serviceFabricCluster) Set the serviceFabricCluster property: Backend Service Fabric Cluster Properties.