AadResourceUrls Constructors

Definition

Overloads

AadResourceUrls()

Initializes a new instance of the AadResourceUrls class.

AadResourceUrls(IList<String>)

Initializes a new instance of the AadResourceUrls class.

AadResourceUrls()

Initializes a new instance of the AadResourceUrls class.

public AadResourceUrls ();
Public Sub New ()

Applies to

AadResourceUrls(IList<String>)

Initializes a new instance of the AadResourceUrls class.

public AadResourceUrls (System.Collections.Generic.IList<string> resourceUrls = default);
new Microsoft.Bot.Schema.AadResourceUrls : System.Collections.Generic.IList<string> -> Microsoft.Bot.Schema.AadResourceUrls
Public Sub New (Optional resourceUrls As IList(Of String) = Nothing)

Parameters

resourceUrls
IList<String>

The URLs to the resource you want to connect to.

Applies to