MachineLearningPublicNetworkAccess Struct

Definition

Whether requests from Public Network are allowed.

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

Constructors

MachineLearningPublicNetworkAccess(String)

Initializes a new instance of MachineLearningPublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MachineLearningPublicNetworkAccess)

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(MachineLearningPublicNetworkAccess, MachineLearningPublicNetworkAccess)

Determines if two MachineLearningPublicNetworkAccess values are the same.

Implicit(String to MachineLearningPublicNetworkAccess)

Converts a string to a MachineLearningPublicNetworkAccess.

Inequality(MachineLearningPublicNetworkAccess, MachineLearningPublicNetworkAccess)

Determines if two MachineLearningPublicNetworkAccess values are not the same.

Applies to