Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationStatusInner
-
Packages that use OperationStatusInner 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 OperationStatusInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return OperationStatusInner Modifier and Type Method Description OperationStatusInner
BackupOperationStatusesClient. get(String vaultName, String resourceGroupName, String operationId)
Fetches the status of an operation such as triggering a backup, restore.OperationStatusInner
ProtectedItemOperationStatusesClient. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String operationId)
Fetches the status of an operation such as triggering a backup, restore.OperationStatusInner
ProtectionPolicyOperationStatusesClient. get(String vaultName, String resourceGroupName, String policyName, String operationId)
Provides the status of the asynchronous operations like backup, restore.OperationStatusInner
ValidateOperationStatusesClient. get(String vaultName, String resourceGroupName, String operationId)
Fetches the status of a triggered validate operation.OperationStatusInner
PrivateEndpointsClient. getOperationStatus(String vaultName, String resourceGroupName, String privateEndpointConnectionName, String operationId)
Gets the operation status for a private endpoint connection.OperationStatusInner
ResourceProvidersClient. getOperationStatus(String vaultName, String resourceGroupName, String operationId)
Fetches operation status for data move operation on vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type OperationStatusInner Modifier and Type Method Description com.azure.core.http.rest.Response<OperationStatusInner>
PrivateEndpointsClient. getOperationStatusWithResponse(String vaultName, String resourceGroupName, String privateEndpointConnectionName, String operationId, com.azure.core.util.Context context)
Gets the operation status for a private endpoint connection.com.azure.core.http.rest.Response<OperationStatusInner>
ResourceProvidersClient. getOperationStatusWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
Fetches operation status for data move operation on vault.com.azure.core.http.rest.Response<OperationStatusInner>
BackupOperationStatusesClient. getWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
Fetches the status of an operation such as triggering a backup, restore.com.azure.core.http.rest.Response<OperationStatusInner>
ProtectedItemOperationStatusesClient. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String operationId, com.azure.core.util.Context context)
Fetches the status of an operation such as triggering a backup, restore.com.azure.core.http.rest.Response<OperationStatusInner>
ProtectionPolicyOperationStatusesClient. getWithResponse(String vaultName, String resourceGroupName, String policyName, String operationId, com.azure.core.util.Context context)
Provides the status of the asynchronous operations like backup, restore.com.azure.core.http.rest.Response<OperationStatusInner>
ValidateOperationStatusesClient. getWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
Fetches the status of a triggered validate operation. -
Uses of OperationStatusInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return OperationStatusInner Modifier and Type Method Description OperationStatusInner
OperationStatusInner. withEndTime(OffsetDateTime endTime)
Set the endTime property: Operation end time.OperationStatusInner
OperationStatusInner. withError(OperationStatusError error)
Set the error property: Error information related to this operation.OperationStatusInner
OperationStatusInner. withId(String id)
Set the id property: ID of the operation.OperationStatusInner
OperationStatusInner. withName(String name)
Set the name property: Name of the operation.OperationStatusInner
OperationStatusInner. withProperties(OperationStatusExtendedInfo properties)
Set the properties property: Additional information associated with this operation.OperationStatusInner
OperationStatusInner. withStartTime(OffsetDateTime startTime)
Set the startTime property: Operation start time.OperationStatusInner
OperationStatusInner. withStatus(OperationStatusValues status)
Set the status property: Operation status. -
Uses of OperationStatusInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return OperationStatusInner Modifier and Type Method Description OperationStatusInner
OperationStatus. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationStatusInner object.
-