ArmStorageModelFactory.StorageSkuLocationInfo 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.
The StorageSkuLocationInfo.
public static Azure.ResourceManager.Storage.Models.StorageSkuLocationInfo StorageSkuLocationInfo(Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member StorageSkuLocationInfo : Nullable<Azure.Core.AzureLocation> * seq<string> -> Azure.ResourceManager.Storage.Models.StorageSkuLocationInfo
Public Shared Function StorageSkuLocationInfo (Optional location As Nullable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As StorageSkuLocationInfo
Parameters
- location
- Nullable<AzureLocation>
Describes the location for the product where storage account resource can be created.
- zones
- IEnumerable<String>
Describes the available zones for the product where storage account resource can be created.
Returns
A new StorageSkuLocationInfo instance for mocking.