EventGridModelFactory.ApiManagementGatewayUpdatedEventData(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’ApiManagementGatewayUpdatedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.ApiManagementGatewayUpdatedEventData ApiManagementGatewayUpdatedEventData (string resourceUri = default);
static member ApiManagementGatewayUpdatedEventData : string -> Azure.Messaging.EventGrid.SystemEvents.ApiManagementGatewayUpdatedEventData
Public Shared Function ApiManagementGatewayUpdatedEventData (Optional resourceUri As String = Nothing) As ApiManagementGatewayUpdatedEventData
Paramètres
- resourceUri
- String
Identifiant complet de la ressource concernée par le changement de l’état de conformité, y compris le nom et le type de la ressource. Utilise le format , /subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<ResourceName>
.
Retours
Une nouvelle ApiManagementGatewayUpdatedEventData instance pour se moquer.
S’applique à
Azure SDK for .NET