次の方法で共有


CollectionOperationsExtensions.DeleteAsync メソッド

定義

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

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

パラメーター

operations
ICollectionOperations

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

collectionName
String

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

戻り値

操作追跡 ID を含む応答。

適用対象