ServiceCertificateCreateParameters 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
ServiceCertificateCreateParameters() |
Initializes a new instance of the ServiceCertificateCreateParameters class. |
ServiceCertificateCreateParameters(Byte[], CertificateFormat) |
Initializes a new instance of the ServiceCertificateCreateParameters class with required arguments. |
ServiceCertificateCreateParameters()
Initializes a new instance of the ServiceCertificateCreateParameters class.
public ServiceCertificateCreateParameters ();
Public Sub New ()
Applies to
ServiceCertificateCreateParameters(Byte[], CertificateFormat)
Initializes a new instance of the ServiceCertificateCreateParameters class with required arguments.
public ServiceCertificateCreateParameters (byte[] data, Microsoft.WindowsAzure.Management.Compute.Models.CertificateFormat certificateFormat);
new Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateCreateParameters : byte[] * Microsoft.WindowsAzure.Management.Compute.Models.CertificateFormat -> Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateCreateParameters
Public Sub New (data As Byte(), certificateFormat As CertificateFormat)
Parameters
- data
- Byte[]
- certificateFormat
- CertificateFormat