BotChannel Interface

public interface BotChannel

An immutable client-side representation of BotChannel.

Method Summary

Modifier and Type Method and Description
abstract String etag()

Gets the etag property: Entity Tag.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract BotChannelInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.BotChannelInner object.

abstract Kind kind()

Gets the kind property: Required.

abstract String location()

Gets the location property: The geo-location where the resource lives.

abstract String name()

Gets the name property: The name of the resource.

abstract Channel properties()

Gets the properties property: The set of properties specific to bot channel resource.

abstract Sku sku()

Gets the sku property: Gets or sets the SKU of the resource.

abstract Map<String,String> tags()

Gets the tags property: Resource tags.

abstract String type()

Gets the type property: The type of the resource.

abstract List<String> zones()

Gets the zones property: Entity zones.

Method Details

etag

public abstract String etag()

Gets the etag property: Entity Tag.

Returns:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract BotChannelInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.BotChannelInner object.

Returns:

the inner object.

kind

public abstract Kind kind()

Gets the kind property: Required. Gets or sets the Kind of the resource.

Returns:

the kind value.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract Channel properties()

Gets the properties property: The set of properties specific to bot channel resource.

Returns:

the properties value.

sku

public abstract Sku sku()

Gets the sku property: Gets or sets the SKU of the resource.

Returns:

the sku value.

tags

public abstract Map<String,String> tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

zones

public abstract List<String> zones()

Gets the zones property: Entity zones.

Returns:

the zones value.

Applies to