Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectableContainerResourceInner
-
Packages that use ProtectableContainerResourceInner 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 ProtectableContainerResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type ProtectableContainerResourceInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ProtectableContainerResourceInner>
ProtectableContainersClient. list(String vaultName, String resourceGroupName, String fabricName)
Lists the containers that can be registered to Recovery Services Vault.com.azure.core.http.rest.PagedIterable<ProtectableContainerResourceInner>
ProtectableContainersClient. list(String vaultName, String resourceGroupName, String fabricName, String filter, com.azure.core.util.Context context)
Lists the containers that can be registered to Recovery Services Vault. -
Uses of ProtectableContainerResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectableContainerResourceInner Modifier and Type Method Description ProtectableContainerResourceInner
ProtectableContainerResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.ProtectableContainerResourceInner
ProtectableContainerResourceInner. withLocation(String location)
ProtectableContainerResourceInner
ProtectableContainerResourceInner. withProperties(ProtectableContainer properties)
Set the properties property: ProtectableContainerResource properties.ProtectableContainerResourceInner
ProtectableContainerResourceInner. withTags(Map<String,String> tags)
-
Uses of ProtectableContainerResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectableContainerResourceInner Modifier and Type Method Description ProtectableContainerResourceInner
ProtectableContainerResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectableContainerResourceInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectableContainerResourceInner Modifier and Type Method Description List<ProtectableContainerResourceInner>
ProtectableContainerResourceList. value()
Get the value property: List of resources.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ProtectableContainerResourceInner Modifier and Type Method Description ProtectableContainerResourceList
ProtectableContainerResourceList. withValue(List<ProtectableContainerResourceInner> value)
Set the value property: List of resources.
-