次の方法で共有


TopicTypeInfo Interface

public interface TopicTypeInfo

An immutable client-side representation of TopicTypeInfo.

Method Summary

Modifier and Type Method and Description
abstract List<TopicTypeAdditionalEnforcedPermission> additionalEnforcedPermissions()

Gets the additionalEnforcedPermissions property: Permissions which are enforced for creating and updating system topics of this this topic type.

abstract Boolean areRegionalAndGlobalSourcesSupported()

Gets the areRegionalAndGlobalSourcesSupported property: Flag to indicate that a topic type can support both regional or global system topics.

abstract String description()

Gets the description property: Description of the topic type.

abstract String displayName()

Gets the displayName property: Display Name for the topic type.

abstract String id()

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

abstract TopicTypeInfoInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String provider()

Gets the provider property: Namespace of the provider of the topic type.

abstract TopicTypeProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the topic type.

abstract ResourceRegionType resourceRegionType()

Gets the resourceRegionType property: Region type of the resource.

abstract String sourceResourceFormat()

Gets the sourceResourceFormat property: Source resource format.

abstract List<String> supportedLocations()

Gets the supportedLocations property: List of locations supported by this topic type.

abstract List<TopicTypeSourceScope> supportedScopesForSource()

Gets the supportedScopesForSource property: Supported source scopes.

abstract String type()

Gets the type property: The type of the resource.

Method Details

additionalEnforcedPermissions

public abstract List<TopicTypeAdditionalEnforcedPermission> additionalEnforcedPermissions()

Gets the additionalEnforcedPermissions property: Permissions which are enforced for creating and updating system topics of this this topic type.

Returns:

the additionalEnforcedPermissions value.

areRegionalAndGlobalSourcesSupported

public abstract Boolean areRegionalAndGlobalSourcesSupported()

Gets the areRegionalAndGlobalSourcesSupported property: Flag to indicate that a topic type can support both regional or global system topics.

Returns:

the areRegionalAndGlobalSourcesSupported value.

description

public abstract String description()

Gets the description property: Description of the topic type.

Returns:

the description value.

displayName

public abstract String displayName()

Gets the displayName property: Display Name for the topic type.

Returns:

the displayName value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract TopicTypeInfoInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provider

public abstract String provider()

Gets the provider property: Namespace of the provider of the topic type.

Returns:

the provider value.

provisioningState

public abstract TopicTypeProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the topic type.

Returns:

the provisioningState value.

resourceRegionType

public abstract ResourceRegionType resourceRegionType()

Gets the resourceRegionType property: Region type of the resource.

Returns:

the resourceRegionType value.

sourceResourceFormat

public abstract String sourceResourceFormat()

Gets the sourceResourceFormat property: Source resource format.

Returns:

the sourceResourceFormat value.

supportedLocations

public abstract List<String> supportedLocations()

Gets the supportedLocations property: List of locations supported by this topic type.

Returns:

the supportedLocations value.

supportedScopesForSource

public abstract List<TopicTypeSourceScope> supportedScopesForSource()

Gets the supportedScopesForSource property: Supported source scopes.

Returns:

the supportedScopesForSource value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to