Uses of Enum
com.azure.resourcemanager.apimanagement.models.AsyncOperationStatus
Packages that use AsyncOperationStatus
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AsyncOperationStatus in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AsyncOperationStatusModifier and TypeMethodDescriptionOperationResultContractInner.status()Get the status property: Status of an async operation.OperationResultContractProperties.status()Get the status property: Status of an async operation.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type AsyncOperationStatusModifier and TypeMethodDescriptionOperationResultContractInner.withStatus(AsyncOperationStatus status) Set the status property: Status of an async operation.OperationResultContractProperties.withStatus(AsyncOperationStatus status) Set the status property: Status of an async operation. -
Uses of AsyncOperationStatus in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AsyncOperationStatusModifier and TypeMethodDescriptionstatic AsyncOperationStatusAsyncOperationStatus.fromString(String value) Parses a serialized value to a AsyncOperationStatus instance.OperationResultContract.status()Gets the status property: Status of an async operation.static AsyncOperationStatusReturns the enum constant of this type with the specified name.static AsyncOperationStatus[]AsyncOperationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.