ArmServiceFabricModelFactory.ClusterClientCertificateCommonName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.