OperationDetail Class

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

public final class OperationDetail

The detail about an operation.

Constructor Summary

Constructor Description
OperationDetail()

Creates an instance of OperationDetail class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The description of the operation.

String operation()

Get the operation property: The name of the operation.

String provider()

Get the provider property: The name of the provider that supports the operation.

String resource()

Get the resource property: The resource type on which this operation can be performed.

void validate()

Validates the instance.

OperationDetail withDescription(String description)

Set the description property: The description of the operation.

OperationDetail withOperation(String operation)

Set the operation property: The name of the operation.

OperationDetail withProvider(String provider)

Set the provider property: The name of the provider that supports the operation.

OperationDetail withResource(String resource)

Set the resource property: The resource type on which this operation can be performed.

Methods inherited from java.lang.Object

Constructor Details

OperationDetail

public OperationDetail()

Creates an instance of OperationDetail class.

Method Details

description

public String description()

Get the description property: The description of the operation.

Returns:

the description value.

operation

public String operation()

Get the operation property: The name of the operation.

Returns:

the operation value.

provider

public String provider()

Get the provider property: The name of the provider that supports the operation.

Returns:

the provider value.

resource

public String resource()

Get the resource property: The resource type on which this operation can be performed.

Returns:

the resource value.

validate

public void validate()

Validates the instance.

withDescription

public OperationDetail withDescription(String description)

Set the description property: The description of the operation.

Parameters:

description - the description value to set.

Returns:

the OperationDetail object itself.

withOperation

public OperationDetail withOperation(String operation)

Set the operation property: The name of the operation.

Parameters:

operation - the operation value to set.

Returns:

the OperationDetail object itself.

withProvider

public OperationDetail withProvider(String provider)

Set the provider property: The name of the provider that supports the operation.

Parameters:

provider - the provider value to set.

Returns:

the OperationDetail object itself.

withResource

public OperationDetail withResource(String resource)

Set the resource property: The resource type on which this operation can be performed.

Parameters:

resource - the resource value to set.

Returns:

the OperationDetail object itself.

Applies to