Class ShareInfoElement
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ShareInfoElement
-
public final class ShareInfoElement extends Object
The ShareInfoElement model.
-
-
Constructor Summary
Constructors Constructor Description ShareInfoElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.StringvmUri()Get the vmUri property: A relative URI containing the ID of the VM that has the disk attached.
-
-
-
Method Detail
-
vmUri
public String vmUri()
Get the vmUri property: A relative URI containing the ID of the VM that has the disk attached.- Returns:
- the vmUri value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-