PurviewAppLocation(PurviewLocationType, String) Constructor

Definition

Creates a new instance of PurviewAppLocation.

public PurviewAppLocation(Microsoft.Agents.AI.Purview.PurviewLocationType locationType, string locationValue);
new Microsoft.Agents.AI.Purview.PurviewAppLocation : Microsoft.Agents.AI.Purview.PurviewLocationType * string -> Microsoft.Agents.AI.Purview.PurviewAppLocation
Public Sub New (locationType As PurviewLocationType, locationValue As String)

Parameters

locationType
PurviewLocationType

The type of location.

locationValue
String

The value of the location.

Applies to