StorageAccountNetworkRuleAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET