你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkingRuleAction Struct

Definition

The action enum for networking rule.

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

Constructors

NetworkingRuleAction(String)

Initializes a new instance of NetworkingRuleAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(NetworkingRuleAction)

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

Determines if two NetworkingRuleAction values are the same.

Implicit(String to NetworkingRuleAction)

Converts a string to a NetworkingRuleAction.

Inequality(NetworkingRuleAction, NetworkingRuleAction)

Determines if two NetworkingRuleAction values are not the same.

Applies to