ArmServiceFabricModelFactory.ClusterClientCertificateCommonName Method

Definition

public static Azure.ResourceManager.ServiceFabric.Models.ClusterClientCertificateCommonName ClusterClientCertificateCommonName(bool isAdmin = false, string certificateCommonName = default, BinaryData certificateIssuerThumbprint = default);
static member ClusterClientCertificateCommonName : bool * string * BinaryData -> Azure.ResourceManager.ServiceFabric.Models.ClusterClientCertificateCommonName
Public Shared Function ClusterClientCertificateCommonName (Optional isAdmin As Boolean = false, Optional certificateCommonName As String = Nothing, Optional certificateIssuerThumbprint As BinaryData = Nothing) As ClusterClientCertificateCommonName

Parameters

isAdmin
Boolean

Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.

certificateCommonName
String

The common name of the client certificate.

certificateIssuerThumbprint
BinaryData

The issuer thumbprint of the client certificate.

Returns

A new ClusterClientCertificateCommonName instance for mocking.

Applies to