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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.