Interface WorkloadProtectableItemResource
-
public interface WorkloadProtectableItemResource
An immutable client-side representation of WorkloadProtectableItemResource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
etag()
Gets the etag property: Optional ETag.String
id()
Gets the id property: Fully qualified resource Id for the resource.WorkloadProtectableItemResourceInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.WorkloadProtectableItemResourceInner object.String
location()
Gets the location property: The geo-location where the resource lives.String
name()
Gets the name property: The name of the resource.WorkloadProtectableItem
properties()
Gets the properties property: WorkloadProtectableItemResource properties.Map<String,String>
tags()
Gets the tags property: Resource tags.String
type()
Gets the type property: The type of the resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
location
String location()
Gets the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
properties
WorkloadProtectableItem properties()
Gets the properties property: WorkloadProtectableItemResource properties.- Returns:
- the properties value.
-
etag
String etag()
Gets the etag property: Optional ETag.- Returns:
- the etag value.
-
innerModel
WorkloadProtectableItemResourceInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.WorkloadProtectableItemResourceInner object.- Returns:
- the inner object.
-
-