EventGridModelFactory.ApiManagementGatewayCertificateAuthorityUpdatedEventData 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.
Initializes a new instance of ApiManagementGatewayCertificateAuthorityUpdatedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.ApiManagementGatewayCertificateAuthorityUpdatedEventData ApiManagementGatewayCertificateAuthorityUpdatedEventData (string resourceUri = default);
static member ApiManagementGatewayCertificateAuthorityUpdatedEventData : string -> Azure.Messaging.EventGrid.SystemEvents.ApiManagementGatewayCertificateAuthorityUpdatedEventData
Public Shared Function ApiManagementGatewayCertificateAuthorityUpdatedEventData (Optional resourceUri As String = Nothing) As ApiManagementGatewayCertificateAuthorityUpdatedEventData
Parameters
- resourceUri
- String
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
A new ApiManagementGatewayCertificateAuthorityUpdatedEventData instance for mocking.
Applies to
Azure SDK for .NET