次の方法で共有


CloudServicesOperationsExtensions.BeginDelete メソッド

定義

クラウド サービスを削除します。

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

パラメーター

operations
ICloudServicesOperations

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

resourceGroupName
String

リソース グループの名前。

cloudServiceName
String

クラウド サービスの名前。

適用対象