Método CertificateOperationsExtensions.Get (ICertificateOperations, String, String)
Recupere o certificado identificado pelo nome do certificado. (consulte https://aka.ms/azureautomationsdk/certificateoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static CertificateGetResponse Get(
this ICertificateOperations operations,
string automationAccount,
string certificateName
)
public:
[ExtensionAttribute]
static CertificateGetResponse^ Get(
ICertificateOperations^ operations,
String^ automationAccount,
String^ certificateName
)
static member Get :
operations:ICertificateOperations *
automationAccount:string *
certificateName:string -> CertificateGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As ICertificateOperations,
automationAccount As String,
certificateName As String
) As CertificateGetResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
certificateName
Type: System.StringObrigatório. O nome do certificado.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse
O modelo de resposta para a operação de obtenção de certificado.
Consulte também
Classe CertificateOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo