Propriedade CertificateGetResponse.Certificate
Optional. Gets or sets a certificate.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As CertificateGetResponse
Dim value As Certificate
value = instance.Certificate
instance.Certificate = value
Sintaxe
'Declaração
Public Property Certificate As Certificate
public Certificate Certificate { get; set; }
public:
property Certificate^ Certificate {
Certificate^ get ();
void set (Certificate^ value);
}
/** @property */
public Certificate get_Certificate ()
/** @property */
public void set_Certificate (Certificate value)
public function get Certificate () : Certificate
public function set Certificate (value : Certificate)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe CertificateGetResponse
Membros CertificateGetResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models