ArmApiManagementModelFactory.ApiManagementSkuZoneDetails 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 ApiManagementSkuZoneDetails.
public static Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuZoneDetails ApiManagementSkuZoneDetails (System.Collections.Generic.IEnumerable<string> name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuCapabilities> capabilities = default);
static member ApiManagementSkuZoneDetails : seq<string> * seq<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuCapabilities> -> Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuZoneDetails
Public Shared Function ApiManagementSkuZoneDetails (Optional name As IEnumerable(Of String) = Nothing, Optional capabilities As IEnumerable(Of ApiManagementSkuCapabilities) = Nothing) As ApiManagementSkuZoneDetails
Parameters
- name
- IEnumerable<String>
The set of zones that the SKU is available in with the specified capabilities.
- capabilities
- IEnumerable<ApiManagementSkuCapabilities>
A list of capabilities that are available for the SKU in the specified list of zones.
Returns
A new ApiManagementSkuZoneDetails 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