Freigeben über


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

Action.

Delete

Delete.

NotSpecified

NotSpecified.

Read

Read.

Unrecognized

Unrecognized.

Write

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.

Inequality(BlockActionVerb, BlockActionVerb)

Determines if two BlockActionVerb values are not the same.

Applies to