Show / Hide Table of Contents

Class GetUser

Inheritance
System.Object
GetUser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public static class GetUser

Methods

View Source

InvokeAsync(GetUserArgs, InvokeOptions)

Use this data source to access information about an existing API Management User.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetUserArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetUserResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.