次の方法で共有


HcxEnterpriseSitesOperationsExtensions.Delete メソッド

定義

プライベート クラウドで HCX Enterprise サイトを削除する

public static void Delete (this Microsoft.Azure.Management.Avs.IHcxEnterpriseSitesOperations operations, string resourceGroupName, string privateCloudName, string hcxEnterpriseSiteName);
static member Delete : Microsoft.Azure.Management.Avs.IHcxEnterpriseSitesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IHcxEnterpriseSitesOperations, resourceGroupName As String, privateCloudName As String, hcxEnterpriseSiteName As String)

パラメーター

operations
IHcxEnterpriseSitesOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateCloudName
String

プライベート クラウドの名前

hcxEnterpriseSiteName
String

プライベート クラウド内の HCX エンタープライズ サイトの名前

適用対象