Uses of Class
com.azure.resourcemanager.compute.models.SnapshotSku
Packages that use SnapshotSku
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SnapshotSku in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SnapshotSkuModifier and TypeMethodDescriptionSnapshotInner.sku()Get the sku property: The snapshots sku name.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SnapshotSkuModifier and TypeMethodDescriptionSnapshotInner.withSku(SnapshotSku sku) Set the sku property: The snapshots sku name. -
Uses of SnapshotSku in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SnapshotSkuModifier and TypeMethodDescriptionstatic SnapshotSkuSnapshotSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotSku from the JsonReader.SnapshotUpdate.sku()Get the sku property: The snapshots sku name.SnapshotSku.withName(SnapshotStorageAccountTypes name) Set the name property: The sku name.Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotSkuModifier and TypeMethodDescriptionstatic SnapshotSkuTypeSnapshotSkuType.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 property: The snapshots sku name.