PostgreSqlVirtualNetworkRuleState 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.
Virtual Network Rule State.
public readonly struct PostgreSqlVirtualNetworkRuleState : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlVirtualNetworkRuleState>
type PostgreSqlVirtualNetworkRuleState = struct
Public Structure PostgreSqlVirtualNetworkRuleState
Implements IEquatable(Of PostgreSqlVirtualNetworkRuleState)
- Inheritance
-
PostgreSqlVirtualNetworkRuleState
- Implements
Constructors
PostgreSqlVirtualNetworkRuleState(String) |
Initializes a new instance of PostgreSqlVirtualNetworkRuleState. |
Properties
Deleting |
Deleting. |
Initializing |
Initializing. |
InProgress |
InProgress. |
Ready |
Ready. |
Unknown |
Unknown. |
Methods
Equals(PostgreSqlVirtualNetworkRuleState) |
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(PostgreSqlVirtualNetworkRuleState, PostgreSqlVirtualNetworkRuleState) |
Determines if two PostgreSqlVirtualNetworkRuleState values are the same. |
Implicit(String to PostgreSqlVirtualNetworkRuleState) |
Converts a string to a PostgreSqlVirtualNetworkRuleState. |
Inequality(PostgreSqlVirtualNetworkRuleState, PostgreSqlVirtualNetworkRuleState) |
Determines if two PostgreSqlVirtualNetworkRuleState values are not the same. |
Applies to
Azure SDK for .NET