ExtensionTopicInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. eventgrid. fluent. models. ExtensionTopicInner
- com.
- com.
public final class ExtensionTopicInner
extends ProxyResource
Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources.
Constructor | Description | |
---|---|---|
Extension |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: Description of the extension topic. |
System |
system Get the system |
String |
system Get the system |
void |
validate()
Validates the instance. |
Extension |
with Set the description property: Description of the extension topic. |
Extension |
with Set the system |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
ExtensionTopicInner
public ExtensionTopicInner()
description
public String description()
Get the description property: Description of the extension topic.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system metadata relating to the Extension Topic resource.
Returns:
systemTopic
public String systemTopic()
Get the systemTopic property: System topic resource id which is mapped to the source.
Returns:
validate
public void validate()
Validates the instance.
withDescription
public ExtensionTopicInner withDescription(String description)
Set the description property: Description of the extension topic.
Parameters:
Returns:
withSystemTopic
public ExtensionTopicInner withSystemTopic(String systemTopic)
Set the systemTopic property: System topic resource id which is mapped to the source.
Parameters:
Returns: