1. Packages
  2. Azure Native
  3. API Docs
  4. labservices
  5. getGlobalUserOperationBatchStatus
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.labservices.getGlobalUserOperationBatchStatus

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 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)
    // Output-based functions aren't available in Java yet
    
    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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi