Share via


StorageAccountNetworkRuleState Struct

Definition

Gets the state of virtual network rule.

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

Constructors

StorageAccountNetworkRuleState(String)

Initializes a new instance of StorageAccountNetworkRuleState.

Properties

Deprovisioning

Deprovisioning.

Failed

Failed.

NetworkSourceDeleted

NetworkSourceDeleted.

Provisioning

Provisioning.

Succeeded

Succeeded.

Methods

Equals(StorageAccountNetworkRuleState)

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

Determines if two StorageAccountNetworkRuleState values are the same.

Implicit(String to StorageAccountNetworkRuleState)

Converts a string to a StorageAccountNetworkRuleState.

Inequality(StorageAccountNetworkRuleState, StorageAccountNetworkRuleState)

Determines if two StorageAccountNetworkRuleState values are not the same.

Applies to