BlockResponseCode Struct
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.BlockResponseCodeTypeConverter))]
public struct BlockResponseCode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.BlockResponseCode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.BlockResponseCodeTypeConverter))>]
type BlockResponseCode = struct
interface IArgumentCompleter
Public Structure BlockResponseCode
Implements IArgumentCompleter, IEquatable(Of BlockResponseCode)
- Inheritance
-
BlockResponseCode
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Servfail | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(BlockResponseCode) |
Compares values of enum type BlockResponseCode |
| Equals(Object) |
Compares values of enum type BlockResponseCode (override for Object) |
| GetHashCode() |
Returns hashCode for enum BlockResponseCode |
| ToString() |
Returns string representation for BlockResponseCode |
Operators
| Name | Description |
|---|---|
| Equality(BlockResponseCode, BlockResponseCode) |
Overriding == operator for enum BlockResponseCode |
| Implicit(BlockResponseCode to String) |
Implicit operator to convert BlockResponseCode to string |
| Implicit(String to BlockResponseCode) |
Implicit operator to convert string to BlockResponseCode |
| Inequality(BlockResponseCode, BlockResponseCode) |
Overriding != operator for enum BlockResponseCode |