OperationMetaPropertyInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.datalakeanalytics.models.OperationMetaPropertyInfo

public final class OperationMetaPropertyInfo

The OperationMetaPropertyInfo model.

Constructor Summary

Constructor Description
OperationMetaPropertyInfo()

Creates an instance of OperationMetaPropertyInfo class.

Method Summary

Modifier and Type Method and Description
OperationMetaServiceSpecification serviceSpecification()

Get the serviceSpecification property: The operations OperationMetaServiceSpecification.

void validate()

Validates the instance.

OperationMetaPropertyInfo withServiceSpecification(OperationMetaServiceSpecification serviceSpecification)

Set the serviceSpecification property: The operations OperationMetaServiceSpecification.

Methods inherited from java.lang.Object

Constructor Details

OperationMetaPropertyInfo

public OperationMetaPropertyInfo()

Creates an instance of OperationMetaPropertyInfo class.

Method Details

serviceSpecification

public OperationMetaServiceSpecification serviceSpecification()

Get the serviceSpecification property: The operations OperationMetaServiceSpecification.

Returns:

the serviceSpecification value.

validate

public void validate()

Validates the instance.

withServiceSpecification

public OperationMetaPropertyInfo withServiceSpecification(OperationMetaServiceSpecification serviceSpecification)

Set the serviceSpecification property: The operations OperationMetaServiceSpecification.

Parameters:

serviceSpecification - the serviceSpecification value to set.

Returns:

the OperationMetaPropertyInfo object itself.

Applies to