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