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 typeCopyright © 2019. All rights reserved.