次の方法で共有


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 TopicSpaceInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSpaceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract TopicSpaceProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the TopicSpace resource.

abstract TopicSpace refresh()

Refreshes the resource to sync with Azure.

abstract TopicSpace refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

abstract List<String> topicTemplates()

Gets the topicTemplates property: The topic filters in the topic space.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the TopicSpace resource.

Method Details

description

public abstract String description()

Gets the description property: Description for the Topic Space resource.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract TopicSpaceInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicSpaceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract TopicSpaceProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the TopicSpace resource.

Returns:

the provisioningState value.

refresh

public abstract TopicSpace refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract TopicSpace refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

systemData

public abstract SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

Returns:

the systemData value.

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:

the topicTemplates value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract TopicSpace.Update update()

Begins update for the TopicSpace resource.

Returns:

the stage of resource update.

Applies to