Class BackendServiceFabricCluster
Inheritance
System.Object
BackendServiceFabricCluster
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendServiceFabricCluster
Fields
View SourceClientCertificateThumbprint
The client certificate thumbprint for the management endpoint.
Declaration
public readonly string ClientCertificateThumbprint
Field Value
| Type | Description |
|---|---|
| System.String |
ManagementEndpoints
A list of cluster management endpoints.
Declaration
public readonly ImmutableArray<string> ManagementEndpoints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MaxPartitionResolutionRetries
The maximum number of retries when attempting resolve the partition.
Declaration
public readonly int MaxPartitionResolutionRetries
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ServerCertificateThumbprints
A list of thumbprints of the server certificates of the Service Fabric cluster.
Declaration
public readonly ImmutableArray<string> ServerCertificateThumbprints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ServerX509Names
One or more server_x509_name blocks as documented below.
Declaration
public readonly ImmutableArray<BackendServiceFabricClusterServerX509Name> ServerX509Names
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<BackendServiceFabricClusterServerX509Name> |