Action Constructors
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.
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 ();
Public Sub New ()
Applies to
Action(Nullable<ActionType>)
- Source:
- Action.cs
Initializes a new instance of the Action class.
public Action (Microsoft.Azure.KeyVault.Models.ActionType? actionType = default);
new Microsoft.Azure.KeyVault.Models.Action : Nullable<Microsoft.Azure.KeyVault.Models.ActionType> -> Microsoft.Azure.KeyVault.Models.Action
Public Sub New (Optional actionType As Nullable(Of ActionType) = Nothing)
Parameters
- actionType
- Nullable<ActionType>
The type of the action. Possible values include: 'EmailContacts', 'AutoRenew'
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET