SmartGroupsOperationsExtensions.GetById Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get information related to a specific Smart Group.
public static Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup GetById(this Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations operations, string smartGroupId);
static member GetById : Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations * string -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup
<Extension()>
Public Function GetById (operations As ISmartGroupsOperations, smartGroupId As String) As SmartGroup
Parameters
- operations
- ISmartGroupsOperations
The operations group for this extension method.
- smartGroupId
- String
Smart group unique id.
Returns
Remarks
Get information related to a specific Smart Group.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET