Share via


MarketplaceExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Marketplace.

public static class MarketplaceExtensions
type MarketplaceExtensions = class
Public Module MarketplaceExtensions
Inheritance
MarketplaceExtensions

Methods

GetMarketplaceAdminApprovalRequestResource(ArmClient, ResourceIdentifier)

Gets an object representing a MarketplaceAdminApprovalRequestResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(Guid, String) to create a MarketplaceAdminApprovalRequestResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMarketplaceAdminApprovalRequestResource(ResourceIdentifier) instead.

GetMarketplaceApprovalRequestResource(ArmClient, ResourceIdentifier)

Gets an object representing a MarketplaceApprovalRequestResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(Guid, String) to create a MarketplaceApprovalRequestResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMarketplaceApprovalRequestResource(ResourceIdentifier) instead.

GetPrivateStore(TenantResource, Guid, CancellationToken)

Get information about the private store

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Operation Id: PrivateStore_Get
GetPrivateStoreAsync(TenantResource, Guid, CancellationToken)

Get information about the private store

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Operation Id: PrivateStore_Get
GetPrivateStoreCollectionInfoResource(ArmClient, ResourceIdentifier)

Gets an object representing a PrivateStoreCollectionInfoResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(Guid, Guid) to create a PrivateStoreCollectionInfoResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPrivateStoreCollectionInfoResource(ResourceIdentifier) instead.

GetPrivateStoreOfferResource(ArmClient, ResourceIdentifier)

Gets an object representing a PrivateStoreOfferResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(Guid, Guid, String) to create a PrivateStoreOfferResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPrivateStoreOfferResource(ResourceIdentifier) instead.

GetPrivateStoreResource(ArmClient, ResourceIdentifier)

Gets an object representing a PrivateStoreResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(Guid) to create a PrivateStoreResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPrivateStoreResource(ResourceIdentifier) instead.

GetPrivateStores(TenantResource)

Gets a collection of PrivateStoreResources in the TenantResource. MockingTo mock this method, please mock GetPrivateStores() instead.

Applies to