Interface TopicTypeInfo
-
public interface TopicTypeInfoAn immutable client-side representation of TopicTypeInfo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescription()Gets the description property: Description of the topic type.StringdisplayName()Gets the displayName property: Display Name for the topic type.Stringid()Gets the id property: Fully qualified resource Id for the resource.TopicTypeInfoInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner object.Stringname()Gets the name property: The name of the resource.Stringprovider()Gets the provider property: Namespace of the provider of the topic type.TopicTypeProvisioningStateprovisioningState()Gets the provisioningState property: Provisioning state of the topic type.ResourceRegionTyperesourceRegionType()Gets the resourceRegionType property: Region type of the resource.StringsourceResourceFormat()Gets the sourceResourceFormat property: Source resource format.List<String>supportedLocations()Gets the supportedLocations property: List of locations supported by this topic type.List<TopicTypePropertiesSupportedScopesForSourceItem>supportedScopesForSource()Gets the supportedScopesForSource property: Supported source scopes.Stringtype()Gets the type property: The type of the resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
provider
String provider()
Gets the provider property: Namespace of the provider of the topic type.- Returns:
- the provider value.
-
displayName
String displayName()
Gets the displayName property: Display Name for the topic type.- Returns:
- the displayName value.
-
description
String description()
Gets the description property: Description of the topic type.- Returns:
- the description value.
-
resourceRegionType
ResourceRegionType resourceRegionType()
Gets the resourceRegionType property: Region type of the resource.- Returns:
- the resourceRegionType value.
-
provisioningState
TopicTypeProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the topic type.- Returns:
- the provisioningState value.
-
supportedLocations
List<String> supportedLocations()
Gets the supportedLocations property: List of locations supported by this topic type.- Returns:
- the supportedLocations value.
-
sourceResourceFormat
String sourceResourceFormat()
Gets the sourceResourceFormat property: Source resource format.- Returns:
- the sourceResourceFormat value.
-
supportedScopesForSource
List<TopicTypePropertiesSupportedScopesForSourceItem> supportedScopesForSource()
Gets the supportedScopesForSource property: Supported source scopes.- Returns:
- the supportedScopesForSource value.
-
innerModel
TopicTypeInfoInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner object.- Returns:
- the inner object.
-
-