CognitiveServicesManagedNetworkStatus 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 for the managed network of a cognitive services account.
public readonly struct CognitiveServicesManagedNetworkStatus : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedNetworkStatus>
type CognitiveServicesManagedNetworkStatus = struct
Public Structure CognitiveServicesManagedNetworkStatus
Implements IEquatable(Of CognitiveServicesManagedNetworkStatus)
- Inheritance
-
CognitiveServicesManagedNetworkStatus
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesManagedNetworkStatus(String) |
Initializes a new instance of CognitiveServicesManagedNetworkStatus. |
Properties
| Name | Description |
|---|---|
| Active |
Gets the Active. |
| Inactive |
Gets the Inactive. |
Methods
| Name | Description |
|---|---|
| Equals(CognitiveServicesManagedNetworkStatus) |
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(CognitiveServicesManagedNetworkStatus, CognitiveServicesManagedNetworkStatus) |
Determines if two CognitiveServicesManagedNetworkStatus values are the same. |
| Implicit(String to CognitiveServicesManagedNetworkStatus) |
Converts a string to a CognitiveServicesManagedNetworkStatus. |
| Implicit(String to Nullable<CognitiveServicesManagedNetworkStatus>) | |
| Inequality(CognitiveServicesManagedNetworkStatus, CognitiveServicesManagedNetworkStatus) |
Determines if two CognitiveServicesManagedNetworkStatus values are not the same. |