ResourceOperationType Struct

Definition

The kind of operation types that can be performed on resources using ScheduledActions.

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

Constructors

ResourceOperationType(String)

Initializes a new instance of ResourceOperationType.

Properties

Deallocate

Deallocate operations on the resources.

Hibernate

Hibernate operations on the resources.

Start

Start operations on the resources.

Unknown

The default value for this enum type.

Methods

Equals(ResourceOperationType)

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

Equality(ResourceOperationType, ResourceOperationType)

Determines if two ResourceOperationType values are the same.

Implicit(String to ResourceOperationType)

Converts a String to a ResourceOperationType.

Inequality(ResourceOperationType, ResourceOperationType)

Determines if two ResourceOperationType values are not the same.

Applies to