Uses of Class
com.microsoft.azure.management.compute.SnapshotSku
Packages that use SnapshotSku
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of SnapshotSku in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return SnapshotSkuModifier and TypeMethodDescriptionSnapshotUpdate.sku()
Get the sku value.SnapshotSku.withName
(SnapshotStorageAccountTypes name) Set the sku name.Methods in com.microsoft.azure.management.compute with parameters of type SnapshotSkuModifier and TypeMethodDescriptionstatic SnapshotSkuType
SnapshotSkuType.fromSnapshotSku
(SnapshotSku snapshotSku) Parses a value into a snapshot SKU type and creates a new SnapshotSkuType instance if not found among the existing ones.SnapshotUpdate.withSku
(SnapshotSku sku) Set the sku value.