ManagedNetworkProvisionStatus Interface

public interface ManagedNetworkProvisionStatus

An immutable client-side representation of ManagedNetworkProvisionStatus.

Method Summary

Modifier and Type Method and Description
abstract ManagedNetworkProvisionStatusInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ManagedNetworkProvisionStatusInner object.

abstract Boolean sparkReady()

Gets the sparkReady property: The sparkReady property.

abstract ManagedNetworkStatus status()

Gets the status property: Status for the managed network of a machine learning workspace.

Method Details

innerModel

public abstract ManagedNetworkProvisionStatusInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ManagedNetworkProvisionStatusInner object.

Returns:

the inner object.

sparkReady

public abstract Boolean sparkReady()

Gets the sparkReady property: The sparkReady property.

Returns:

the sparkReady value.

status

public abstract ManagedNetworkStatus status()

Gets the status property: Status for the managed network of a machine learning workspace.

Returns:

the status value.

Applies to