IWithSku.WithSku(SkuName) 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.
Caution
IIWithSku.WithSku(SkuName) is deprecated, use IWithSku.WithSku(StorageAccountSkuType) instead.
Specifies the sku of the storage account.
[System.Obsolete("IIWithSku.WithSku(SkuName) is deprecated, use IWithSku.WithSku(StorageAccountSkuType) instead.")]
public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithSku (Microsoft.Azure.Management.Storage.Fluent.Models.SkuName skuName);
[<System.Obsolete("IIWithSku.WithSku(SkuName) is deprecated, use IWithSku.WithSku(StorageAccountSkuType) instead.")>]
abstract member WithSku : Microsoft.Azure.Management.Storage.Fluent.Models.SkuName -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate
Public Function WithSku (skuName As SkuName) As IWithCreate
Parameters
- skuName
- SkuName
The sku.
Returns
- Attributes
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