Freigeben über


ManagementActionType Struct

Definition

Defines the ManagementAction's type.

public readonly struct ManagementActionType : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.ManagementActionType>
type ManagementActionType = struct
Public Structure ManagementActionType
Implements IEquatable(Of ManagementActionType)
Inheritance
ManagementActionType
Implements

Constructors

Name Description
ManagementActionType(String)

Initializes a new instance of ManagementActionType.

Properties

Name Description
Call

Call action type.

Read

Read action type.

Write

Write action type.

Methods

Name Description
Equals(ManagementActionType)

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(ManagementActionType, ManagementActionType)

Determines if two ManagementActionType values are the same.

Implicit(String to ManagementActionType)

Converts a string to a ManagementActionType.

Implicit(String to Nullable<ManagementActionType>)
Inequality(ManagementActionType, ManagementActionType)

Determines if two ManagementActionType values are not the same.

Applies to