Language

MockableEventHubsArmClient.GetEventHubsSchemaGroupResource Method

Definition

Gets an object representing a EventHubsSchemaGroupResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource GetEventHubsSchemaGroupResource(Azure.Core.ResourceIdentifier id);
abstract member GetEventHubsSchemaGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource
override this.GetEventHubsSchemaGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource
Public Overridable Function GetEventHubsSchemaGroupResource (id As ResourceIdentifier) As EventHubsSchemaGroupResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EventHubsSchemaGroupResource object.

Applies to