ServiceBusPublicNetworkAccess 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.
public readonly struct ServiceBusPublicNetworkAccess : IEquatable<Azure.ResourceManager.ServiceBus.Models.ServiceBusPublicNetworkAccess>
type ServiceBusPublicNetworkAccess = struct
Public Structure ServiceBusPublicNetworkAccess
Implements IEquatable(Of ServiceBusPublicNetworkAccess)
- Inheritance
-
ServiceBusPublicNetworkAccess
- Implements
Constructors
ServiceBusPublicNetworkAccess(String) |
Initializes a new instance of ServiceBusPublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
SecuredByPerimeter |
SecuredByPerimeter. |
Methods
Equals(ServiceBusPublicNetworkAccess) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ServiceBusPublicNetworkAccess, ServiceBusPublicNetworkAccess) |
Determines if two ServiceBusPublicNetworkAccess values are the same. |
Implicit(String to ServiceBusPublicNetworkAccess) |
Converts a string to a ServiceBusPublicNetworkAccess. |
Inequality(ServiceBusPublicNetworkAccess, ServiceBusPublicNetworkAccess) |
Determines if two ServiceBusPublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET