ComputeIsolationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.hdinsight.models.ComputeIsolationProperties

public final class ComputeIsolationProperties

The compute isolation properties.

Constructor Summary

Constructor Description
ComputeIsolationProperties()

Creates an instance of ComputeIsolationProperties class.

Method Summary

Modifier and Type Method and Description
Boolean enableComputeIsolation()

Get the enableComputeIsolation property: The flag indicates whether enable compute isolation or not.

String hostSku()

Get the hostSku property: The host sku.

void validate()

Validates the instance.

ComputeIsolationProperties withEnableComputeIsolation(Boolean enableComputeIsolation)

Set the enableComputeIsolation property: The flag indicates whether enable compute isolation or not.

ComputeIsolationProperties withHostSku(String hostSku)

Set the hostSku property: The host sku.

Methods inherited from java.lang.Object

Constructor Details

ComputeIsolationProperties

public ComputeIsolationProperties()

Creates an instance of ComputeIsolationProperties class.

Method Details

enableComputeIsolation

public Boolean enableComputeIsolation()

Get the enableComputeIsolation property: The flag indicates whether enable compute isolation or not.

Returns:

the enableComputeIsolation value.

hostSku

public String hostSku()

Get the hostSku property: The host sku.

Returns:

the hostSku value.

validate

public void validate()

Validates the instance.

withEnableComputeIsolation

public ComputeIsolationProperties withEnableComputeIsolation(Boolean enableComputeIsolation)

Set the enableComputeIsolation property: The flag indicates whether enable compute isolation or not.

Parameters:

enableComputeIsolation - the enableComputeIsolation value to set.

Returns:

the ComputeIsolationProperties object itself.

withHostSku

public ComputeIsolationProperties withHostSku(String hostSku)

Set the hostSku property: The host sku.

Parameters:

hostSku - the hostSku value to set.

Returns:

the ComputeIsolationProperties object itself.

Applies to