MachineLearningEgressPublicNetworkAccessType 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.
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
Azure SDK for .NET