1. Packages
  2. Azure Native v2
  3. API Docs
  4. labservices
  5. getGlobalUserOperationStatus
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.labservices.getGlobalUserOperationStatus

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets the status of long running operation Azure REST API version: 2018-10-15.

Using getGlobalUserOperationStatus

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getGlobalUserOperationStatus(args: GetGlobalUserOperationStatusArgs, opts?: InvokeOptions): Promise<GetGlobalUserOperationStatusResult>
function getGlobalUserOperationStatusOutput(args: GetGlobalUserOperationStatusOutputArgs, opts?: InvokeOptions): Output<GetGlobalUserOperationStatusResult>
Copy
def get_global_user_operation_status(operation_url: Optional[str] = None,
                                     user_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetGlobalUserOperationStatusResult
def get_global_user_operation_status_output(operation_url: Optional[pulumi.Input[str]] = None,
                                     user_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetGlobalUserOperationStatusResult]
Copy
func GetGlobalUserOperationStatus(ctx *Context, args *GetGlobalUserOperationStatusArgs, opts ...InvokeOption) (*GetGlobalUserOperationStatusResult, error)
func GetGlobalUserOperationStatusOutput(ctx *Context, args *GetGlobalUserOperationStatusOutputArgs, opts ...InvokeOption) GetGlobalUserOperationStatusResultOutput
Copy

> Note: This function is named GetGlobalUserOperationStatus in the Go SDK.

public static class GetGlobalUserOperationStatus 
{
    public static Task<GetGlobalUserOperationStatusResult> InvokeAsync(GetGlobalUserOperationStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetGlobalUserOperationStatusResult> Invoke(GetGlobalUserOperationStatusInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGlobalUserOperationStatusResult> getGlobalUserOperationStatus(GetGlobalUserOperationStatusArgs args, InvokeOptions options)
public static Output<GetGlobalUserOperationStatusResult> getGlobalUserOperationStatus(GetGlobalUserOperationStatusArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:labservices:getGlobalUserOperationStatus
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

OperationUrl This property is required. string
The operation url of long running operation
UserName
This property is required.
Changes to this property will trigger replacement.
string
The name of the user.
OperationUrl This property is required. string
The operation url of long running operation
UserName
This property is required.
Changes to this property will trigger replacement.
string
The name of the user.
operationUrl This property is required. String
The operation url of long running operation
userName
This property is required.
Changes to this property will trigger replacement.
String
The name of the user.
operationUrl This property is required. string
The operation url of long running operation
userName
This property is required.
Changes to this property will trigger replacement.
string
The name of the user.
operation_url This property is required. str
The operation url of long running operation
user_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the user.
operationUrl This property is required. String
The operation url of long running operation
userName
This property is required.
Changes to this property will trigger replacement.
String
The name of the user.

getGlobalUserOperationStatus Result

The following output properties are available:

Status string
status of the long running operation for an environment
Status string
status of the long running operation for an environment
status String
status of the long running operation for an environment
status string
status of the long running operation for an environment
status str
status of the long running operation for an environment
status String
status of the long running operation for an environment

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi