PostActionDeletionResourceActionType 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.
PostActionDeletionResourceActionType.
public readonly struct PostActionDeletionResourceActionType : IEquatable<Azure.ResourceManager.VirtualEnclaves.Models.PostActionDeletionResourceActionType>
type PostActionDeletionResourceActionType = struct
Public Structure PostActionDeletionResourceActionType
Implements IEquatable(Of PostActionDeletionResourceActionType)
- Inheritance
-
PostActionDeletionResourceActionType
- Implements
Constructors
| Name | Description |
|---|---|
| PostActionDeletionResourceActionType(String) |
Initializes a new instance of PostActionDeletionResourceActionType. |
Properties
| Name | Description |
|---|---|
| Create |
Gets the Create. |
| Delete |
Gets the Delete. |
| Update |
Gets the Update. |
Methods
| Name | Description |
|---|---|
| Equals(PostActionDeletionResourceActionType) |
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(PostActionDeletionResourceActionType, PostActionDeletionResourceActionType) |
Determines if two PostActionDeletionResourceActionType values are the same. |
| Implicit(String to Nullable<PostActionDeletionResourceActionType>) | |
| Implicit(String to PostActionDeletionResourceActionType) |
Converts a string to a PostActionDeletionResourceActionType. |
| Inequality(PostActionDeletionResourceActionType, PostActionDeletionResourceActionType) |
Determines if two PostActionDeletionResourceActionType values are not the same. |