PostActionDeletionResourceActionType Struct

Definition

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.

Applies to