OperationDisplay Class

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

public final class OperationDisplay

Display name of operation.

Constructor Summary

Constructor Description
OperationDisplay()

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The description for the operation.

String operation()

Get the operation property: The operation that users can perform.

String provider()

Get the provider property: The resource provider name: Microsoft.MachineLearningExperimentation.

String resource()

Get the resource property: The resource on which the operation is performed.

void validate()

Validates the instance.

OperationDisplay withDescription(String description)

Set the description property: The description for the operation.

OperationDisplay withOperation(String operation)

Set the operation property: The operation that users can perform.

OperationDisplay withProvider(String provider)

Set the provider property: The resource provider name: Microsoft.MachineLearningExperimentation.

OperationDisplay withResource(String resource)

Set the resource property: The resource on which the operation is performed.

Methods inherited from java.lang.Object

Constructor Details

OperationDisplay

public OperationDisplay()

Method Details

description

public String description()

Get the description property: The description for the operation.

Returns:

the description value.

operation

public String operation()

Get the operation property: The operation that users can perform.

Returns:

the operation value.

provider

public String provider()

Get the provider property: The resource provider name: Microsoft.MachineLearningExperimentation.

Returns:

the provider value.

resource

public String resource()

Get the resource property: The resource on which the operation is performed.

Returns:

the resource value.

validate

public void validate()

Validates the instance.

withDescription

public OperationDisplay withDescription(String description)

Set the description property: The description for the operation.

Parameters:

description - the description value to set.

Returns:

the OperationDisplay object itself.

withOperation

public OperationDisplay withOperation(String operation)

Set the operation property: The operation that users can perform.

Parameters:

operation - the operation value to set.

Returns:

the OperationDisplay object itself.

withProvider

public OperationDisplay withProvider(String provider)

Set the provider property: The resource provider name: Microsoft.MachineLearningExperimentation.

Parameters:

provider - the provider value to set.

Returns:

the OperationDisplay object itself.

withResource

public OperationDisplay withResource(String resource)

Set the resource property: The resource on which the operation is performed.

Parameters:

resource - the resource value to set.

Returns:

the OperationDisplay object itself.

Applies to