次の方法で共有


CollectionOperationsExtensions.Delete(ICollectionOperations, String) メソッド

定義

指定したコレクションを削除します。

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId Delete(this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName);
static member Delete : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId
<Extension()>
Public Function Delete (operations As ICollectionOperations, collectionName As String) As OperationResultWithTrackingId

パラメーター

operations
ICollectionOperations

Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations への参照。

collectionName
String

必須。 コレクションの名前。

戻り値

操作追跡 ID を含む応答。

適用対象