MonitorPrivateLinkAccessMode 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.
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
MonitorPrivateLinkAccessMode(String) |
Initializes a new instance of MonitorPrivateLinkAccessMode. |
Properties
Open |
Open. |
PrivateOnly |
PrivateOnly. |
Methods
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
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
Azure SDK for .NET