PrivateStoreOfferOperationsExtensions.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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