Interface OperationResultInfoBaseResource
-
public interface OperationResultInfoBaseResource
An immutable client-side representation of OperationResultInfoBaseResource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>
headers()
Gets the headers property: HTTP headers associated with this operation.OperationResultInfoBaseResourceInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationResultInfoBaseResourceInner object.OperationResultInfoBase
operation()
Gets the operation property: OperationResultInfoBaseResource operation.HttpStatusCode
statusCode()
Gets the statusCode property: HTTP Status Code of the operation.
-
-
-
Method Detail
-
statusCode
HttpStatusCode statusCode()
Gets the statusCode property: HTTP Status Code of the operation.- Returns:
- the statusCode value.
-
headers
Map<String,List<String>> headers()
Gets the headers property: HTTP headers associated with this operation.- Returns:
- the headers value.
-
operation
OperationResultInfoBase operation()
Gets the operation property: OperationResultInfoBaseResource operation.- Returns:
- the operation value.
-
innerModel
OperationResultInfoBaseResourceInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationResultInfoBaseResourceInner object.- Returns:
- the inner object.
-
-