IDnsSecurityRule.ActionBlockResponseCode Property
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.
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