Dela via


StorageAccountNetworkRuleAction Struct

Definition

The action of virtual network rule.

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

Constructors

StorageAccountNetworkRuleAction(String)

Initializes a new instance of StorageAccountNetworkRuleAction.

Properties

Allow

Allow.

Methods

Equals(StorageAccountNetworkRuleAction)

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

Determines if two StorageAccountNetworkRuleAction values are the same.

Implicit(String to StorageAccountNetworkRuleAction)

Converts a string to a StorageAccountNetworkRuleAction.

Inequality(StorageAccountNetworkRuleAction, StorageAccountNetworkRuleAction)

Determines if two StorageAccountNetworkRuleAction values are not the same.

Applies to