ArmStorageCacheModelFactory.StorageCacheSkuLocationInfo 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.
Initializes a new instance of StorageCacheSkuLocationInfo.
public static Azure.ResourceManager.StorageCache.Models.StorageCacheSkuLocationInfo StorageCacheSkuLocationInfo (Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member StorageCacheSkuLocationInfo : Nullable<Azure.Core.AzureLocation> * seq<string> -> Azure.ResourceManager.StorageCache.Models.StorageCacheSkuLocationInfo
Public Shared Function StorageCacheSkuLocationInfo (Optional location As Nullable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As StorageCacheSkuLocationInfo
Parameters
- location
- Nullable<AzureLocation>
Location where this SKU is available.
- zones
- IEnumerable<String>
Zones if any.
Returns
A new StorageCacheSkuLocationInfo instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET