OperationValue Constructors

Definition

Overloads

OperationValue()

Initializes a new instance of the OperationValue class.

OperationValue(String, String, String, String, String, String)

Initializes a new instance of the OperationValue class.

OperationValue()

Initializes a new instance of the OperationValue class.

public OperationValue ();
Public Sub New ()

Applies to

OperationValue(String, String, String, String, String, String)

Initializes a new instance of the OperationValue class.

public OperationValue (string origin = default, string name = default, string operation = default, string resource = default, string description = default, string provider = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OperationValue : string * string * string * string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OperationValue
Public Sub New (Optional origin As String = Nothing, Optional name As String = Nothing, Optional operation As String = Nothing, Optional resource As String = Nothing, Optional description As String = Nothing, Optional provider As String = Nothing)

Parameters

origin
String

The origin of the compute operation.

name
String

The name of the compute operation.

operation
String

The display name of the compute operation.

resource
String

The display name of the resource the operation applies to.

description
String

The description of the operation.

provider
String

The resource provider for the operation.

Applies to