Share via


MockableAlertsManagementArmClient.GetSmartGroupResource Method

Definition

Gets an object representing a SmartGroupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, Guid) to create a SmartGroupResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.AlertsManagement.SmartGroupResource GetSmartGroupResource (Azure.Core.ResourceIdentifier id);
abstract member GetSmartGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AlertsManagement.SmartGroupResource
override this.GetSmartGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AlertsManagement.SmartGroupResource
Public Overridable Function GetSmartGroupResource (id As ResourceIdentifier) As SmartGroupResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SmartGroupResource object.

Applies to