Share via


MockableEventGridArmClient.GetTopicTypeResource(ResourceIdentifier) Method

Definition

Gets an object representing a TopicTypeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a TopicTypeResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.EventGrid.TopicTypeResource GetTopicTypeResource (Azure.Core.ResourceIdentifier id);
abstract member GetTopicTypeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EventGrid.TopicTypeResource
override this.GetTopicTypeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EventGrid.TopicTypeResource
Public Overridable Function GetTopicTypeResource (id As ResourceIdentifier) As TopicTypeResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a TopicTypeResource object.

Applies to