Share via


MonitorPublicNetworkAccess Struct

Definition

The configuration to set whether network access from public internet to the endpoints are allowed.

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

Constructors

MonitorPublicNetworkAccess(String)

Initializes a new instance of MonitorPublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

SecuredByPerimeter

SecuredByPerimeter.

Methods

Equals(MonitorPublicNetworkAccess)

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

Determines if two MonitorPublicNetworkAccess values are the same.

Implicit(String to MonitorPublicNetworkAccess)

Converts a string to a MonitorPublicNetworkAccess.

Inequality(MonitorPublicNetworkAccess, MonitorPublicNetworkAccess)

Determines if two MonitorPublicNetworkAccess values are not the same.

Applies to