Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.JobSupportedAction
-
Packages that use JobSupportedAction Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of JobSupportedAction in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return JobSupportedAction Modifier and Type Method Description static JobSupportedAction
JobSupportedAction. fromString(String value)
Parses a serialized value to a JobSupportedAction instance.static JobSupportedAction
JobSupportedAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobSupportedAction[]
JobSupportedAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type JobSupportedAction Modifier and Type Method Description List<JobSupportedAction>
AzureIaaSvmJob. actionsInfo()
Get the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.List<JobSupportedAction>
AzureIaaSvmJobV2. actionsInfo()
Get the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.List<JobSupportedAction>
AzureStorageJob. actionsInfo()
Get the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.List<JobSupportedAction>
AzureWorkloadJob. actionsInfo()
Get the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.List<JobSupportedAction>
DpmJob. actionsInfo()
Get the actionsInfo property: The state/actions applicable on this job like cancel/retry.List<JobSupportedAction>
MabJob. actionsInfo()
Get the actionsInfo property: The state/actions applicable on jobs like cancel/retry.List<JobSupportedAction>
VaultJob. actionsInfo()
Get the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type JobSupportedAction Modifier and Type Method Description AzureIaaSvmJob
AzureIaaSvmJob. withActionsInfo(List<JobSupportedAction> actionsInfo)
Set the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.AzureIaaSvmJobV2
AzureIaaSvmJobV2. withActionsInfo(List<JobSupportedAction> actionsInfo)
Set the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.AzureStorageJob
AzureStorageJob. withActionsInfo(List<JobSupportedAction> actionsInfo)
Set the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.AzureWorkloadJob
AzureWorkloadJob. withActionsInfo(List<JobSupportedAction> actionsInfo)
Set the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.DpmJob
DpmJob. withActionsInfo(List<JobSupportedAction> actionsInfo)
Set the actionsInfo property: The state/actions applicable on this job like cancel/retry.MabJob
MabJob. withActionsInfo(List<JobSupportedAction> actionsInfo)
Set the actionsInfo property: The state/actions applicable on jobs like cancel/retry.VaultJob
VaultJob. withActionsInfo(List<JobSupportedAction> actionsInfo)
Set the actionsInfo property: Gets or sets the state/actions applicable on this job like cancel/retry.
-