PublicNetworkAccess 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.
This determines if traffic is allowed over public network. By default it is enabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessTypeConverter))]
public struct PublicNetworkAccess : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccess>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.PublicNetworkAccessTypeConverter))>]
type PublicNetworkAccess = struct
interface IArgumentCompleter
Public Structure PublicNetworkAccess
Implements IArgumentCompleter, IEquatable(Of PublicNetworkAccess)
- Inheritance
-
PublicNetworkAccess
- Attributes
- Implements
Fields
Disabled | |
Enabled | |
SecuredByPerimeter |
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 PublicNetworkAccess (override for Object) |
Equals(PublicNetworkAccess) |
Compares values of enum type PublicNetworkAccess |
GetHashCode() |
Returns hashCode for enum PublicNetworkAccess |
ToString() |
Returns string representation for PublicNetworkAccess |
Operators
Equality(PublicNetworkAccess, PublicNetworkAccess) |
Overriding == operator for enum PublicNetworkAccess |
Implicit(PublicNetworkAccess to String) |
Implicit operator to convert PublicNetworkAccess to string |
Implicit(String to PublicNetworkAccess) |
Implicit operator to convert string to PublicNetworkAccess |
Inequality(PublicNetworkAccess, PublicNetworkAccess) |
Overriding != operator for enum PublicNetworkAccess |