TopicTypeInfo Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.TopicTypeInfoInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

public interface TopicTypeInfo
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.TopicTypeInfoInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

Type representing TopicTypeInfo.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String description()
abstract java.lang.String displayName()
abstract java.lang.String id()
abstract java.lang.String name()
abstract java.lang.String provider()
abstract TopicTypeProvisioningState provisioningState()
abstract ResourceRegionType resourceRegionType()
abstract java.lang.String sourceResourceFormat()
abstract java.util.List<java.lang.String> supportedLocations()
abstract java.lang.String type()

Method Details

description

public abstract String description()

Returns:

the description value.

displayName

public abstract String displayName()

Returns:

the displayName value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

provider

public abstract String provider()

Returns:

the provider value.

provisioningState

public abstract TopicTypeProvisioningState provisioningState()

Returns:

the provisioningState value.

resourceRegionType

public abstract ResourceRegionType resourceRegionType()

Returns:

the resourceRegionType value.

sourceResourceFormat

public abstract String sourceResourceFormat()

Returns:

the sourceResourceFormat value.

supportedLocations

public abstract List supportedLocations()

Returns:

the supportedLocations value.

type

public abstract String type()

Returns:

the type value.

Applies to