OperationMetadataDisplay Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.OperationMetadataDisplay

public class OperationMetadataDisplay

The object that describes the operations.

Constructor Summary

Constructor Description
OperationMetadataDisplay()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get friendly name of the operation.

java.lang.String operation()

Get operation type: read, write, delete, listKeys/action, etc.

java.lang.String provider()

Get friendly name of the resource provider.

java.lang.String resource()

Get resource type on which the operation is performed.

OperationMetadataDisplay withDescription(String description)

Set friendly name of the operation.

OperationMetadataDisplay withOperation(String operation)

Set operation type: read, write, delete, listKeys/action, etc.

OperationMetadataDisplay withProvider(String provider)

Set friendly name of the resource provider.

OperationMetadataDisplay withResource(String resource)

Set resource type on which the operation is performed.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

OperationMetadataDisplay

public OperationMetadataDisplay()

Method Details

description

public String description()

Get friendly name of the operation.

Returns:

the description value

operation

public String operation()

Get operation type: read, write, delete, listKeys/action, etc.

Returns:

the operation value

provider

public String provider()

Get friendly name of the resource provider.

Returns:

the provider value

resource

public String resource()

Get resource type on which the operation is performed.

Returns:

the resource value

withDescription

public OperationMetadataDisplay withDescription(String description)

Set friendly name of the operation.

Parameters:

description - the description value to set

Returns:

the OperationMetadataDisplay object itself.

withOperation

public OperationMetadataDisplay withOperation(String operation)

Set operation type: read, write, delete, listKeys/action, etc.

Parameters:

operation - the operation value to set

Returns:

the OperationMetadataDisplay object itself.

withProvider

public OperationMetadataDisplay withProvider(String provider)

Set friendly name of the resource provider.

Parameters:

provider - the provider value to set

Returns:

the OperationMetadataDisplay object itself.

withResource

public OperationMetadataDisplay withResource(String resource)

Set resource type on which the operation is performed.

Parameters:

resource - the resource value to set

Returns:

the OperationMetadataDisplay object itself.

Applies to