Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ResourceGuardOperationDetail
-
Packages that use ResourceGuardOperationDetail Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ResourceGuardOperationDetail in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ResourceGuardOperationDetail Modifier and Type Method Description ResourceGuardOperationDetail
ResourceGuardOperationDetail. withDefaultResourceRequest(String defaultResourceRequest)
Set the defaultResourceRequest property: The defaultResourceRequest property.ResourceGuardOperationDetail
ResourceGuardOperationDetail. withVaultCriticalOperation(String vaultCriticalOperation)
Set the vaultCriticalOperation property: The vaultCriticalOperation property.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ResourceGuardOperationDetail Modifier and Type Method Description List<ResourceGuardOperationDetail>
ResourceGuardProxyBase. resourceGuardOperationDetails()
Get the resourceGuardOperationDetails property: The resourceGuardOperationDetails property.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ResourceGuardOperationDetail Modifier and Type Method Description ResourceGuardProxyBase
ResourceGuardProxyBase. withResourceGuardOperationDetails(List<ResourceGuardOperationDetail> resourceGuardOperationDetails)
Set the resourceGuardOperationDetails property: The resourceGuardOperationDetails property.
-