ServiceBusPublicNetworkAccess Struct

Definition

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

Name Description
ServiceBusPublicNetworkAccess(String)

Initializes a new instance of ServiceBusPublicNetworkAccess.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

SecuredByPerimeter

Gets the SecuredByPerimeter.

Methods

Name Description
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

Name Description
Equality(ServiceBusPublicNetworkAccess, ServiceBusPublicNetworkAccess)

Determines if two ServiceBusPublicNetworkAccess values are the same.

Implicit(String to Nullable<ServiceBusPublicNetworkAccess>)
Implicit(String to ServiceBusPublicNetworkAccess)

Converts a string to a ServiceBusPublicNetworkAccess.

Inequality(ServiceBusPublicNetworkAccess, ServiceBusPublicNetworkAccess)

Determines if two ServiceBusPublicNetworkAccess values are not the same.

Applies to