Share via


StorageAccountCreateOrUpdateContent Constructor

Definition

Initializes a new instance of StorageAccountCreateOrUpdateContent.

public StorageAccountCreateOrUpdateContent (Azure.ResourceManager.Storage.Models.StorageSku sku, Azure.ResourceManager.Storage.Models.StorageKind kind, Azure.Core.AzureLocation location);
new Azure.ResourceManager.Storage.Models.StorageAccountCreateOrUpdateContent : Azure.ResourceManager.Storage.Models.StorageSku * Azure.ResourceManager.Storage.Models.StorageKind * Azure.Core.AzureLocation -> Azure.ResourceManager.Storage.Models.StorageAccountCreateOrUpdateContent
Public Sub New (sku As StorageSku, kind As StorageKind, location As AzureLocation)

Parameters

sku
StorageSku

Required. Gets or sets the SKU name.

kind
StorageKind

Required. Indicates the type of storage account.

location
AzureLocation

Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed.

Exceptions

sku is null.

Applies to