Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectionContainerResourceInner
-
Packages that use ProtectionContainerResourceInner 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 ProtectionContainerResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return ProtectionContainerResourceInner Modifier and Type Method Description ProtectionContainerResourceInner
ProtectionContainerOperationResultsClient. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String operationId)
Fetches the result of any operation on the container.ProtectionContainerResourceInner
ProtectionContainersClient. get(String vaultName, String resourceGroupName, String fabricName, String containerName)
Gets details of the specific container registered to your Recovery Services Vault.ProtectionContainerResourceInner
ProtectionContainersClient. register(String vaultName, String resourceGroupName, String fabricName, String containerName, ProtectionContainerResourceInner parameters)
Registers the container with Recovery Services vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type ProtectionContainerResourceInner Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectionContainerResourceInner>
ProtectionContainerOperationResultsClient. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String operationId, com.azure.core.util.Context context)
Fetches the result of any operation on the container.com.azure.core.http.rest.Response<ProtectionContainerResourceInner>
ProtectionContainersClient. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, com.azure.core.util.Context context)
Gets details of the specific container registered to your Recovery Services Vault.com.azure.core.http.rest.PagedIterable<ProtectionContainerResourceInner>
BackupProtectionContainersClient. list(String vaultName, String resourceGroupName)
Lists the containers registered to Recovery Services Vault.com.azure.core.http.rest.PagedIterable<ProtectionContainerResourceInner>
BackupProtectionContainersClient. list(String vaultName, String resourceGroupName, String filter, com.azure.core.util.Context context)
Lists the containers registered to Recovery Services Vault.com.azure.core.http.rest.Response<ProtectionContainerResourceInner>
ProtectionContainersClient. registerWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, ProtectionContainerResourceInner parameters, com.azure.core.util.Context context)
Registers the container with Recovery Services vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type ProtectionContainerResourceInner Modifier and Type Method Description ProtectionContainerResourceInner
ProtectionContainersClient. register(String vaultName, String resourceGroupName, String fabricName, String containerName, ProtectionContainerResourceInner parameters)
Registers the container with Recovery Services vault.com.azure.core.http.rest.Response<ProtectionContainerResourceInner>
ProtectionContainersClient. registerWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, ProtectionContainerResourceInner parameters, com.azure.core.util.Context context)
Registers the container with Recovery Services vault. -
Uses of ProtectionContainerResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectionContainerResourceInner Modifier and Type Method Description ProtectionContainerResourceInner
ProtectionContainerResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.ProtectionContainerResourceInner
ProtectionContainerResourceInner. withLocation(String location)
ProtectionContainerResourceInner
ProtectionContainerResourceInner. withProperties(ProtectionContainer properties)
Set the properties property: ProtectionContainerResource properties.ProtectionContainerResourceInner
ProtectionContainerResourceInner. withTags(Map<String,String> tags)
-
Uses of ProtectionContainerResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionContainerResourceInner Modifier and Type Method Description ProtectionContainerResourceInner
ProtectionContainerResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectionContainerResourceInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectionContainerResourceInner Modifier and Type Method Description List<ProtectionContainerResourceInner>
ProtectionContainerResourceList. value()
Get the value property: List of resources.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ProtectionContainerResourceInner Modifier and Type Method Description ProtectionContainerResourceList
ProtectionContainerResourceList. withValue(List<ProtectionContainerResourceInner> value)
Set the value property: List of resources.
-