Share via


PrivateStoreOfferOperationsExtensions.Delete Method

Definition

Deletes an offer from the given private store.

public static void Delete (this Microsoft.Azure.Management.Marketplace.IPrivateStoreOfferOperations operations, string privateStoreId, string offerId);
static member Delete : Microsoft.Azure.Management.Marketplace.IPrivateStoreOfferOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IPrivateStoreOfferOperations, privateStoreId As String, offerId As String)

Parameters

operations
IPrivateStoreOfferOperations

The operations group for this extension method.

privateStoreId
String

The store ID - must use the tenant ID

offerId
String

The offer ID to update or delete

Applies to