Operation Constructors

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.

Overloads

Operation()

Initializes a new instance of the Operation class.

Operation(String, OperationInfo, String, Object, Nullable<Boolean>)

Initializes a new instance of the Operation class.

Operation()

Initializes a new instance of the Operation class.

C#
public Operation();

Applies to

Azure SDK for .NET Preview ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Preview

Operation(String, OperationInfo, String, Object, Nullable<Boolean>)

Initializes a new instance of the Operation class.

C#
public Operation(string name = default, Microsoft.Azure.Management.Maintenance.Models.OperationInfo display = default, string origin = default, object properties = default, bool? isDataAction = default);

Parameters

name
String

Name of the operation

display
OperationInfo

Display name of the operation

origin
String

Origin of the operation

properties
Object

Properties of the operation

isDataAction
Nullable<Boolean>

Indicates whether the operation is a data action

Applies to

Azure SDK for .NET Preview ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Preview