RelayPublicNetworkAccess Struct

Definition

This determines if traffic is allowed over public network. By default it is enabled. DO NOT USE PublicNetworkAccess on Namespace API. Please use the NetworkRuleSet API to enable or disable PublicNetworkAccess.

public readonly struct RelayPublicNetworkAccess : IEquatable<Azure.ResourceManager.Relay.Models.RelayPublicNetworkAccess>
type RelayPublicNetworkAccess = struct
Public Structure RelayPublicNetworkAccess
Implements IEquatable(Of RelayPublicNetworkAccess)
Inheritance
RelayPublicNetworkAccess
Implements

Constructors

RelayPublicNetworkAccess(String)

Initializes a new instance of RelayPublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

SecuredByPerimeter

SecuredByPerimeter.

Methods

Equals(RelayPublicNetworkAccess)

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(RelayPublicNetworkAccess, RelayPublicNetworkAccess)

Determines if two RelayPublicNetworkAccess values are the same.

Implicit(String to RelayPublicNetworkAccess)

Converts a string to a RelayPublicNetworkAccess.

Inequality(RelayPublicNetworkAccess, RelayPublicNetworkAccess)

Determines if two RelayPublicNetworkAccess values are not the same.

Applies to