CertificateCreateProperties Constructors
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.
Overloads
CertificateCreateProperties() |
Initializes a new instance of the CertificateCreateProperties class. |
CertificateCreateProperties(String) |
Initializes a new instance of the CertificateCreateProperties class with required arguments. |
CertificateCreateProperties()
Initializes a new instance of the CertificateCreateProperties class.
public CertificateCreateProperties ();
Public Sub New ()
Applies to
CertificateCreateProperties(String)
Initializes a new instance of the CertificateCreateProperties class with required arguments.
public CertificateCreateProperties (string base64Value);
new Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties : string -> Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties
Public Sub New (base64Value As String)
Parameters
- base64Value
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET