Uses of Class
com.azure.resourcemanager.monitor.fluent.models.OperationStatusInner
Packages that use OperationStatusInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of OperationStatusInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return OperationStatusInnerModifier and TypeMethodDescriptionPrivateLinkScopeOperationStatusClient.getByResourceGroup
(String resourceGroupName, String asyncOperationId) Get the status of an azure asynchronous operation associated with a private link scope operation.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type OperationStatusInnerModifier and TypeMethodDescriptionPrivateLinkScopeOperationStatusClient.getByResourceGroupAsync
(String resourceGroupName, String asyncOperationId) Get the status of an azure asynchronous operation associated with a private link scope operation.com.azure.core.http.rest.Response
<OperationStatusInner> PrivateLinkScopeOperationStatusClient.getByResourceGroupWithResponse
(String resourceGroupName, String asyncOperationId, com.azure.core.util.Context context) Get the status of an azure asynchronous operation associated with a private link scope operation.Mono
<com.azure.core.http.rest.Response<OperationStatusInner>> PrivateLinkScopeOperationStatusClient.getByResourceGroupWithResponseAsync
(String resourceGroupName, String asyncOperationId) Get the status of an azure asynchronous operation associated with a private link scope operation. -
Uses of OperationStatusInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return OperationStatusInnerModifier and TypeMethodDescriptionstatic OperationStatusInner
OperationStatusInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OperationStatusInner from the JsonReader.OperationStatusInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: End time of the job in standard ISO8601 format.OperationStatusInner.withError
(com.azure.core.management.exception.ManagementError error) Set the error property: The error detail of the operation if any.Set the id property: The operation Id.Set the name property: The operation name.OperationStatusInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Start time of the job in standard ISO8601 format.OperationStatusInner.withStatus
(String status) Set the status property: The status of the operation.