Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationResultInfoBaseResourceInner
-
Packages that use OperationResultInfoBaseResourceInner 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 OperationResultInfoBaseResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return OperationResultInfoBaseResourceInner Modifier and Type Method Description OperationResultInfoBaseResourceInner
ExportJobsOperationResultsClient. get(String vaultName, String resourceGroupName, String operationId)
Gets the operation result of operation triggered by Export Jobs API.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type OperationResultInfoBaseResourceInner Modifier and Type Method Description com.azure.core.http.rest.Response<OperationResultInfoBaseResourceInner>
ExportJobsOperationResultsClient. getWithResponse(String vaultName, String resourceGroupName, String operationId, com.azure.core.util.Context context)
Gets the operation result of operation triggered by Export Jobs API. -
Uses of OperationResultInfoBaseResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return OperationResultInfoBaseResourceInner Modifier and Type Method Description OperationResultInfoBaseResourceInner
OperationResultInfoBaseResourceInner. withHeaders(Map<String,List<String>> headers)
Set the headers property: HTTP headers associated with this operation.OperationResultInfoBaseResourceInner
OperationResultInfoBaseResourceInner. withOperation(OperationResultInfoBase operation)
Set the operation property: OperationResultInfoBaseResource operation.OperationResultInfoBaseResourceInner
OperationResultInfoBaseResourceInner. withStatusCode(HttpStatusCode statusCode)
Set the statusCode property: HTTP Status Code of the operation. -
Uses of OperationResultInfoBaseResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return OperationResultInfoBaseResourceInner Modifier and Type Method Description OperationResultInfoBaseResourceInner
OperationResultInfoBaseResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationResultInfoBaseResourceInner object.
-