MachineLearningPublicNetworkAccessType 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.
Whether requests from the public network are allowed.
public readonly struct MachineLearningPublicNetworkAccessType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPublicNetworkAccessType>
type MachineLearningPublicNetworkAccessType = struct
Public Structure MachineLearningPublicNetworkAccessType
Implements IEquatable(Of MachineLearningPublicNetworkAccessType)
- Inheritance
-
MachineLearningPublicNetworkAccessType
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningPublicNetworkAccessType(String) |
Initializes a new instance of MachineLearningPublicNetworkAccessType. |
Properties
| Name | Description |
|---|---|
| Disabled |
Public network access is disabled. |
| Enabled |
Public network access is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningPublicNetworkAccessType) |
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(MachineLearningPublicNetworkAccessType, MachineLearningPublicNetworkAccessType) |
Determines if two |
| Implicit(String to MachineLearningPublicNetworkAccessType) |
Converts a |
| Inequality(MachineLearningPublicNetworkAccessType, MachineLearningPublicNetworkAccessType) |
Determines if two |