public static interface Snapshot.DefinitionStages.WithSku
| Modifier and Type | Method and Description |
|---|---|
Snapshot.DefinitionStages.WithCreate |
withSku(DiskSkuTypes sku)
Deprecated.
use
withSku(SnapshotSkuType) instead. |
Snapshot.DefinitionStages.WithCreate |
withSku(SnapshotSkuType sku)
Specifies the SKU type.
|
@Deprecated Snapshot.DefinitionStages.WithCreate withSku(DiskSkuTypes sku)
withSku(SnapshotSkuType) instead.sku - SKU typeSnapshot.DefinitionStages.WithCreate withSku(SnapshotSkuType sku)
sku - SKU type/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/