MockableAlertsManagementTenantResource.GetServiceAlertMetadataAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadata>> GetServiceAlertMetadataAsync (Azure.ResourceManager.AlertsManagement.Models.RetrievedInformationIdentifier identifier, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceAlertMetadataAsync : Azure.ResourceManager.AlertsManagement.Models.RetrievedInformationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadata>>
override this.GetServiceAlertMetadataAsync : Azure.ResourceManager.AlertsManagement.Models.RetrievedInformationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertMetadata>>
Public Overridable Function GetServiceAlertMetadataAsync (identifier As RetrievedInformationIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET