Class ApiManagementGatewayCertificateAuthorityDeletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.ApiManagementGatewayCertificateAuthorityDeletedEventData

public final class ApiManagementGatewayCertificateAuthorityDeletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted event.
  • Constructor Details

    • ApiManagementGatewayCertificateAuthorityDeletedEventData

      public ApiManagementGatewayCertificateAuthorityDeletedEventData()
      Creates an instance of ApiManagementGatewayCertificateAuthorityDeletedEventData class.
  • Method Details

    • getResourceUri

      public String getResourceUri()
      Get the resourceUri property: The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>`.
      Returns:
      the resourceUri value.
    • setResourceUri

      Set the resourceUri property: The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>`.
      Parameters:
      resourceUri - the resourceUri value to set.
      Returns:
      the ApiManagementGatewayCertificateAuthorityDeletedEventData object itself.