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

azure-native-v2 logo
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>
    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]
    func GetGlobalUserOperationStatus(ctx *Context, args *GetGlobalUserOperationStatusArgs, opts ...InvokeOption) (*GetGlobalUserOperationStatusResult, error)
    func GetGlobalUserOperationStatusOutput(ctx *Context, args *GetGlobalUserOperationStatusOutputArgs, opts ...InvokeOption) GetGlobalUserOperationStatusResultOutput

    > 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)
    }
    public static CompletableFuture<GetGlobalUserOperationStatusResult> getGlobalUserOperationStatus(GetGlobalUserOperationStatusArgs args, InvokeOptions options)
    public static Output<GetGlobalUserOperationStatusResult> getGlobalUserOperationStatus(GetGlobalUserOperationStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:labservices:getGlobalUserOperationStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OperationUrl string
    The operation url of long running operation
    UserName string
    The name of the user.
    OperationUrl string
    The operation url of long running operation
    UserName string
    The name of the user.
    operationUrl String
    The operation url of long running operation
    userName String
    The name of the user.
    operationUrl string
    The operation url of long running operation
    userName string
    The name of the user.
    operation_url str
    The operation url of long running operation
    user_name str
    The name of the user.
    operationUrl String
    The operation url of long running operation
    userName 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
    azure-native-v2 logo
    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