ResourceGuardProxyBase Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. ResourceGuardProxyBase
- com.
Implements
public final class ResourceGuardProxyBase
implements JsonSerializable<ResourceGuardProxyBase>
ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceGuardProxyBase() |
Creates an instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description property. |
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| String |
lastUpdatedTime()
Get the last |
|
List<Resource |
resourceGuardOperationDetails()
Get the resource |
| String |
resourceGuardResourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Resource |
withDescription(String description)
Set the description property: The description property. |
|
Resource |
withLastUpdatedTime(String lastUpdatedTime)
Set the last |
|
Resource |
withResourceGuardOperationDetails(List<ResourceGuardOperationDetail> resourceGuardOperationDetails)
Set the resource |
|
Resource |
withResourceGuardResourceId(String resourceGuardResourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
ResourceGuardProxyBase
public ResourceGuardProxyBase()
Creates an instance of ResourceGuardProxyBase class.
Method Details
description
public String description()
Get the description property: The description property.
Returns:
fromJson
public static ResourceGuardProxyBase fromJson(JsonReader jsonReader)
Reads an instance of ResourceGuardProxyBase from the JsonReader.
Parameters:
Returns:
Throws:
lastUpdatedTime
public String lastUpdatedTime()
Get the lastUpdatedTime property: The lastUpdatedTime property.
Returns:
resourceGuardOperationDetails
public List<ResourceGuardOperationDetail> resourceGuardOperationDetails()
Get the resourceGuardOperationDetails property: The resourceGuardOperationDetails property.
Returns:
resourceGuardResourceId
public String resourceGuardResourceId()
Get the resourceGuardResourceId property: The resourceGuardResourceId property.
Returns:
toJson
withDescription
public ResourceGuardProxyBase withDescription(String description)
Set the description property: The description property.
Parameters:
Returns:
withLastUpdatedTime
public ResourceGuardProxyBase withLastUpdatedTime(String lastUpdatedTime)
Set the lastUpdatedTime property: The lastUpdatedTime property.
Parameters:
Returns:
withResourceGuardOperationDetails
public ResourceGuardProxyBase withResourceGuardOperationDetails(List<ResourceGuardOperationDetail> resourceGuardOperationDetails)
Set the resourceGuardOperationDetails property: The resourceGuardOperationDetails property.
Parameters:
Returns:
withResourceGuardResourceId
public ResourceGuardProxyBase withResourceGuardResourceId(String resourceGuardResourceId)
Set the resourceGuardResourceId property: The resourceGuardResourceId property.
Parameters:
Returns: