EventGridModelFactory.AcsMicrosoftTeamsAppIdentifier Method
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 AcsMicrosoftTeamsAppIdentifier.
public static Azure.Messaging.EventGrid.SystemEvents.AcsMicrosoftTeamsAppIdentifier AcsMicrosoftTeamsAppIdentifier (string appId = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationCloudEnvironmentModel? cloud = default);
static member AcsMicrosoftTeamsAppIdentifier : string * Nullable<Azure.Messaging.EventGrid.SystemEvents.CommunicationCloudEnvironmentModel> -> Azure.Messaging.EventGrid.SystemEvents.AcsMicrosoftTeamsAppIdentifier
Public Shared Function AcsMicrosoftTeamsAppIdentifier (Optional appId As String = Nothing, Optional cloud As Nullable(Of CommunicationCloudEnvironmentModel) = Nothing) As AcsMicrosoftTeamsAppIdentifier
Parameters
- appId
- String
The Id of the Microsoft Teams application.
The cloud that the Microsoft Teams application belongs to. By default 'public' if missing.
Returns
A new AcsMicrosoftTeamsAppIdentifier instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET