ComputeBulkOperationKind Struct

Definition

The kind of bulk operation that can be performed on resources using Bulkactions API.

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

Constructors

Name Description
ComputeBulkOperationKind(String)

Initializes a new instance of ComputeBulkOperationKind.

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(ComputeBulkOperationKind)

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

Determines if two ComputeBulkOperationKind values are the same.

Implicit(String to ComputeBulkOperationKind)

Converts a string to a ComputeBulkOperationKind.

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

Determines if two ComputeBulkOperationKind values are not the same.

Applies to