次の方法で共有


AffinityGroupOperationsExtensions.Delete メソッド

定義

[アフィニティ グループの削除] 操作では、指定したサブスクリプション内のアフィニティ グループが削除されます。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/gg715314.aspx )

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.IAffinityGroupOperations operations, string affinityGroupName);
static member Delete : Microsoft.WindowsAzure.Management.IAffinityGroupOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IAffinityGroupOperations, affinityGroupName As String) As AzureOperationResponse

パラメーター

operations
IAffinityGroupOperations

Microsoft.WindowsAzure.Management.IAffinityGroupOperations への参照。

affinityGroupName
String

必須です。 アフィニティ グループの名前。

戻り値

Microsoft.Azure.AzureOperationResponse

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象