AadResourceUrls Constructors
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.
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)