CognitiveServicesIsolationMode Struct

Definition

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.

Applies to