Class ProtectableContainerResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectableContainerResourceInner
-
public final class ProtectableContainerResourceInner extends com.azure.core.management.Resource
Protectable Container Class.
-
-
Constructor Summary
Constructors Constructor Description ProtectableContainerResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
etag()
Get the etag property: Optional ETag.ProtectableContainer
properties()
Get the properties property: ProtectableContainerResource properties.void
validate()
Validates the instance.ProtectableContainerResourceInner
withEtag(String etag)
Set the etag property: Optional ETag.ProtectableContainerResourceInner
withLocation(String location)
ProtectableContainerResourceInner
withProperties(ProtectableContainer properties)
Set the properties property: ProtectableContainerResource properties.ProtectableContainerResourceInner
withTags(Map<String,String> tags)
-
-
-
Method Detail
-
properties
public ProtectableContainer properties()
Get the properties property: ProtectableContainerResource properties.- Returns:
- the properties value.
-
withProperties
public ProtectableContainerResourceInner withProperties(ProtectableContainer properties)
Set the properties property: ProtectableContainerResource properties.- Parameters:
properties
- the properties value to set.- Returns:
- the ProtectableContainerResourceInner object itself.
-
etag
public String etag()
Get the etag property: Optional ETag.- Returns:
- the etag value.
-
withEtag
public ProtectableContainerResourceInner withEtag(String etag)
Set the etag property: Optional ETag.- Parameters:
etag
- the etag value to set.- Returns:
- the ProtectableContainerResourceInner object itself.
-
withLocation
public ProtectableContainerResourceInner withLocation(String location)
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
public ProtectableContainerResourceInner withTags(Map<String,String> tags)
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-