Método CertificateOperationsExtensions.GetAsync (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 Task<CertificateGetResponse> GetAsync(
this ICertificateOperations operations,
string automationAccount,
string certificateName
)
public:
[ExtensionAttribute]
static Task<CertificateGetResponse^>^ GetAsync(
ICertificateOperations^ operations,
String^ automationAccount,
String^ certificateName
)
static member GetAsync :
operations:ICertificateOperations *
automationAccount:string *
certificateName:string -> Task<CertificateGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As ICertificateOperations,
automationAccount As String,
certificateName As String
) As Task(Of 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: System.Threading.Tasks.Task<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