TopicSpace Interface
public interface TopicSpace
An immutable client-side representation of TopicSpace.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
description()
Gets the description property: Description for the Topic Space resource. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Topic |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Topic |
provisioningState()
Gets the provisioning |
|
abstract
Topic |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Topic |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract List<String> |
topicTemplates()
Gets the topic |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Topic |
Method Details
description
public abstract String description()
Gets the description property: Description for the Topic Space resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract TopicSpaceInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSpaceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract TopicSpaceProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the TopicSpace resource.
Returns:
refresh
public abstract TopicSpace refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract TopicSpace refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system metadata relating to the Event Grid resource.
Returns:
topicTemplates
public abstract List<String> topicTemplates()
Gets the topicTemplates property: The topic filters in the topic space. Example: "topicTemplates": [ "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" ].
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract TopicSpace.Update update()
Begins update for the TopicSpace resource.
Returns: