ApplicationOptions.Instance Property
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.
STS instance (for instance https://login.microsoftonline.com
for the Azure public cloud).
The name was chosen to ensure compatibility with AzureAdOptions in ASP.NET Core.
This property is mutually exclusive with AzureCloudInstance. If both
are provided, an exception will be thrown.
public string Instance { get; set; }
member this.Instance : string with get, set
Public Property Instance As String