Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectedItemResourceInner
-
Packages that use ProtectedItemResourceInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectedItemResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return ProtectedItemResourceInner Modifier and Type Method Description ProtectedItemResourceInner
ProtectedItemsClient. createOrUpdate(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ProtectedItemResourceInner parameters)
Enables backup of an item or to modifies the backup policy information of an already backed up item.ProtectedItemResourceInner
ProtectedItemOperationResultsClient. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String operationId)
Fetches the result of any operation on the backup item.ProtectedItemResourceInner
ProtectedItemsClient. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName)
Provides the details of the backed up item.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type ProtectedItemResourceInner Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectedItemResourceInner>
ProtectedItemsClient. createOrUpdateWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ProtectedItemResourceInner parameters, com.azure.core.util.Context context)
Enables backup of an item or to modifies the backup policy information of an already backed up item.com.azure.core.http.rest.Response<ProtectedItemResourceInner>
ProtectedItemOperationResultsClient. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String operationId, com.azure.core.util.Context context)
Fetches the result of any operation on the backup item.com.azure.core.http.rest.Response<ProtectedItemResourceInner>
ProtectedItemsClient. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String filter, com.azure.core.util.Context context)
Provides the details of the backed up item.com.azure.core.http.rest.PagedIterable<ProtectedItemResourceInner>
BackupProtectedItemsClient. list(String vaultName, String resourceGroupName)
Provides a pageable list of all items that are backed up within a vault.com.azure.core.http.rest.PagedIterable<ProtectedItemResourceInner>
BackupProtectedItemsClient. list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
Provides a pageable list of all items that are backed up within a vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type ProtectedItemResourceInner Modifier and Type Method Description ProtectedItemResourceInner
ProtectedItemsClient. createOrUpdate(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ProtectedItemResourceInner parameters)
Enables backup of an item or to modifies the backup policy information of an already backed up item.com.azure.core.http.rest.Response<ProtectedItemResourceInner>
ProtectedItemsClient. createOrUpdateWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ProtectedItemResourceInner parameters, com.azure.core.util.Context context)
Enables backup of an item or to modifies the backup policy information of an already backed up item. -
Uses of ProtectedItemResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectedItemResourceInner Modifier and Type Method Description ProtectedItemResourceInner
ProtectedItemResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.ProtectedItemResourceInner
ProtectedItemResourceInner. withLocation(String location)
ProtectedItemResourceInner
ProtectedItemResourceInner. withProperties(ProtectedItem properties)
Set the properties property: ProtectedItemResource properties.ProtectedItemResourceInner
ProtectedItemResourceInner. withTags(Map<String,String> tags)
-
Uses of ProtectedItemResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectedItemResourceInner Modifier and Type Method Description ProtectedItemResourceInner
ProtectedItemResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectedItemResourceInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectedItemResourceInner Modifier and Type Method Description List<ProtectedItemResourceInner>
ProtectedItemResourceList. value()
Get the value property: List of resources.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ProtectedItemResourceInner Modifier and Type Method Description ProtectedItemResourceList
ProtectedItemResourceList. withValue(List<ProtectedItemResourceInner> value)
Set the value property: List of resources.
-