Freigeben über


ArmBotServiceModelFactory.MsTeamsChannel Methode

Definition

Initialisiert eine neue instance von MsTeamsChannel.

public static Azure.ResourceManager.BotService.Models.MsTeamsChannel MsTeamsChannel (Azure.ETag? etag = default, string provisioningState = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.BotService.Models.MsTeamsChannelProperties properties = default);
static member MsTeamsChannel : Nullable<Azure.ETag> * string * Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.BotService.Models.MsTeamsChannelProperties -> Azure.ResourceManager.BotService.Models.MsTeamsChannel
Public Shared Function MsTeamsChannel (Optional etag As Nullable(Of ETag) = Nothing, Optional provisioningState As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional properties As MsTeamsChannelProperties = Nothing) As MsTeamsChannel

Parameter

etag
Nullable<ETag>

Entity Tag der Ressource.

provisioningState
String

Bereitstellungsstatus der Ressource.

location
Nullable<AzureLocation>

Gibt den Speicherort der Ressource an.

properties
MsTeamsChannelProperties

Der Satz von Eigenschaften, die für die Microsoft Teams-Kanalressource spezifisch sind.

Gibt zurück

Eine neue MsTeamsChannel instance zum Simulieren.

Gilt für: