Freigeben über


PrivateStoreCollectionInfoResource.DeleteAsync Methode

Definition

Überlädt

DeleteAsync(WaitUntil, CancellationToken)

Löschen Sie eine Sammlung aus dem angegebenen privaten Speicher.

  • Anforderungspfad/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • Vorgangs-IdPrivateStoreCollection_Delete
DeleteAsync(Nullable<PrivateStoreOperation>, CancellationToken)

Löschen Sie die Sammlung des privaten Speichers. Dies ist eine Problemumgehung.

  • Anforderungspfad/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • Vorgangs-IdPrivateStoreCollection_Post

DeleteAsync(WaitUntil, CancellationToken)

Löschen Sie eine Sammlung aus dem angegebenen privaten Speicher.

  • Anforderungspfad/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • Vorgangs-IdPrivateStoreCollection_Delete
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> DeleteAsync (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : Azure.WaitUntil * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.DeleteAsync : Azure.WaitUntil * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function DeleteAsync (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für:

DeleteAsync(Nullable<PrivateStoreOperation>, CancellationToken)

Löschen Sie die Sammlung des privaten Speichers. Dies ist eine Problemumgehung.

  • Anforderungspfad/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • Vorgangs-IdPrivateStoreCollection_Post
public virtual System.Threading.Tasks.Task<Azure.Response> DeleteAsync (Azure.ResourceManager.Marketplace.Models.PrivateStoreOperation? payload = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : Nullable<Azure.ResourceManager.Marketplace.Models.PrivateStoreOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteAsync : Nullable<Azure.ResourceManager.Marketplace.Models.PrivateStoreOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteAsync (Optional payload As Nullable(Of PrivateStoreOperation) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

payload
Nullable<PrivateStoreOperation>

Die zu verwendende PrivateStoreOperation.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: