Share via


EventGridModelFactory.KeyVaultCertificateNearExpiryEventData Method

Definition

Initializes a new instance of KeyVaultCertificateNearExpiryEventData.

public static Azure.Messaging.EventGrid.SystemEvents.KeyVaultCertificateNearExpiryEventData KeyVaultCertificateNearExpiryEventData (string id = default, string vaultName = default, string objectType = default, string objectName = default, string version = default, float? nbf = default, float? exp = default);
static member KeyVaultCertificateNearExpiryEventData : string * string * string * string * string * Nullable<single> * Nullable<single> -> Azure.Messaging.EventGrid.SystemEvents.KeyVaultCertificateNearExpiryEventData
Public Shared Function KeyVaultCertificateNearExpiryEventData (Optional id As String = Nothing, Optional vaultName As String = Nothing, Optional objectType As String = Nothing, Optional objectName As String = Nothing, Optional version As String = Nothing, Optional nbf As Nullable(Of Single) = Nothing, Optional exp As Nullable(Of Single) = Nothing) As KeyVaultCertificateNearExpiryEventData

Parameters

id
String

The id of the object that triggered this event.

vaultName
String

Key vault name of the object that triggered this event.

objectType
String

The type of the object that triggered this event.

objectName
String

The name of the object that triggered this event.

version
String

The version of the object that triggered this event.

nbf
Nullable<Single>

Not before date of the object that triggered this event.

exp
Nullable<Single>

The expiration date of the object that triggered this event.

Returns

A new KeyVaultCertificateNearExpiryEventData instance for mocking.

Applies to