DppResource Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. DppResource
- com.
Implements
public class DppResource
implements JsonSerializable<DppResource>
Resource class.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | DppResource() |
Creates an instance of Dpp |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dpp |
fromJson(JsonReader jsonReader)
Reads an instance of Dpp |
| String |
id()
Get the id property: Resource Id represents the complete path to the resource. |
| String |
name()
Get the name property: Resource name associated with the resource. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type represents the complete path of the form Namespace/Resource |
Methods inherited from java.lang.Object
Constructor Details
DppResource
protected DppResource()
Creates an instance of DppResource class.
Method Details
fromJson
public static DppResource fromJson(JsonReader jsonReader)
Reads an instance of DppResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id represents the complete path to the resource.
Returns:
name
public String name()
Get the name property: Resource name associated with the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
type
public String type()
Get the type property: Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
Returns: