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.getGlobalUserOperationStatus
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
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:labservices:getGlobalUserOperationStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Operation
Url string - The operation url of long running operation
- User
Name string - The name of the user.
- Operation
Url string - The operation url of long running operation
- User
Name string - The name of the user.
- operation
Url String - The operation url of long running operation
- user
Name String - The name of the user.
- operation
Url string - The operation url of long running operation
- user
Name string - The name of the user.
- operation_
url str - The operation url of long running operation
- user_
name str - The name of the user.
- operation
Url String - The operation url of long running operation
- user
Name 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 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