PurviewPrivateLinkServiceStatus 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.
The status.
public readonly struct PurviewPrivateLinkServiceStatus : IEquatable<Azure.ResourceManager.Purview.Models.PurviewPrivateLinkServiceStatus>
type PurviewPrivateLinkServiceStatus = struct
Public Structure PurviewPrivateLinkServiceStatus
Implements IEquatable(Of PurviewPrivateLinkServiceStatus)
- Inheritance
-
PurviewPrivateLinkServiceStatus
- Implements
Constructors
PurviewPrivateLinkServiceStatus(String) |
Initializes a new instance of PurviewPrivateLinkServiceStatus. |
Properties
Approved |
Approved. |
Disconnected |
Disconnected. |
Pending |
Pending. |
Rejected |
Rejected. |
Unknown |
Unknown. |
Methods
Equals(PurviewPrivateLinkServiceStatus) |
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(PurviewPrivateLinkServiceStatus, PurviewPrivateLinkServiceStatus) |
Determines if two PurviewPrivateLinkServiceStatus values are the same. |
Implicit(String to PurviewPrivateLinkServiceStatus) |
Converts a string to a PurviewPrivateLinkServiceStatus. |
Inequality(PurviewPrivateLinkServiceStatus, PurviewPrivateLinkServiceStatus) |
Determines if two PurviewPrivateLinkServiceStatus values are not the same. |
Applies to
Azure SDK for .NET