OutboundAccess 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.
Indicates whether outbound access is permitted for the specified URI pattern.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.OutboundAccessTypeConverter))]
public struct OutboundAccess : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.OutboundAccess>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.OutboundAccessTypeConverter))>]
type OutboundAccess = struct
interface IArgumentCompleter
Public Structure OutboundAccess
Implements IArgumentCompleter, IEquatable(Of OutboundAccess)
- Inheritance
-
OutboundAccess
- Attributes
- Implements
Fields
Allow | |
Deny |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OutboundAccess (override for Object) |
Equals(OutboundAccess) |
Compares values of enum type OutboundAccess |
GetHashCode() |
Returns hashCode for enum OutboundAccess |
ToString() |
Returns string representation for OutboundAccess |
Operators
Equality(OutboundAccess, OutboundAccess) |
Overriding == operator for enum OutboundAccess |
Implicit(OutboundAccess to String) |
Implicit operator to convert OutboundAccess to string |
Implicit(String to OutboundAccess) |
Implicit operator to convert string to OutboundAccess |
Inequality(OutboundAccess, OutboundAccess) |
Overriding != operator for enum OutboundAccess |