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.listGlobalUserLabs
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
List labs for the user. API Version: 2018-10-15.
Using listGlobalUserLabs
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 listGlobalUserLabs(args: ListGlobalUserLabsArgs, opts?: InvokeOptions): Promise<ListGlobalUserLabsResult>
function listGlobalUserLabsOutput(args: ListGlobalUserLabsOutputArgs, opts?: InvokeOptions): Output<ListGlobalUserLabsResult>
def list_global_user_labs(user_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListGlobalUserLabsResult
def list_global_user_labs_output(user_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListGlobalUserLabsResult]
func ListGlobalUserLabs(ctx *Context, args *ListGlobalUserLabsArgs, opts ...InvokeOption) (*ListGlobalUserLabsResult, error)
func ListGlobalUserLabsOutput(ctx *Context, args *ListGlobalUserLabsOutputArgs, opts ...InvokeOption) ListGlobalUserLabsResultOutput
> Note: This function is named ListGlobalUserLabs
in the Go SDK.
public static class ListGlobalUserLabs
{
public static Task<ListGlobalUserLabsResult> InvokeAsync(ListGlobalUserLabsArgs args, InvokeOptions? opts = null)
public static Output<ListGlobalUserLabsResult> Invoke(ListGlobalUserLabsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListGlobalUserLabsResult> listGlobalUserLabs(ListGlobalUserLabsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:labservices:listGlobalUserLabs
arguments:
# arguments dictionary
The following arguments are supported:
- User
Name string - The name of the user.
- User
Name string - The name of the user.
- user
Name String - The name of the user.
- user
Name string - The name of the user.
- user_
name str - The name of the user.
- user
Name String - The name of the user.
listGlobalUserLabs Result
The following output properties are available:
- Labs
List<Pulumi.
Azure Native. Lab Services. Outputs. Lab Details Response> - List of all the labs
- Labs
[]Lab
Details Response - List of all the labs
- labs
List<Lab
Details Response> - List of all the labs
- labs
Lab
Details Response[] - List of all the labs
- labs
Sequence[Lab
Details Response] - List of all the labs
- labs List<Property Map>
- List of all the labs
Supporting Types
LabDetailsResponse
- Usage
Quota string - The maximum duration a user can use a VM in this lab.
- Id string
- The Id of the lab.
- Name string
- Name of the lab
- Provisioning
State string - The provisioning state of the lab.
- Usage
Quota string - The maximum duration a user can use a VM in this lab.
- Id string
- The Id of the lab.
- Name string
- Name of the lab
- Provisioning
State string - The provisioning state of the lab.
- usage
Quota String - The maximum duration a user can use a VM in this lab.
- id String
- The Id of the lab.
- name String
- Name of the lab
- provisioning
State String - The provisioning state of the lab.
- usage
Quota string - The maximum duration a user can use a VM in this lab.
- id string
- The Id of the lab.
- name string
- Name of the lab
- provisioning
State string - The provisioning state of the lab.
- usage_
quota str - The maximum duration a user can use a VM in this lab.
- id str
- The Id of the lab.
- name str
- Name of the lab
- provisioning_
state str - The provisioning state of the lab.
- usage
Quota String - The maximum duration a user can use a VM in this lab.
- id String
- The Id of the lab.
- name String
- Name of the lab
- provisioning
State String - The provisioning state of the lab.
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