CognitiveServicesManagedNetworkKind 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 Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
public readonly struct CognitiveServicesManagedNetworkKind : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedNetworkKind>
type CognitiveServicesManagedNetworkKind = struct
Public Structure CognitiveServicesManagedNetworkKind
Implements IEquatable(Of CognitiveServicesManagedNetworkKind)
- Inheritance
-
CognitiveServicesManagedNetworkKind
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesManagedNetworkKind(String) |
Initializes a new instance of CognitiveServicesManagedNetworkKind. |
Properties
| Name | Description |
|---|---|
| V1 |
Gets the V1. |
| V2 |
Gets the V2. |
Methods
| Name | Description |
|---|---|
| Equals(CognitiveServicesManagedNetworkKind) |
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(CognitiveServicesManagedNetworkKind, CognitiveServicesManagedNetworkKind) |
Determines if two CognitiveServicesManagedNetworkKind values are the same. |
| Implicit(String to CognitiveServicesManagedNetworkKind) |
Converts a string to a CognitiveServicesManagedNetworkKind. |
| Implicit(String to Nullable<CognitiveServicesManagedNetworkKind>) | |
| Inequality(CognitiveServicesManagedNetworkKind, CognitiveServicesManagedNetworkKind) |
Determines if two CognitiveServicesManagedNetworkKind values are not the same. |