ArmStorageModelFactory.StorageSkuLocationInfo Method

Definition

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.

Applies to