ResourceOperationType 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.
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
| Name | Description |
|---|---|
| ResourceOperationType(String) |
Initializes a new instance of ResourceOperationType. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |