This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
Operation to list the scoped RegistrationTokens associated with the SessionHost.
Uses Azure REST API version 2026-01-01-preview.
Using listSessionHostSingleRegistrationTokens
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 listSessionHostSingleRegistrationTokens(args: ListSessionHostSingleRegistrationTokensArgs, opts?: InvokeOptions): Promise<ListSessionHostSingleRegistrationTokensResult>
function listSessionHostSingleRegistrationTokensOutput(args: ListSessionHostSingleRegistrationTokensOutputArgs, opts?: InvokeOptions): Output<ListSessionHostSingleRegistrationTokensResult>def list_session_host_single_registration_tokens(expiration_time_in_utc: Optional[str] = None,
host_pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
session_host_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListSessionHostSingleRegistrationTokensResult
def list_session_host_single_registration_tokens_output(expiration_time_in_utc: Optional[pulumi.Input[str]] = None,
host_pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
session_host_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListSessionHostSingleRegistrationTokensResult]func ListSessionHostSingleRegistrationTokens(ctx *Context, args *ListSessionHostSingleRegistrationTokensArgs, opts ...InvokeOption) (*ListSessionHostSingleRegistrationTokensResult, error)
func ListSessionHostSingleRegistrationTokensOutput(ctx *Context, args *ListSessionHostSingleRegistrationTokensOutputArgs, opts ...InvokeOption) ListSessionHostSingleRegistrationTokensResultOutput> Note: This function is named ListSessionHostSingleRegistrationTokens in the Go SDK.
public static class ListSessionHostSingleRegistrationTokens
{
public static Task<ListSessionHostSingleRegistrationTokensResult> InvokeAsync(ListSessionHostSingleRegistrationTokensArgs args, InvokeOptions? opts = null)
public static Output<ListSessionHostSingleRegistrationTokensResult> Invoke(ListSessionHostSingleRegistrationTokensInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListSessionHostSingleRegistrationTokensResult> listSessionHostSingleRegistrationTokens(ListSessionHostSingleRegistrationTokensArgs args, InvokeOptions options)
public static Output<ListSessionHostSingleRegistrationTokensResult> listSessionHostSingleRegistrationTokens(ListSessionHostSingleRegistrationTokensArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:desktopvirtualization:listSessionHostSingleRegistrationTokens
arguments:
# arguments dictionaryThe following arguments are supported:
- Expiration
Time stringIn Utc - Expiration time of the registration token in UTC.
- Host
Pool stringName - The name of the host pool within the specified resource group
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Session
Host stringName - The name of the session host within the specified host pool
- Expiration
Time stringIn Utc - Expiration time of the registration token in UTC.
- Host
Pool stringName - The name of the host pool within the specified resource group
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Session
Host stringName - The name of the session host within the specified host pool
- expiration
Time StringIn Utc - Expiration time of the registration token in UTC.
- host
Pool StringName - The name of the host pool within the specified resource group
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- session
Host StringName - The name of the session host within the specified host pool
- expiration
Time stringIn Utc - Expiration time of the registration token in UTC.
- host
Pool stringName - The name of the host pool within the specified resource group
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- session
Host stringName - The name of the session host within the specified host pool
- expiration_
time_ strin_ utc - Expiration time of the registration token in UTC.
- host_
pool_ strname - The name of the host pool within the specified resource group
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- session_
host_ strname - The name of the session host within the specified host pool
- expiration
Time StringIn Utc - Expiration time of the registration token in UTC.
- host
Pool StringName - The name of the host pool within the specified resource group
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- session
Host StringName - The name of the session host within the specified host pool
listSessionHostSingleRegistrationTokens Result
The following output properties are available:
- Next
Link string - Link to the next page of results.
- Value
List<Pulumi.
Azure Native. Desktop Virtualization. Outputs. Registration Token Minimal Response> - List of RegistrationToken definitions.
- Next
Link string - Link to the next page of results.
- Value
[]Registration
Token Minimal Response - List of RegistrationToken definitions.
- next
Link String - Link to the next page of results.
- value
List<Registration
Token Minimal Response> - List of RegistrationToken definitions.
- next
Link string - Link to the next page of results.
- value
Registration
Token Minimal Response[] - List of RegistrationToken definitions.
- next_
link str - Link to the next page of results.
- value
Sequence[Registration
Token Minimal Response] - List of RegistrationToken definitions.
- next
Link String - Link to the next page of results.
- value List<Property Map>
- List of RegistrationToken definitions.
Supporting Types
RegistrationTokenMinimalResponse
- Expiration
Time string - Expiration time of registration token.
- Token string
- The registration token base64 encoded string.
- Expiration
Time string - Expiration time of registration token.
- Token string
- The registration token base64 encoded string.
- expiration
Time String - Expiration time of registration token.
- token String
- The registration token base64 encoded string.
- expiration
Time string - Expiration time of registration token.
- token string
- The registration token base64 encoded string.
- expiration_
time str - Expiration time of registration token.
- token str
- The registration token base64 encoded string.
- expiration
Time String - Expiration time of registration token.
- token String
- The registration token base64 encoded string.
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 v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.16.0
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
