1. Packages
  2. Azure Native v2
  3. API Docs
  4. labservices
  5. getGlobalUserOperationBatchStatus
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.getGlobalUserOperationBatchStatus

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

    Get batch operation status Azure REST API version: 2018-10-15.

    Using getGlobalUserOperationBatchStatus

    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 getGlobalUserOperationBatchStatus(args: GetGlobalUserOperationBatchStatusArgs, opts?: InvokeOptions): Promise<GetGlobalUserOperationBatchStatusResult>
    function getGlobalUserOperationBatchStatusOutput(args: GetGlobalUserOperationBatchStatusOutputArgs, opts?: InvokeOptions): Output<GetGlobalUserOperationBatchStatusResult>
    def get_global_user_operation_batch_status(urls: Optional[Sequence[str]] = None,
                                               user_name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetGlobalUserOperationBatchStatusResult
    def get_global_user_operation_batch_status_output(urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               user_name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetGlobalUserOperationBatchStatusResult]
    func GetGlobalUserOperationBatchStatus(ctx *Context, args *GetGlobalUserOperationBatchStatusArgs, opts ...InvokeOption) (*GetGlobalUserOperationBatchStatusResult, error)
    func GetGlobalUserOperationBatchStatusOutput(ctx *Context, args *GetGlobalUserOperationBatchStatusOutputArgs, opts ...InvokeOption) GetGlobalUserOperationBatchStatusResultOutput

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

    public static class GetGlobalUserOperationBatchStatus 
    {
        public static Task<GetGlobalUserOperationBatchStatusResult> InvokeAsync(GetGlobalUserOperationBatchStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetGlobalUserOperationBatchStatusResult> Invoke(GetGlobalUserOperationBatchStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGlobalUserOperationBatchStatusResult> getGlobalUserOperationBatchStatus(GetGlobalUserOperationBatchStatusArgs args, InvokeOptions options)
    public static Output<GetGlobalUserOperationBatchStatusResult> getGlobalUserOperationBatchStatus(GetGlobalUserOperationBatchStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:labservices:getGlobalUserOperationBatchStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Urls List<string>
    The operation url of long running operation
    UserName string
    The name of the user.
    Urls []string
    The operation url of long running operation
    UserName string
    The name of the user.
    urls List<String>
    The operation url of long running operation
    userName String
    The name of the user.
    urls string[]
    The operation url of long running operation
    userName string
    The name of the user.
    urls Sequence[str]
    The operation url of long running operation
    user_name str
    The name of the user.
    urls List<String>
    The operation url of long running operation
    userName String
    The name of the user.

    getGlobalUserOperationBatchStatus Result

    The following output properties are available:

    Items List<Pulumi.AzureNative.LabServices.Outputs.OperationBatchStatusResponseItemResponse>
    Gets a collection of items that contain the operation url and status.
    Items []OperationBatchStatusResponseItemResponse
    Gets a collection of items that contain the operation url and status.
    items List<OperationBatchStatusResponseItemResponse>
    Gets a collection of items that contain the operation url and status.
    items OperationBatchStatusResponseItemResponse[]
    Gets a collection of items that contain the operation url and status.
    items Sequence[OperationBatchStatusResponseItemResponse]
    Gets a collection of items that contain the operation url and status.
    items List<Property Map>
    Gets a collection of items that contain the operation url and status.

    Supporting Types

    OperationBatchStatusResponseItemResponse

    OperationUrl string
    status of the long running operation for an environment
    Status string
    status of the long running operation for an environment
    OperationUrl string
    status of the long running operation for an environment
    Status string
    status of the long running operation for an environment
    operationUrl String
    status of the long running operation for an environment
    status String
    status of the long running operation for an environment
    operationUrl string
    status of the long running operation for an environment
    status string
    status of the long running operation for an environment
    operation_url str
    status of the long running operation for an environment
    status str
    status of the long running operation for an environment
    operationUrl String
    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