BlockActionVerb 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 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. |