MockableSecurityCenterArmClient.GetIotSecurityAggregatedAlertResource Method

Definition

Gets an object representing an IotSecurityAggregatedAlertResource 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 an IotSecurityAggregatedAlertResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource GetIotSecurityAggregatedAlertResource (Azure.Core.ResourceIdentifier id);
abstract member GetIotSecurityAggregatedAlertResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource
override this.GetIotSecurityAggregatedAlertResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedAlertResource
Public Overridable Function GetIotSecurityAggregatedAlertResource (id As ResourceIdentifier) As IotSecurityAggregatedAlertResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IotSecurityAggregatedAlertResource object.

Applies to