Bagikan melalui


MockableApiManagementArmClient.GetApiManagementEmailTemplateResource Method

Definition

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

public virtual Azure.ResourceManager.ApiManagement.ApiManagementEmailTemplateResource GetApiManagementEmailTemplateResource (Azure.Core.ResourceIdentifier id);
abstract member GetApiManagementEmailTemplateResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiManagementEmailTemplateResource
override this.GetApiManagementEmailTemplateResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiManagementEmailTemplateResource
Public Overridable Function GetApiManagementEmailTemplateResource (id As ResourceIdentifier) As ApiManagementEmailTemplateResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiManagementEmailTemplateResource object.

Applies to