MicrosoftTeamsAppIdentifier Constructor
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.
Initializes a new instance of MicrosoftTeamsAppIdentifier.
public MicrosoftTeamsAppIdentifier(string appId, Azure.Communication.CommunicationCloudEnvironment? cloud = default);
new Azure.Communication.MicrosoftTeamsAppIdentifier : string * Nullable<Azure.Communication.CommunicationCloudEnvironment> -> Azure.Communication.MicrosoftTeamsAppIdentifier
Public Sub New (appId As String, Optional cloud As Nullable(Of CommunicationCloudEnvironment) = Nothing)
Parameters
- appId
- String
The unique ID of the Microsoft Teams Application.
The cloud that the Microsoft Teams Application belongs to. A null value translates to the Public cloud.
Exceptions
Thrown when the appId
is null.
Thrown when the appId
is empty.