Class VaultJobExtendedInfo
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.VaultJobExtendedInfo
-
public final class VaultJobExtendedInfo extends Object
Vault Job for CMK - has CMK specific info.
-
-
Constructor Summary
Constructors Constructor Description VaultJobExtendedInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
propertyBag()
Get the propertyBag property: Job properties.void
validate()
Validates the instance.VaultJobExtendedInfo
withPropertyBag(Map<String,String> propertyBag)
Set the propertyBag property: Job properties.
-
-
-
Method Detail
-
propertyBag
public Map<String,String> propertyBag()
Get the propertyBag property: Job properties.- Returns:
- the propertyBag value.
-
withPropertyBag
public VaultJobExtendedInfo withPropertyBag(Map<String,String> propertyBag)
Set the propertyBag property: Job properties.- Parameters:
propertyBag
- the propertyBag value to set.- Returns:
- the VaultJobExtendedInfo object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-