NspReadinessState 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 readiness state of the resource type for NSP support.
public readonly struct NspReadinessState : IEquatable<Azure.ResourceManager.Network.Models.NspReadinessState>
type NspReadinessState = struct
Public Structure NspReadinessState
Implements IEquatable(Of NspReadinessState)
- Inheritance
-
NspReadinessState
- Implements
Constructors
| Name | Description |
|---|---|
| NspReadinessState(String) |
Initializes a new instance of NspReadinessState. |
Properties
| Name | Description |
|---|---|
| GA |
Resource Provider is generally available for NSP Integration. |
| NotReady |
NSP Onboarding is not started or not Supported. |
| Onboarding |
Resource Provider is actively being onboarded to NSP. |
| Preview |
Resource Provider supports NSP in Preview. |
Methods
| Name | Description |
|---|---|
| Equals(NspReadinessState) |
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(NspReadinessState, NspReadinessState) |
Determines if two NspReadinessState values are the same. |
| Implicit(String to NspReadinessState) |
Converts a string to a NspReadinessState. |
| Implicit(String to Nullable<NspReadinessState>) | |
| Inequality(NspReadinessState, NspReadinessState) |
Determines if two NspReadinessState values are not the same. |