Operation Class

  • java.lang.Object
    • com.azure.resourcemanager.deploymentmanager.models.Operation

public final class Operation

Represents an operation that can be performed on the service.

Constructor Summary

Constructor Description
Operation()

Creates an instance of Operation class.

Method Summary

Modifier and Type Method and Description
OperationDetail display()

Get the display property: The display name of the operation.

String name()

Get the name property: The name of the operation.

String origin()

Get the origin property: The origin of the operation.

Object properties()

Get the properties property: The properties of the operation.

void validate()

Validates the instance.

Operation withDisplay(OperationDetail display)

Set the display property: The display name of the operation.

Operation withName(String name)

Set the name property: The name of the operation.

Operation withOrigin(String origin)

Set the origin property: The origin of the operation.

Operation withProperties(Object properties)

Set the properties property: The properties of the operation.

Methods inherited from java.lang.Object

Constructor Details

Operation

public Operation()

Creates an instance of Operation class.

Method Details

display

public OperationDetail display()

Get the display property: The display name of the operation.

Returns:

the display value.

name

public String name()

Get the name property: The name of the operation.

Returns:

the name value.

origin

public String origin()

Get the origin property: The origin of the operation.

Returns:

the origin value.

properties

public Object properties()

Get the properties property: The properties of the operation.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withDisplay

public Operation withDisplay(OperationDetail display)

Set the display property: The display name of the operation.

Parameters:

display - the display value to set.

Returns:

the Operation object itself.

withName

public Operation withName(String name)

Set the name property: The name of the operation.

Parameters:

name - the name value to set.

Returns:

the Operation object itself.

withOrigin

public Operation withOrigin(String origin)

Set the origin property: The origin of the operation.

Parameters:

origin - the origin value to set.

Returns:

the Operation object itself.

withProperties

public Operation withProperties(Object properties)

Set the properties property: The properties of the operation.

Parameters:

properties - the properties value to set.

Returns:

the Operation object itself.

Applies to