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
| Name | Description |
|---|---|
| MachineLearningEgressPublicNetworkAccessType(String) |
Initializes a new instance of MachineLearningEgressPublicNetworkAccessType. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |