MarketplaceOrderingExtensions 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.MarketplaceOrdering.
public static class MarketplaceOrderingExtensions
type MarketplaceOrderingExtensions = class
Public Module MarketplaceOrderingExtensions
- Inheritance
-
MarketplaceOrderingExtensions
Methods
GetMarketplaceAgreement(SubscriptionResource, String, String, String, CancellationToken) |
Get marketplace agreement.
|
GetMarketplaceAgreementAsync(SubscriptionResource, String, String, String, CancellationToken) |
Get marketplace agreement.
|
GetMarketplaceAgreementResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MarketplaceAgreementResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MarketplaceAgreementResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMarketplaceAgreementResource(ResourceIdentifier) instead. |
GetMarketplaceAgreements(SubscriptionResource) |
Gets a collection of MarketplaceAgreementResources in the SubscriptionResource. MockingTo mock this method, please mock GetMarketplaceAgreements() instead. |
GetMarketplaceAgreementTerm(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken) |
Get marketplace terms.
|
GetMarketplaceAgreementTermAsync(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken) |
Get marketplace terms.
|
GetMarketplaceAgreementTermResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MarketplaceAgreementTermResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AgreementOfferType, String, String, String) to create a MarketplaceAgreementTermResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMarketplaceAgreementTermResource(ResourceIdentifier) instead. |
GetMarketplaceAgreementTerms(SubscriptionResource) |
Gets a collection of MarketplaceAgreementTermResources in the SubscriptionResource. MockingTo mock this method, please mock GetMarketplaceAgreementTerms() instead. |
Applies to
Azure SDK for .NET