DiskSku Class
- java.
lang. Object - com.
microsoft. azure. management. compute. DiskSku
- com.
public class DiskSku
The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.
Method Summary
Modifier and Type | Method and Description |
---|---|
Storage |
name()
Get the name value. |
String |
tier()
Get the tier value. |
Disk |
withName(StorageAccountTypes name)
Set the name value. |
Method Details
name
public StorageAccountTypes name()
Get the name value.
Returns:
the name value
tier
public String tier()
Get the tier value.
Returns:
the tier value
withName
public DiskSku withName(StorageAccountTypes name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the DiskSku object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java