BlockActionVerb Struct

Definition

The action verb that will be blocked when the resource group is locked during move.

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

Constructors

Name Description
BlockActionVerb(String)

Initializes a new instance of BlockActionVerb.

Properties

Name Description
Action

Gets the Action.

Delete

Gets the Delete.

NotSpecified

Gets the NotSpecified.

Read

Gets the Read.

Unrecognized

Gets the Unrecognized.

Write

Gets the Write.

Methods

Name Description
Equals(BlockActionVerb)

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

Determines if two BlockActionVerb values are the same.

Implicit(String to BlockActionVerb)

Converts a string to a BlockActionVerb.

Implicit(String to Nullable<BlockActionVerb>)
Inequality(BlockActionVerb, BlockActionVerb)

Determines if two BlockActionVerb values are not the same.

Applies to