ArmBotServiceModelFactory.EmailChannel Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’EmailChannel.
public static Azure.ResourceManager.BotService.Models.EmailChannel EmailChannel (Azure.ETag? etag = default, string provisioningState = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.BotService.Models.EmailChannelProperties properties = default);
static member EmailChannel : Nullable<Azure.ETag> * string * Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.BotService.Models.EmailChannelProperties -> Azure.ResourceManager.BotService.Models.EmailChannel
Public Shared Function EmailChannel (Optional etag As Nullable(Of ETag) = Nothing, Optional provisioningState As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional properties As EmailChannelProperties = Nothing) As EmailChannel
Paramètres
- provisioningState
- String
État d’approvisionnement de la ressource.
- location
- Nullable<AzureLocation>
Spécifie l’emplacement de la ressource.
- properties
- EmailChannelProperties
Ensemble de propriétés spécifiques à la ressource de canal de messagerie.
Retours
Une nouvelle EmailChannel instance de moqueries.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET