Show / Hide Table of Contents

Class BackendServiceFabricClusterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BackendServiceFabricClusterArgs
Inherited Members
ResourceArgs.Empty
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 BackendServiceFabricClusterArgs : ResourceArgs

Constructors

View Source

BackendServiceFabricClusterArgs()

Declaration
public BackendServiceFabricClusterArgs()

Properties

View Source

ClientCertificateThumbprint

The client certificate thumbprint for the management endpoint.

Declaration
public Input<string> ClientCertificateThumbprint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ManagementEndpoints

A list of cluster management endpoints.

Declaration
public InputList<string> ManagementEndpoints { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
View Source

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>
View Source

ServerX509Names

One or more server_x509_name blocks as documented below.

Declaration
public InputList<BackendServiceFabricClusterServerX509NameArgs> ServerX509Names { get; set; }
Property Value
Type Description
InputList<BackendServiceFabricClusterServerX509NameArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.