Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.WorkloadProtectableItemResourceInner
-
Packages that use WorkloadProtectableItemResourceInner 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 WorkloadProtectableItemResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type WorkloadProtectableItemResourceInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<WorkloadProtectableItemResourceInner>
BackupProtectableItemsClient. list(String vaultName, String resourceGroupName)
Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.com.azure.core.http.rest.PagedIterable<WorkloadProtectableItemResourceInner>
BackupProtectableItemsClient. list(String vaultName, String resourceGroupName, String filter, String skipToken, com.azure.core.util.Context context)
Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters. -
Uses of WorkloadProtectableItemResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return WorkloadProtectableItemResourceInner Modifier and Type Method Description WorkloadProtectableItemResourceInner
WorkloadProtectableItemResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.WorkloadProtectableItemResourceInner
WorkloadProtectableItemResourceInner. withLocation(String location)
WorkloadProtectableItemResourceInner
WorkloadProtectableItemResourceInner. withProperties(WorkloadProtectableItem properties)
Set the properties property: WorkloadProtectableItemResource properties.WorkloadProtectableItemResourceInner
WorkloadProtectableItemResourceInner. withTags(Map<String,String> tags)
-
Uses of WorkloadProtectableItemResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return WorkloadProtectableItemResourceInner Modifier and Type Method Description WorkloadProtectableItemResourceInner
WorkloadProtectableItemResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.WorkloadProtectableItemResourceInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type WorkloadProtectableItemResourceInner Modifier and Type Method Description List<WorkloadProtectableItemResourceInner>
WorkloadProtectableItemResourceList. value()
Get the value property: List of resources.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type WorkloadProtectableItemResourceInner Modifier and Type Method Description WorkloadProtectableItemResourceList
WorkloadProtectableItemResourceList. withValue(List<WorkloadProtectableItemResourceInner> value)
Set the value property: List of resources.
-