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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET