Class BackupResourceEncryptionConfigExtendedResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.recoveryservicesbackup.fluent.models.BackupResourceEncryptionConfigExtendedResourceInner
-
public final class BackupResourceEncryptionConfigExtendedResourceInner extends com.azure.core.management.Resource
The BackupResourceEncryptionConfigExtendedResource model.
-
-
Constructor Summary
Constructors Constructor Description BackupResourceEncryptionConfigExtendedResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
etag()
Get the etag property: Optional ETag.BackupResourceEncryptionConfigExtended
properties()
Get the properties property: BackupResourceEncryptionConfigExtendedResource properties.void
validate()
Validates the instance.BackupResourceEncryptionConfigExtendedResourceInner
withEtag(String etag)
Set the etag property: Optional ETag.BackupResourceEncryptionConfigExtendedResourceInner
withLocation(String location)
BackupResourceEncryptionConfigExtendedResourceInner
withProperties(BackupResourceEncryptionConfigExtended properties)
Set the properties property: BackupResourceEncryptionConfigExtendedResource properties.BackupResourceEncryptionConfigExtendedResourceInner
withTags(Map<String,String> tags)
-
-
-
Method Detail
-
properties
public BackupResourceEncryptionConfigExtended properties()
Get the properties property: BackupResourceEncryptionConfigExtendedResource properties.- Returns:
- the properties value.
-
withProperties
public BackupResourceEncryptionConfigExtendedResourceInner withProperties(BackupResourceEncryptionConfigExtended properties)
Set the properties property: BackupResourceEncryptionConfigExtendedResource properties.- Parameters:
properties
- the properties value to set.- Returns:
- the BackupResourceEncryptionConfigExtendedResourceInner object itself.
-
etag
public String etag()
Get the etag property: Optional ETag.- Returns:
- the etag value.
-
withEtag
public BackupResourceEncryptionConfigExtendedResourceInner withEtag(String etag)
Set the etag property: Optional ETag.- Parameters:
etag
- the etag value to set.- Returns:
- the BackupResourceEncryptionConfigExtendedResourceInner object itself.
-
withLocation
public BackupResourceEncryptionConfigExtendedResourceInner withLocation(String location)
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
public BackupResourceEncryptionConfigExtendedResourceInner 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.
-
-