Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionIntentResource
-
Packages that use ProtectionIntentResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectionIntentResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionIntentResource Modifier and Type Method Description ProtectionIntentResource
ProtectionIntentResource.Update. apply()
Executes the update request.ProtectionIntentResource
ProtectionIntentResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.ProtectionIntentResource
ProtectionIntentResource.DefinitionStages.WithCreate. create()
Executes the create request.ProtectionIntentResource
ProtectionIntentResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ProtectionIntentResource
ProtectionIntents. get(String vaultName, String resourceGroupName, String fabricName, String intentObjectName)
Provides the details of the protection intent up item.ProtectionIntentResource
ProtectionIntents. getById(String id)
Provides the details of the protection intent up item.ProtectionIntentResource
ProtectionIntentResource. refresh()
Refreshes the resource to sync with Azure.ProtectionIntentResource
ProtectionIntentResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectionIntentResource Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectionIntentResource>
ProtectionIntents. getByIdWithResponse(String id, com.azure.core.util.Context context)
Provides the details of the protection intent up item.com.azure.core.http.rest.Response<ProtectionIntentResource>
ProtectionIntents. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String intentObjectName, com.azure.core.util.Context context)
Provides the details of the protection intent up item.com.azure.core.http.rest.PagedIterable<ProtectionIntentResource>
BackupProtectionIntents. list(String vaultName, String resourceGroupName)
Provides a pageable list of all intents that are present within a vault.com.azure.core.http.rest.PagedIterable<ProtectionIntentResource>
BackupProtectionIntents. list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
Provides a pageable list of all intents that are present within a vault.
-