Class SubResourceReadOnly
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.SubResourceReadOnly
-
- Direct Known Subclasses:
VirtualMachineScaleSetExtensionInner,VirtualMachineScaleSetExtensionUpdate,VirtualMachineScaleSetVMExtensionInner,VirtualMachineScaleSetVMExtensionUpdate
public class SubResourceReadOnly extends Object
The SubResourceReadOnly model.
-
-
Constructor Summary
Constructors Constructor Description SubResourceReadOnly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Resource Id.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource Id.- Returns:
- the id value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-