次の方法で共有


CustomDomainsOperationsExtensions.BeginDelete メソッド

定義

1 つのライフサイクル アプリケーションのカスタム ドメインを削除します。

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

パラメーター

operations
ICustomDomainsOperations

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

resourceGroupName
String

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

serviceName
String

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

appName
String

アプリ リソースの名前。

domainName
String

カスタム ドメイン リソースの名前。

適用対象