Freigeben über


ArmBotServiceModelFactory.BotData Methode

Definition

Initialisiert eine neue instance von BotData.

public static Azure.ResourceManager.BotService.BotData BotData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.BotService.Models.BotProperties properties = default, Azure.ResourceManager.BotService.Models.BotServiceSku sku = default, Azure.ResourceManager.BotService.Models.BotServiceKind? kind = default, Azure.ETag? etag = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member BotData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.BotService.Models.BotProperties * Azure.ResourceManager.BotService.Models.BotServiceSku * Nullable<Azure.ResourceManager.BotService.Models.BotServiceKind> * Nullable<Azure.ETag> * seq<string> -> Azure.ResourceManager.BotService.BotData
Public Shared Function BotData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional properties As BotProperties = Nothing, Optional sku As BotServiceSku = Nothing, Optional kind As Nullable(Of BotServiceKind) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As BotData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

properties
BotProperties

Der Satz von Eigenschaften, die für die Botressource spezifisch sind.

sku
BotServiceSku

Ruft die SKU der Ressource ab oder legt sie fest.

kind
Nullable<BotServiceKind>

Erforderlich. Ruft die Art der Ressource ab oder legt sie fest.

etag
Nullable<ETag>

Entitätstag.

zones
IEnumerable<String>

Entitätszonen.

Gibt zurück

Eine neue BotData instance zum Simulieren.

Gilt für: