Interface DomainTopic
-
public interface DomainTopicAn immutable client-side representation of DomainTopic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringid()Gets the id property: Fully qualified resource Id for the resource.DomainTopicInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.DomainTopicInner object.Stringname()Gets the name property: The name of the resource.DomainTopicProvisioningStateprovisioningState()Gets the provisioningState property: Provisioning state of the domain topic.com.azure.core.management.SystemDatasystemData()Gets the systemData property: The system metadata relating to Domain Topic resource.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.
-
systemData
com.azure.core.management.SystemData systemData()
Gets the systemData property: The system metadata relating to Domain Topic resource.- Returns:
- the systemData value.
-
provisioningState
DomainTopicProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the domain topic.- Returns:
- the provisioningState value.
-
innerModel
DomainTopicInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.DomainTopicInner object.- Returns:
- the inner object.
-
-