ภาษา

PublicNetworkAccess Struct

Definition

Enum to determine whether PublicNetworkAccess is Enabled or Disabled.

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

Constructors

Name Description
PublicNetworkAccess(String)

Initializes a new instance of PublicNetworkAccess.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(PublicNetworkAccess)

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

Determines if two PublicNetworkAccess values are the same.

Implicit(String to Nullable<PublicNetworkAccess>)
Implicit(String to PublicNetworkAccess)

Converts a string to a PublicNetworkAccess.

Inequality(PublicNetworkAccess, PublicNetworkAccess)

Determines if two PublicNetworkAccess values are not the same.

Applies to