Interface SystemTopic
-
public interface SystemTopicAn immutable client-side representation of SystemTopic.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSystemTopic.DefinitionThe entirety of the SystemTopic definition.static interfaceSystemTopic.DefinitionStagesThe SystemTopic definition stages.static interfaceSystemTopic.UpdateThe template for SystemTopic update.static interfaceSystemTopic.UpdateStagesThe SystemTopic update stages.
-
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.IdentityInfoidentity()Gets the identity property: Identity information for the resource.SystemTopicInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner object.Stringlocation()Gets the location property: The geo-location where the resource lives.StringmetricResourceId()Gets the metricResourceId property: Metric resource id for the system topic.Stringname()Gets the name property: The name of the resource.ResourceProvisioningStateprovisioningState()Gets the provisioningState property: Provisioning state of the system topic.SystemTopicrefresh()Refreshes the resource to sync with Azure.SystemTopicrefresh(com.azure.core.util.Context context)Refreshes the resource to sync with Azure.com.azure.core.management.Regionregion()Gets the region of the resource.StringregionName()Gets the name of the resource region.Stringsource()Gets the source property: Source for the system topic.com.azure.core.management.SystemDatasystemData()Gets the systemData property: The system metadata relating to System Topic resource.Map<String,String>tags()Gets the tags property: Resource tags.StringtopicType()Gets the topicType property: TopicType for the system topic.Stringtype()Gets the type property: The type of the resource.SystemTopic.Updateupdate()Begins update for the SystemTopic 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.
-
location
String location()
Gets the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
identity
IdentityInfo identity()
Gets the identity property: Identity information for the resource.- Returns:
- the identity value.
-
systemData
com.azure.core.management.SystemData systemData()
Gets the systemData property: The system metadata relating to System Topic resource.- Returns:
- the systemData value.
-
provisioningState
ResourceProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the system topic.- Returns:
- the provisioningState value.
-
source
String source()
Gets the source property: Source for the system topic.- Returns:
- the source value.
-
topicType
String topicType()
Gets the topicType property: TopicType for the system topic.- Returns:
- the topicType value.
-
metricResourceId
String metricResourceId()
Gets the metricResourceId property: Metric resource id for the system topic.- Returns:
- the metricResourceId value.
-
region
com.azure.core.management.Region region()
Gets the region of the resource.- Returns:
- the region of the resource.
-
regionName
String regionName()
Gets the name of the resource region.- Returns:
- the name of the resource region.
-
innerModel
SystemTopicInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner object.- Returns:
- the inner object.
-
update
SystemTopic.Update update()
Begins update for the SystemTopic resource.- Returns:
- the stage of resource update.
-
refresh
SystemTopic refresh()
Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
SystemTopic refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-
-