Language

IDnsSecurityRuleProperties.ActionType Property

Definition

The type of action to take.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The type of action to take.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")]
public Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ActionType? ActionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The type of action to take.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")>]
member this.ActionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ActionType> with get, set
Public Property ActionType As Nullable(Of ActionType)

Property Value

Attributes

Applies to