MockableAlertsManagementTenantResource.GetServiceAlertMetadata 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.
List alerts meta data information based on value of identifier parameter.
- Request Path: /providers/Microsoft.AlertsManagement/alertsMetaData
- Operation Id: Alerts_MetaData
public virtual Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadata> GetServiceAlertMetadata (Azure.ResourceManager.AlertsManagement.Models.RetrievedInformationIdentifier identifier, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceAlertMetadata : Azure.ResourceManager.AlertsManagement.Models.RetrievedInformationIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadata>
override this.GetServiceAlertMetadata : Azure.ResourceManager.AlertsManagement.Models.RetrievedInformationIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadata>
Public Overridable Function GetServiceAlertMetadata (identifier As RetrievedInformationIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceAlertMetadata)
Parameters
- identifier
- RetrievedInformationIdentifier
Identification of the information to be retrieved by API call.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
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