ApiCenterApiSourceLinkState 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 API source link state.
public readonly struct ApiCenterApiSourceLinkState : IEquatable<Azure.ResourceManager.ApiCenter.Models.ApiCenterApiSourceLinkState>
type ApiCenterApiSourceLinkState = struct
Public Structure ApiCenterApiSourceLinkState
Implements IEquatable(Of ApiCenterApiSourceLinkState)
- Inheritance
-
ApiCenterApiSourceLinkState
- Implements
Constructors
| Name | Description |
|---|---|
| ApiCenterApiSourceLinkState(String) |
Initializes a new instance of ApiCenterApiSourceLinkState. |
Properties
| Name | Description |
|---|---|
| Deleting |
The API source is being deleted. |
| Error |
The API source sync is blocked due to an error. |
| Initializing |
The API source link is initializing. |
| Syncing |
The API source is syncing. |
Methods
| Name | Description |
|---|---|
| Equals(ApiCenterApiSourceLinkState) |
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(ApiCenterApiSourceLinkState, ApiCenterApiSourceLinkState) |
Determines if two ApiCenterApiSourceLinkState values are the same. |
| Implicit(String to ApiCenterApiSourceLinkState) |
Converts a string to a ApiCenterApiSourceLinkState. |
| Implicit(String to Nullable<ApiCenterApiSourceLinkState>) | |
| Inequality(ApiCenterApiSourceLinkState, ApiCenterApiSourceLinkState) |
Determines if two ApiCenterApiSourceLinkState values are not the same. |