Udostępnij za pośrednictwem


ArmBotServiceModelFactory.BotData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

properties
BotProperties

The set of properties specific to bot resource.

sku
BotServiceSku

Gets or sets the SKU of the resource.

kind
Nullable<BotServiceKind>

Required. Gets or sets the Kind of the resource.

etag
Nullable<ETag>

Entity Tag.

zones
IEnumerable<String>

Entity zones.

Returns

A new BotData instance for mocking.

Applies to