共用方式為


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. <item>MockingTo mock this method, please mock GetMarketplaceAdminApprovalRequestResource(ResourceIdentifier) instead.</item>

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. <item>MockingTo mock this method, please mock GetMarketplaceApprovalRequestResource(ResourceIdentifier) instead.</item>

GetPrivateStore(TenantResource, Guid, CancellationToken)

Get information about the private store

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Operation Id: PrivateStore_Get
  • Default Api Version: 2023-01-01
  • Resource: PrivateStoreResource
<item>MockingTo mock this method, please mock GetPrivateStore(Guid, CancellationToken) instead.</item>
GetPrivateStoreAsync(TenantResource, Guid, CancellationToken)

Get information about the private store

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Operation Id: PrivateStore_Get
  • Default Api Version: 2023-01-01
  • Resource: PrivateStoreResource
<item>MockingTo mock this method, please mock GetPrivateStoreAsync(Guid, CancellationToken) instead.</item>
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. <item>MockingTo mock this method, please mock GetPrivateStoreCollectionInfoResource(ResourceIdentifier) instead.</item>

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. <item>MockingTo mock this method, please mock GetPrivateStoreOfferResource(ResourceIdentifier) instead.</item>

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. <item>MockingTo mock this method, please mock GetPrivateStoreResource(ResourceIdentifier) instead.</item>

GetPrivateStores(TenantResource)

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

Applies to