Construtor CertificateCreateParameters (String, CertificateCreateProperties)
Initializes a new instance of the CertificateCreateParameters class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim name As String
Dim properties As CertificateCreateProperties
Dim instance As New CertificateCreateParameters(name, properties)
Sintaxe
'Declaração
Public Sub New ( _
name As String, _
properties As CertificateCreateProperties _
)
public CertificateCreateParameters (
string name,
CertificateCreateProperties properties
)
public:
CertificateCreateParameters (
String^ name,
CertificateCreateProperties^ properties
)
public CertificateCreateParameters (
String name,
CertificateCreateProperties properties
)
public function CertificateCreateParameters (
name : String,
properties : CertificateCreateProperties
)
Comentários
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe CertificateCreateParameters
Membros CertificateCreateParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models