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