ArmAppPlatformModelFactory.AppPlatformSkuZoneDetails 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 AppPlatformSkuZoneDetails.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails AppPlatformSkuZoneDetails(System.Collections.Generic.IEnumerable<string> name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapabilities> capabilities = default);
static member AppPlatformSkuZoneDetails : seq<string> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapabilities> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails
Public Shared Function AppPlatformSkuZoneDetails (Optional name As IEnumerable(Of String) = Nothing, Optional capabilities As IEnumerable(Of AppPlatformSkuCapabilities) = Nothing) As AppPlatformSkuZoneDetails
Parameters
- name
- IEnumerable<String>
Gets the set of zones that the SKU is available in with the specified capabilities.
- capabilities
- IEnumerable<AppPlatformSkuCapabilities>
Gets a list of capabilities that are available for the SKU in the specified list of zones.
Returns
A new AppPlatformSkuZoneDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET