SystemTopic Interface
public interface SystemTopic
An immutable client-side representation of SystemTopic.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Identity |
identity()
Gets the identity property: Identity information for the resource. |
|
abstract
System |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
metricResourceId()
Gets the metric |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Resource |
provisioningState()
Gets the provisioning |
|
abstract
System |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
System |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
source()
Gets the source property: Source for the system topic. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
topicType()
Gets the topic |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the System |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identity
public abstract IdentityInfo identity()
Gets the identity property: Identity information for the resource.
Returns:
innerModel
public abstract SystemTopicInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
metricResourceId
public abstract String metricResourceId()
Gets the metricResourceId property: Metric resource id for the system topic.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ResourceProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the system topic.
Returns:
refresh
public abstract SystemTopic refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SystemTopic refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
source
public abstract String source()
Gets the source property: Source for the system topic.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system metadata relating to the Event Grid resource.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
topicType
public abstract String topicType()
Gets the topicType property: TopicType for the system topic.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SystemTopic.Update update()
Begins update for the SystemTopic resource.
Returns: