Language

IDnsSecurityRulePatch.ActionBlockResponseCode Property

Definition

The response code for block actions.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The response code for block actions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.BlockResponseCode) }, ReadOnly=false, Required=false, SerializedName="blockResponseCode")]
public Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.BlockResponseCode? ActionBlockResponseCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The response code for block actions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.BlockResponseCode) }, ReadOnly=false, Required=false, SerializedName="blockResponseCode")>]
member this.ActionBlockResponseCode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.BlockResponseCode> with get, set
Public Property ActionBlockResponseCode As Nullable(Of BlockResponseCode)

Property Value

Attributes

Applies to