Interface ManagedNetworkProvisionStatus
public interface ManagedNetworkProvisionStatus
An immutable client-side representation of ManagedNetworkProvisionStatus.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.ManagedNetworkProvisionStatusInner object.Gets the sparkReady property: The sparkReady property.status()Gets the status property: Status for the managed network of a machine learning workspace.
-
Method Details
-
sparkReady
Boolean sparkReady()Gets the sparkReady property: The sparkReady property.- Returns:
- the sparkReady value.
-
status
ManagedNetworkStatus status()Gets the status property: Status for the managed network of a machine learning workspace.- Returns:
- the status value.
-
innerModel
ManagedNetworkProvisionStatusInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ManagedNetworkProvisionStatusInner object.- Returns:
- the inner object.
-