Show / Hide Table of Contents

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 Source

ClientCertificateThumbprint

The client certificate thumbprint for the management endpoint.

Declaration
public readonly string ClientCertificateThumbprint
Field Value
Type Description
System.String
View Source

ManagementEndpoints

A list of cluster management endpoints.

Declaration
public readonly ImmutableArray<string> ManagementEndpoints
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MaxPartitionResolutionRetries

The maximum number of retries when attempting resolve the partition.

Declaration
public readonly int MaxPartitionResolutionRetries
Field Value
Type Description
System.Int32
View Source

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.