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