ResourceSkuLocationInfo Constructors
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.
Overloads
ResourceSkuLocationInfo() |
Initializes a new instance of the ResourceSkuLocationInfo class. |
ResourceSkuLocationInfo(String, IList<String>, IList<ResourceSkuZoneDetails>, IList<String>, String) |
Initializes a new instance of the ResourceSkuLocationInfo class. |
ResourceSkuLocationInfo()
Initializes a new instance of the ResourceSkuLocationInfo class.
public ResourceSkuLocationInfo ();
Public Sub New ()
Applies to
ResourceSkuLocationInfo(String, IList<String>, IList<ResourceSkuZoneDetails>, IList<String>, String)
Initializes a new instance of the ResourceSkuLocationInfo class.
public ResourceSkuLocationInfo (string location = default, System.Collections.Generic.IList<string> zones = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails> zoneDetails = default, System.Collections.Generic.IList<string> extendedLocations = default, string type = default);
new Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo
Public Sub New (Optional location As String = Nothing, Optional zones As IList(Of String) = Nothing, Optional zoneDetails As IList(Of ResourceSkuZoneDetails) = Nothing, Optional extendedLocations As IList(Of String) = Nothing, Optional type As String = Nothing)
Parameters
- location
- String
Location of the SKU
- zoneDetails
- IList<ResourceSkuZoneDetails>
Details of capabilities available to a SKU in specific zones.
- type
- String
The type of the extended location. Possible values include: 'EdgeZone'
Applies to
Azure SDK for .NET