ComputeBulkOperationType 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 bulk operation that can be performed on resources using Bulkactions API.
public readonly struct ComputeBulkOperationType : IEquatable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationType>
type ComputeBulkOperationType = struct
Public Structure ComputeBulkOperationType
Implements IEquatable(Of ComputeBulkOperationType)
- Inheritance
-
ComputeBulkOperationType
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeBulkOperationType(String) |
Initializes a new instance of ComputeBulkOperationType. |
Properties
| Name | Description |
|---|---|
| Create |
Create operations on the resources. |
| Deallocate |
Deallocate operations on the resources. |
| Delete |
Delete 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(ComputeBulkOperationType) |
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(ComputeBulkOperationType, ComputeBulkOperationType) |
Determines if two ComputeBulkOperationType values are the same. |
| Implicit(String to ComputeBulkOperationType) |
Converts a string to a ComputeBulkOperationType. |
| Implicit(String to Nullable<ComputeBulkOperationType>) | |
| Inequality(ComputeBulkOperationType, ComputeBulkOperationType) |
Determines if two ComputeBulkOperationType values are not the same. |