CertificateCreateOrUpdateProperties Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
CertificateCreateOrUpdateProperties() | |
CertificateCreateOrUpdateProperties(String) |
CertificateCreateOrUpdateProperties()
public CertificateCreateOrUpdateProperties ();
Public Sub New ()
Aplica-se a
CertificateCreateOrUpdateProperties(String)
public CertificateCreateOrUpdateProperties (string base64Value);
new Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateProperties : string -> Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateProperties
Public Sub New (base64Value As String)
Parâmetros
- base64Value
- String
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET