Action Constructors

Definition

Overloads

Action()

Initializes a new instance of the Action class.

Action(Nullable<ActionType>)

Initializes a new instance of the Action class.

Action()

Source:
Action.cs

Initializes a new instance of the Action class.

public Action ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

Action(Nullable<ActionType>)

Source:
Action.cs

Initializes a new instance of the Action class.

public Action (Microsoft.Azure.KeyVault.Models.ActionType? actionType = default);

Parameters

actionType
Nullable<ActionType>

The type of the action. Possible values include: 'EmailContacts', 'AutoRenew'

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy