CertificateCreateResponse.Certificate Propriedade
Opcional. Obtém ou define um certificado.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public Certificate Certificate { get; set; }
public:
property Certificate^ Certificate {
Certificate^ get();
void set(Certificate^ value);
}
member Certificate : Certificate with get, set
Public Property Certificate As Certificate
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Automation.Models.Certificate
Consulte também
Classe CertificateCreateResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo