DatabaseWatcherSharedPrivateLinkResourceStatus 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.
Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.
public readonly struct DatabaseWatcherSharedPrivateLinkResourceStatus : IEquatable<Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherSharedPrivateLinkResourceStatus>
type DatabaseWatcherSharedPrivateLinkResourceStatus = struct
Public Structure DatabaseWatcherSharedPrivateLinkResourceStatus
Implements IEquatable(Of DatabaseWatcherSharedPrivateLinkResourceStatus)
- Inheritance
-
DatabaseWatcherSharedPrivateLinkResourceStatus
- Implements
Constructors
DatabaseWatcherSharedPrivateLinkResourceStatus(String) |
Initializes a new instance of DatabaseWatcherSharedPrivateLinkResourceStatus. |
Properties
Approved |
The shared private link connection request was approved by the resource owner. |
Disconnected |
The shared private link connection request was disconnected by the resource owner. |
Pending |
The shared private link connection request was not yet authorized by the resource owner. |
Rejected |
The shared private link connection request was rejected by the resource owner. |
Methods
Equals(DatabaseWatcherSharedPrivateLinkResourceStatus) |
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(DatabaseWatcherSharedPrivateLinkResourceStatus, DatabaseWatcherSharedPrivateLinkResourceStatus) |
Determines if two DatabaseWatcherSharedPrivateLinkResourceStatus values are the same. |
Implicit(String to DatabaseWatcherSharedPrivateLinkResourceStatus) |
Converts a String to a DatabaseWatcherSharedPrivateLinkResourceStatus. |
Inequality(DatabaseWatcherSharedPrivateLinkResourceStatus, DatabaseWatcherSharedPrivateLinkResourceStatus) |
Determines if two DatabaseWatcherSharedPrivateLinkResourceStatus values are not the same. |