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