MockableSecurityInsightsArmClient.GetSecurityInsightsEntityResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SecurityInsightsEntityResource object.

Applies to