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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.labservices.getGlobalUserOperationBatchStatus
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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:
getGlobalUserOperationBatchStatus Result
The following output properties are available:
- Items
List<Pulumi.
Azure Native. Lab Services. Outputs. Operation Batch Status Response Item Response> - Gets a collection of items that contain the operation url and status.
- Items
[]Operation
Batch Status Response Item Response - Gets a collection of items that contain the operation url and status.
- items
List<Operation
Batch Status Response Item Response> - Gets a collection of items that contain the operation url and status.
- items
Operation
Batch Status Response Item Response[] - Gets a collection of items that contain the operation url and status.
- items
Sequence[Operation
Batch Status Response Item Response] - 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
- Operation
Url string - status of the long running operation for an environment
- Status string
- status of the long running operation for an environment
- Operation
Url string - status of the long running operation for an environment
- Status string
- status of the long running operation for an environment
- operation
Url String - status of the long running operation for an environment
- status String
- status of the long running operation for an environment
- operation
Url 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
- operation
Url 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
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.47.1 published on Monday, Jun 24, 2024 by Pulumi