Uses of Class
com.azure.resourcemanager.network.fluent.models.OperationStatusResultInner
Packages that use OperationStatusResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of OperationStatusResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return OperationStatusResultInnerModifier and TypeMethodDescriptionGets the operation status for the given operation id.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type OperationStatusResultInnerModifier and TypeMethodDescriptionGets the operation status for the given operation id.com.azure.core.http.rest.Response<OperationStatusResultInner> NetworkSecurityPerimeterOperationStatusesClient.getWithResponse(String location, String operationId, com.azure.core.util.Context context) Gets the operation status for the given operation id.Mono<com.azure.core.http.rest.Response<OperationStatusResultInner>> NetworkSecurityPerimeterOperationStatusesClient.getWithResponseAsync(String location, String operationId) Gets the operation status for the given operation id. -
Uses of OperationStatusResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return OperationStatusResultInnerModifier and TypeMethodDescriptionstatic OperationStatusResultInnerOperationStatusResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationStatusResultInner from the JsonReader.OperationStatusResultInner.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time of the operation.OperationStatusResultInner.withError(ErrorDetail error) Set the error property: If present, details of the operation error.Set the id property: Fully qualified ID for the async operation.Set the name property: Name of the async operation.OperationStatusResultInner.withOperations(List<OperationStatusResultInner> operations) Set the operations property: The operations list.OperationStatusResultInner.withPercentComplete(Float percentComplete) Set the percentComplete property: Percent of the operation that is complete.OperationStatusResultInner.withStartTime(OffsetDateTime startTime) Set the startTime property: The start time of the operation.OperationStatusResultInner.withStatus(String status) Set the status property: Operation status.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type OperationStatusResultInnerModifier and TypeMethodDescriptionOperationStatusResultInner.operations()Get the operations property: The operations list.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type OperationStatusResultInnerModifier and TypeMethodDescriptionOperationStatusResultInner.withOperations(List<OperationStatusResultInner> operations) Set the operations property: The operations list.