PrivateLinkState 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.
Property which describes the state of private link on a connected cluster resource.
public readonly struct PrivateLinkState : IEquatable<Azure.ResourceManager.Kubernetes.Models.PrivateLinkState>
type PrivateLinkState = struct
Public Structure PrivateLinkState
Implements IEquatable(Of PrivateLinkState)
- Inheritance
-
PrivateLinkState
- Implements
Constructors
PrivateLinkState(String) |
Initializes a new instance of PrivateLinkState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(PrivateLinkState) |
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(PrivateLinkState, PrivateLinkState) |
Determines if two PrivateLinkState values are the same. |
Implicit(String to PrivateLinkState) |
Converts a string to a PrivateLinkState. |
Inequality(PrivateLinkState, PrivateLinkState) |
Determines if two PrivateLinkState values are not the same. |
Applies to
Azure SDK for .NET