Freigeben über


ArmBotServiceModelFactory.SmsChannel Methode

Definition

Initialisiert eine neue instance von SmsChannel.

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

Parameter

etag
Nullable<ETag>

Entity Tag der Ressource.

provisioningState
String

Bereitstellungsstatus der Ressource.

location
Nullable<AzureLocation>

Gibt den Speicherort der Ressource an.

properties
SmsChannelProperties

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

Gibt zurück

Eine neue SmsChannel instance zum Simulieren.

Gilt für: