Freigeben über


MonitorPrivateLinkAccessMode Struct

Definition

Access mode types.

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

Constructors

Name Description
MonitorPrivateLinkAccessMode(String)

Initializes a new instance of MonitorPrivateLinkAccessMode.

Properties

Name Description
Open

Open.

PrivateOnly

PrivateOnly.

Methods

Name Description
Equals(MonitorPrivateLinkAccessMode)

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

Determines if two MonitorPrivateLinkAccessMode values are the same.

Implicit(String to MonitorPrivateLinkAccessMode)

Converts a String to a MonitorPrivateLinkAccessMode.

Inequality(MonitorPrivateLinkAccessMode, MonitorPrivateLinkAccessMode)

Determines if two MonitorPrivateLinkAccessMode values are not the same.

Applies to