BackendServiceFabricClusterProperties Class

Definition

Properties of the Service Fabric Type Backend.

public class BackendServiceFabricClusterProperties
public class BackendServiceFabricClusterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.BackendServiceFabricClusterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.BackendServiceFabricClusterProperties>
type BackendServiceFabricClusterProperties = class
type BackendServiceFabricClusterProperties = class
    interface IJsonModel<BackendServiceFabricClusterProperties>
    interface IPersistableModel<BackendServiceFabricClusterProperties>
Public Class BackendServiceFabricClusterProperties
Public Class BackendServiceFabricClusterProperties
Implements IJsonModel(Of BackendServiceFabricClusterProperties), IPersistableModel(Of BackendServiceFabricClusterProperties)
Inheritance
BackendServiceFabricClusterProperties
Implements

Constructors

BackendServiceFabricClusterProperties(IEnumerable<String>)

Initializes a new instance of BackendServiceFabricClusterProperties.

Properties

ClientCertificateId

The client certificate id for the management endpoint.

ClientCertificatethumbprint

The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided.

ManagementEndpoints

The cluster management endpoint.

MaxPartitionResolutionRetries

Maximum number of retries while attempting resolve the partition.

ServerCertificateThumbprints

Thumbprints of certificates cluster management service uses for tls communication.

ServerX509Names

Server X509 Certificate Names Collection.

Explicit Interface Implementations

IJsonModel<BackendServiceFabricClusterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BackendServiceFabricClusterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackendServiceFabricClusterProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackendServiceFabricClusterProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BackendServiceFabricClusterProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to