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 Details

    • VaultJobExtendedInfo

      public VaultJobExtendedInfo()
      Creates an instance of VaultJobExtendedInfo class.
  • Method Details

    • 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.