SqlServerVirtualNetworkRuleState 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 SqlServerVirtualNetworkRuleState : IEquatable<Azure.ResourceManager.Sql.Models.SqlServerVirtualNetworkRuleState>
type SqlServerVirtualNetworkRuleState = struct
Public Structure SqlServerVirtualNetworkRuleState
Implements IEquatable(Of SqlServerVirtualNetworkRuleState)
- Inheritance
-
SqlServerVirtualNetworkRuleState
- Implements
Constructors
| Name | Description |
|---|---|
| SqlServerVirtualNetworkRuleState(String) |
Initializes a new instance of SqlServerVirtualNetworkRuleState. |
Properties
| Name | Description |
|---|---|
| Deleting |
Deleting. |
| Failed |
Failed. |
| Initializing |
Initializing. |
| InProgress |
InProgress. |
| Ready |
Ready. |
| Unknown |
Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(SqlServerVirtualNetworkRuleState) |
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
| Name | Description |
|---|---|
| Equality(SqlServerVirtualNetworkRuleState, SqlServerVirtualNetworkRuleState) |
Determines if two SqlServerVirtualNetworkRuleState values are the same. |
| Implicit(String to SqlServerVirtualNetworkRuleState) |
Converts a String to a SqlServerVirtualNetworkRuleState. |
| Inequality(SqlServerVirtualNetworkRuleState, SqlServerVirtualNetworkRuleState) |
Determines if two SqlServerVirtualNetworkRuleState values are not the same. |