Class SnapshotSku
java.lang.Object
com.microsoft.azure.management.compute.SnapshotSku
The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS.
This is an optional parameter for incremental snapshot and the default
behavior is the SKU will be set to the same sku as the previous snapshot.
-
Constructor Details
-
SnapshotSku
public SnapshotSku()
-
-
Method Details
-
name
Get the sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'Standard_ZRS'.- Returns:
- the name value
-
withName
Set the sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'Standard_ZRS'.- Parameters:
name
- the name value to set- Returns:
- the SnapshotSku object itself.
-
tier
Get the sku tier.- Returns:
- the tier value
-