Share via


MockableEventGridArmClient.GetSystemTopicResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SystemTopicResource object.

Applies to