ServiceBusPublicNetworkAccessFlag 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 ServiceBusPublicNetworkAccessFlag : IEquatable<Azure.ResourceManager.ServiceBus.Models.ServiceBusPublicNetworkAccessFlag>
type ServiceBusPublicNetworkAccessFlag = struct
Public Structure ServiceBusPublicNetworkAccessFlag
Implements IEquatable(Of ServiceBusPublicNetworkAccessFlag)
- Inheritance
-
ServiceBusPublicNetworkAccessFlag
- Implements
Constructors
ServiceBusPublicNetworkAccessFlag(String) |
Initializes a new instance of ServiceBusPublicNetworkAccessFlag. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(ServiceBusPublicNetworkAccessFlag) |
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(ServiceBusPublicNetworkAccessFlag, ServiceBusPublicNetworkAccessFlag) |
Determines if two ServiceBusPublicNetworkAccessFlag values are the same. |
Implicit(String to ServiceBusPublicNetworkAccessFlag) |
Converts a string to a ServiceBusPublicNetworkAccessFlag. |
Inequality(ServiceBusPublicNetworkAccessFlag, ServiceBusPublicNetworkAccessFlag) |
Determines if two ServiceBusPublicNetworkAccessFlag values are not the same. |
Applies to
Azure SDK for .NET