OperationDisplay Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.models.OperationDisplay

public final class OperationDisplay

Provider, Resource and Operation values.

Constructor Summary

Constructor Description
OperationDisplay()

Method Summary

Modifier and Type Method and Description
String operation()

Get the operation property: Operation type: Read, write, delete, etc.

String provider()

Get the provider property: Service provider: Microsoft.Automation.

String resource()

Get the resource property: Resource on which the operation is performed: Runbooks, Jobs etc.

void validate()

Validates the instance.

OperationDisplay withOperation(String operation)

Set the operation property: Operation type: Read, write, delete, etc.

OperationDisplay withProvider(String provider)

Set the provider property: Service provider: Microsoft.Automation.

OperationDisplay withResource(String resource)

Set the resource property: Resource on which the operation is performed: Runbooks, Jobs etc.

Methods inherited from java.lang.Object

Constructor Details

OperationDisplay

public OperationDisplay()

Method Details

operation

public String operation()

Get the operation property: Operation type: Read, write, delete, etc.

Returns:

the operation value.

provider

public String provider()

Get the provider property: Service provider: Microsoft.Automation.

Returns:

the provider value.

resource

public String resource()

Get the resource property: Resource on which the operation is performed: Runbooks, Jobs etc.

Returns:

the resource value.

validate

public void validate()

Validates the instance.

withOperation

public OperationDisplay withOperation(String operation)

Set the operation property: Operation type: Read, write, delete, etc.

Parameters:

operation - the operation value to set.

Returns:

the OperationDisplay object itself.

withProvider

public OperationDisplay withProvider(String provider)

Set the provider property: Service provider: Microsoft.Automation.

Parameters:

provider - the provider value to set.

Returns:

the OperationDisplay object itself.

withResource

public OperationDisplay withResource(String resource)

Set the resource property: Resource on which the operation is performed: Runbooks, Jobs etc.

Parameters:

resource - the resource value to set.

Returns:

the OperationDisplay object itself.

Applies to