ArmAvsModelFactory.AvsResourceSkuLocationInfo 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.
Describes an available Compute SKU Location Information.
public static Azure.ResourceManager.Avs.Models.AvsResourceSkuLocationInfo AvsResourceSkuLocationInfo(Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Avs.Models.AvsResourceSkuZoneDetails> zoneDetails = default);
static member AvsResourceSkuLocationInfo : Azure.Core.AzureLocation * seq<string> * seq<Azure.ResourceManager.Avs.Models.AvsResourceSkuZoneDetails> -> Azure.ResourceManager.Avs.Models.AvsResourceSkuLocationInfo
Public Shared Function AvsResourceSkuLocationInfo (Optional location As AzureLocation = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional zoneDetails As IEnumerable(Of AvsResourceSkuZoneDetails) = Nothing) As AvsResourceSkuLocationInfo
Parameters
- location
- AzureLocation
Location of the SKU.
- zones
- IEnumerable<String>
List of availability zones where the SKU is supported.
- zoneDetails
- IEnumerable<AvsResourceSkuZoneDetails>
Gets details of capabilities available to a SKU in specific zones.
Returns
A new AvsResourceSkuLocationInfo instance for mocking.