MachineLearningEgressPublicNetworkAccessType Struct

Definition

Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment.

public readonly struct MachineLearningEgressPublicNetworkAccessType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEgressPublicNetworkAccessType>
type MachineLearningEgressPublicNetworkAccessType = struct
Public Structure MachineLearningEgressPublicNetworkAccessType
Implements IEquatable(Of MachineLearningEgressPublicNetworkAccessType)
Inheritance
MachineLearningEgressPublicNetworkAccessType
Implements

Constructors

MachineLearningEgressPublicNetworkAccessType(String)

Initializes a new instance of MachineLearningEgressPublicNetworkAccessType.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MachineLearningEgressPublicNetworkAccessType)

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

Equality(MachineLearningEgressPublicNetworkAccessType, MachineLearningEgressPublicNetworkAccessType)

Determines if two MachineLearningEgressPublicNetworkAccessType values are the same.

Implicit(String to MachineLearningEgressPublicNetworkAccessType)

Converts a string to a MachineLearningEgressPublicNetworkAccessType.

Inequality(MachineLearningEgressPublicNetworkAccessType, MachineLearningEgressPublicNetworkAccessType)

Determines if two MachineLearningEgressPublicNetworkAccessType values are not the same.

Applies to