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:
Applies to
Azure SDK for Java