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>) |
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>)
Initializes a new instance of the ResourceSkuLocationInfo class.
public ResourceSkuLocationInfo (string location = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.StorageCache.Models.ResourceSkuLocationInfo : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorageCache.Models.ResourceSkuLocationInfo
Public Sub New (Optional location As String = Nothing, Optional zones As IList(Of String) = Nothing)
Parameters
- location
- String
Location where this SKU is available.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET