Compartilhar via


ICertificateOrderAction.ActionType Property

Definition

Action type.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Action type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType) }, ReadOnly=true, Required=false, SerializedName="actionType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType? ActionType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Action type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType) }, ReadOnly=true, Required=false, SerializedName="actionType")>]
member this.ActionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderActionType>
Public ReadOnly Property ActionType As Nullable(Of CertificateOrderActionType)

Property Value

Attributes

Applies to