MockableEventGridArmClient.GetPartnerTopicEventSubscriptionResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PartnerTopicEventSubscriptionResource object.

Applies to