AadRegistryExtension.GetAADClientAppIdAsync(IHpcContext, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<string> GetAADClientAppIdAsync (this Microsoft.Hpc.IHpcContext context, string aadInfoNode = null);
static member GetAADClientAppIdAsync : Microsoft.Hpc.IHpcContext * string -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function GetAADClientAppIdAsync (context As IHpcContext, Optional aadInfoNode As String = null) As Task(Of String)
Parameters
- context
- IHpcContext
- aadInfoNode
- String