次の方法で共有


CertificatesOperationsExtensions.GetAsync メソッド

定義

証明書リソースを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.CertificateResource> GetAsync (this Microsoft.Azure.Management.AppPlatform.ICertificatesOperations operations, string resourceGroupName, string serviceName, string certificateName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.AppPlatform.ICertificatesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.CertificateResource>
<Extension()>
Public Function GetAsync (operations As ICertificatesOperations, resourceGroupName As String, serviceName As String, certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CertificateResource)

パラメーター

operations
ICertificatesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

certificateName
String

証明書リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象