次の方法で共有


CertificatesOperationsExtensions.BeginDelete メソッド

定義

証明書リソースを削除します。

public static void BeginDelete (this Microsoft.Azure.Management.AppPlatform.ICertificatesOperations operations, string resourceGroupName, string serviceName, string certificateName);
static member BeginDelete : Microsoft.Azure.Management.AppPlatform.ICertificatesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As ICertificatesOperations, resourceGroupName As String, serviceName As String, certificateName As String)

パラメーター

operations
ICertificatesOperations

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

resourceGroupName
String

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

serviceName
String

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

certificateName
String

証明書リソースの名前。

適用対象