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
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