OperationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.OperationProperties

public final class OperationProperties

Extra Operation properties.

Constructor Summary

Constructor Description
OperationProperties()

Creates an instance of OperationProperties class.

Method Summary

Modifier and Type Method and Description
ServiceSpecification serviceSpecification()

Get the serviceSpecification property: Service specifications of the operation.

void validate()

Validates the instance.

OperationProperties withServiceSpecification(ServiceSpecification serviceSpecification)

Set the serviceSpecification property: Service specifications of the operation.

Methods inherited from java.lang.Object

Constructor Details

OperationProperties

public OperationProperties()

Creates an instance of OperationProperties class.

Method Details

serviceSpecification

public ServiceSpecification serviceSpecification()

Get the serviceSpecification property: Service specifications of the operation.

Returns:

the serviceSpecification value.

validate

public void validate()

Validates the instance.

withServiceSpecification

public OperationProperties withServiceSpecification(ServiceSpecification serviceSpecification)

Set the serviceSpecification property: Service specifications of the operation.

Parameters:

serviceSpecification - the serviceSpecification value to set.

Returns:

the OperationProperties object itself.

Applies to