你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventChannel Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventChannelInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Refreshable<EventChannel> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

public interface EventChannel
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventChannelInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<EventChannel>, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

Type representing EventChannel.

Method Summary

Modifier and Type Method and Description
abstract EventChannelDestination destination()
abstract EventChannelFilter filter()
abstract java.lang.String id()
abstract java.lang.String name()
abstract EventChannelProvisioningState provisioningState()
abstract EventChannelSource source()
abstract java.lang.String type()

Method Details

destination

public abstract EventChannelDestination destination()

Returns:

the destination value.

filter

public abstract EventChannelFilter filter()

Returns:

the filter value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

provisioningState

public abstract EventChannelProvisioningState provisioningState()

Returns:

the provisioningState value.

source

public abstract EventChannelSource source()

Returns:

the source value.

type

public abstract String type()

Returns:

the type value.

Applies to