These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.labservices.getGlobalUserOperationStatus
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the status of long running operation 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi