Udostępnij za pośrednictwem


MachineLearningPublicNetworkAccessType Struct

Definition

Enum to determine whether PublicNetworkAccess is Enabled or Disabled.

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

Constructors

MachineLearningPublicNetworkAccessType(String)

Initializes a new instance of MachineLearningPublicNetworkAccessType.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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

Equality(MachineLearningPublicNetworkAccessType, MachineLearningPublicNetworkAccessType)

Determines if two MachineLearningPublicNetworkAccessType values are the same.

Implicit(String to MachineLearningPublicNetworkAccessType)

Converts a string to a MachineLearningPublicNetworkAccessType.

Inequality(MachineLearningPublicNetworkAccessType, MachineLearningPublicNetworkAccessType)

Determines if two MachineLearningPublicNetworkAccessType values are not the same.

Applies to