Uses of Class
com.azure.resourcemanager.compute.models.SnapshotSku
-
Packages that use SnapshotSku Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 SnapshotSku Modifier and Type Method Description SnapshotSkuSnapshotInner. sku()Get the sku property: The snapshots sku name.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SnapshotSku Modifier and Type Method Description SnapshotInnerSnapshotInner. 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 SnapshotSku Modifier and Type Method Description SnapshotSkuSnapshotUpdate. sku()Get the sku property: The snapshots sku name.SnapshotSkuSnapshotSku. withName(SnapshotStorageAccountTypes name)Set the name property: The sku name.Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotSku Modifier and Type Method Description static 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.SnapshotUpdateSnapshotUpdate. withSku(SnapshotSku sku)Set the sku property: The snapshots sku name.
-