ArmMarketplaceModelFactory.CollectionOffersByContext 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.
Initializes a new instance of CollectionOffersByContext.
public static Azure.ResourceManager.Marketplace.Models.CollectionOffersByContext CollectionOffersByContext (string context = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult> value = default);
static member CollectionOffersByContext : string * seq<Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult> -> Azure.ResourceManager.Marketplace.Models.CollectionOffersByContext
Public Shared Function CollectionOffersByContext (Optional context As String = Nothing, Optional value As IEnumerable(Of PrivateStoreOfferResult) = Nothing) As CollectionOffersByContext
Parameters
- context
- String
Offer's context, e.g. subscription ID, tenant ID.
Returns
A new CollectionOffersByContext instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET