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