DataLakeAnalytics Class

public final class DataLakeAnalytics
extends Compute

A DataLakeAnalytics compute.

Constructor Summary

Constructor Description
DataLakeAnalytics()

Method Summary

Modifier and Type Method and Description
DataLakeAnalyticsProperties properties()

Get the properties property: The properties property.

void validate()

Validates the instance.

DataLakeAnalytics withComputeLocation(String computeLocation)

Set the computeLocation property: Location for the underlying compute.

DataLakeAnalytics withDescription(String description)

Set the description property: The description of the Machine Learning compute.

DataLakeAnalytics withDisableLocalAuth(Boolean disableLocalAuth)

Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

DataLakeAnalytics withProperties(DataLakeAnalyticsProperties properties)

Set the properties property: The properties property.

DataLakeAnalytics withResourceId(String resourceId)

Set the resourceId property: ARM resource id of the underlying compute.

Methods inherited from Compute

Methods inherited from java.lang.Object

Constructor Details

DataLakeAnalytics

public DataLakeAnalytics()

Method Details

properties

public DataLakeAnalyticsProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

Overrides:

DataLakeAnalytics.validate()

withComputeLocation

public DataLakeAnalytics withComputeLocation(String computeLocation)

Set the computeLocation property: Location for the underlying compute.

Overrides:

DataLakeAnalytics.withComputeLocation(String computeLocation)

Parameters:

computeLocation

withDescription

public DataLakeAnalytics withDescription(String description)

Set the description property: The description of the Machine Learning compute.

Overrides:

DataLakeAnalytics.withDescription(String description)

Parameters:

description

withDisableLocalAuth

public DataLakeAnalytics withDisableLocalAuth(Boolean disableLocalAuth)

Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

Overrides:

DataLakeAnalytics.withDisableLocalAuth(Boolean disableLocalAuth)

Parameters:

disableLocalAuth

withProperties

public DataLakeAnalytics withProperties(DataLakeAnalyticsProperties properties)

Set the properties property: The properties property.

Parameters:

properties - the properties value to set.

Returns:

the DataLakeAnalytics object itself.

withResourceId

public DataLakeAnalytics withResourceId(String resourceId)

Set the resourceId property: ARM resource id of the underlying compute.

Overrides:

DataLakeAnalytics.withResourceId(String resourceId)

Parameters:

resourceId

Applies to