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