Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.HttpStatusCode
-
Packages that use HttpStatusCode Package Description 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 HttpStatusCode in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type HttpStatusCode Modifier and Type Method Description OperationResultInfoBaseResourceInner
OperationResultInfoBaseResourceInner. withStatusCode(HttpStatusCode statusCode)
Set the statusCode property: HTTP Status Code of the operation. -
Uses of HttpStatusCode in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return HttpStatusCode Modifier and Type Method Description static HttpStatusCode
HttpStatusCode. fromString(String value)
Parses a serialized value to a HttpStatusCode instance.HttpStatusCode
OperationResultInfoBaseResource. statusCode()
Gets the statusCode property: HTTP Status Code of the operation.HttpStatusCode
OperationWorkerResponse. statusCode()
Get the statusCode property: HTTP Status Code of the operation.static HttpStatusCode
HttpStatusCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpStatusCode[]
HttpStatusCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type HttpStatusCode Modifier and Type Method Description OperationWorkerResponse
OperationWorkerResponse. withStatusCode(HttpStatusCode statusCode)
Set the statusCode property: HTTP Status Code of the operation.
-