MarketplaceExtensions Class
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.
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
|
GetPrivateStoreAsync(TenantResource, Guid, CancellationToken) |
Get information about the private store
|
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
Azure SDK for .NET