你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ShareInfoElement Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. ShareInfoElement
- com.
Implements
public final class ShareInfoElement
implements JsonSerializable<ShareInfoElement>
The ShareInfoElement model.
Constructor Summary
Constructor | Description |
---|---|
ShareInfoElement() |
Creates an instance of Share |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Share |
fromJson(JsonReader jsonReader)
Reads an instance of Share |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
vmUri()
Get the vm |
Methods inherited from java.lang.Object
Constructor Details
ShareInfoElement
public ShareInfoElement()
Creates an instance of ShareInfoElement class.
Method Details
fromJson
public static ShareInfoElement fromJson(JsonReader jsonReader)
Reads an instance of ShareInfoElement from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
vmUri
public String vmUri()
Get the vmUri property: A relative URI containing the ID of the VM that has the disk attached.
Returns: