Share via


CertificateCreateOrUpdateProperties Constructors

Definition

Overloads

CertificateCreateOrUpdateProperties()
CertificateCreateOrUpdateProperties(String)

CertificateCreateOrUpdateProperties()

public CertificateCreateOrUpdateProperties ();
Public Sub New ()

Applies to

CertificateCreateOrUpdateProperties(String)

public CertificateCreateOrUpdateProperties (string base64Value);
new Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateProperties : string -> Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateProperties
Public Sub New (base64Value As String)

Parameters

base64Value
String

Applies to