MockableSecurityInsightsArmClient.GetSecurityInsightsEntityQueryResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SecurityInsightsEntityQueryResource object.

Applies to