Class BackendServiceFabricClusterGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendServiceFabricClusterGetArgs : ResourceArgs
Constructors
View SourceBackendServiceFabricClusterGetArgs()
Declaration
public BackendServiceFabricClusterGetArgs()
Properties
View SourceClientCertificateThumbprint
The client certificate thumbprint for the management endpoint.
Declaration
public Input<string> ClientCertificateThumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagementEndpoints
A list of cluster management endpoints.
Declaration
public InputList<string> ManagementEndpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MaxPartitionResolutionRetries
The maximum number of retries when attempting resolve the partition.
Declaration
public Input<int> MaxPartitionResolutionRetries { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ServerCertificateThumbprints
A list of thumbprints of the server certificates of the Service Fabric cluster.
Declaration
public InputList<string> ServerCertificateThumbprints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ServerX509Names
One or more server_x509_name blocks as documented below.
Declaration
public InputList<BackendServiceFabricClusterServerX509NameGetArgs> ServerX509Names { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BackendServiceFabricClusterServerX509NameGetArgs> |