MockableSecurityInsightsArmClient.GetSecurityInsightsAlertRuleTemplateResource Method

Definition

Gets an object representing a SecurityInsightsAlertRuleTemplateResource 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 SecurityInsightsAlertRuleTemplateResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleTemplateResource GetSecurityInsightsAlertRuleTemplateResource (Azure.Core.ResourceIdentifier id);
abstract member GetSecurityInsightsAlertRuleTemplateResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleTemplateResource
override this.GetSecurityInsightsAlertRuleTemplateResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleTemplateResource
Public Overridable Function GetSecurityInsightsAlertRuleTemplateResource (id As ResourceIdentifier) As SecurityInsightsAlertRuleTemplateResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SecurityInsightsAlertRuleTemplateResource object.

Applies to