CertificateCreateParameters 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
CertificateCreateParameters() |
Initializes a new instance of the CertificateCreateParameters class. |
CertificateCreateParameters(String, CertificateCreateProperties) |
Initializes a new instance of the CertificateCreateParameters class with required arguments. |
CertificateCreateParameters()
Initializes a new instance of the CertificateCreateParameters class.
public CertificateCreateParameters ();
Public Sub New ()
Applies to
CertificateCreateParameters(String, CertificateCreateProperties)
Initializes a new instance of the CertificateCreateParameters class with required arguments.
public CertificateCreateParameters (string name, Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties properties);
new Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters : string * Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties -> Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters
Public Sub New (name As String, properties As CertificateCreateProperties)
Parameters
- name
- String
- properties
- CertificateCreateProperties
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