CertificateOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetAsync(ICertificateOperations, String, String, String) | |
GetAsync(ICertificateOperations, String, String, String, CancellationToken) |
Retrieve the certificate identified by certificate name. http://aka.ms/azureautomationsdk/certificateoperations |
GetAsync(ICertificateOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.CertificateGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.ICertificateOperations operations, string resourceGroupName, string automationAccount, string certificateName);
static member GetAsync : Microsoft.Azure.Management.Automation.ICertificateOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.CertificateGetResponse>
<Extension()>
Public Function GetAsync (operations As ICertificateOperations, resourceGroupName As String, automationAccount As String, certificateName As String) As Task(Of CertificateGetResponse)
Parameters
- operations
- ICertificateOperations
- resourceGroupName
- String
- automationAccount
- String
- certificateName
- String
Returns
Applies to
GetAsync(ICertificateOperations, String, String, String, CancellationToken)
Retrieve the certificate identified by certificate name. http://aka.ms/azureautomationsdk/certificateoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Certificate> GetAsync (this Microsoft.Azure.Management.Automation.ICertificateOperations operations, string resourceGroupName, string automationAccountName, string certificateName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.ICertificateOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Certificate>
<Extension()>
Public Function GetAsync (operations As ICertificateOperations, resourceGroupName As String, automationAccountName As String, certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Certificate)
Parameters
- operations
- ICertificateOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of an Azure Resource group.
- automationAccountName
- String
The name of the automation account.
- certificateName
- String
The name of certificate.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET