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

SystemTopic Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicInner> com.microsoft.azure.arm.model.Refreshable<SystemTopic> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.GroupableResourceCore<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager,com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager> com.microsoft.azure.arm.resources.models.HasResourceGroup com.microsoft.azure.arm.resources.models.Resource

public interface SystemTopic
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicInner>, com.microsoft.azure.arm.resources.models.Resource, com.microsoft.azure.arm.resources.models.GroupableResourceCore<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager,com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicInner>, com.microsoft.azure.arm.resources.models.HasResourceGroup, com.microsoft.azure.arm.model.Refreshable<SystemTopic>, 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 SystemTopic.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String metricResourceId()
abstract ResourceProvisioningState provisioningState()
abstract java.lang.String source()
abstract java.lang.String topicType()

Method Details

metricResourceId

public abstract String metricResourceId()

Returns:

the metricResourceId value.

provisioningState

public abstract ResourceProvisioningState provisioningState()

Returns:

the provisioningState value.

source

public abstract String source()

Returns:

the source value.

topicType

public abstract String topicType()

Returns:

the topicType value.

Applies to