MockableSecurityInsightsArmClient.GetSecurityInsightsTemplateResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SecurityInsightsTemplateResource object.

Applies to