Interface ManagedNetworkProvisionStatus


public interface ManagedNetworkProvisionStatus
An immutable client-side representation of ManagedNetworkProvisionStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ManagedNetworkProvisionStatusInner object.
    Gets the sparkReady property: The sparkReady property.
    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

      Gets the status property: Status for the managed network of a machine learning workspace.
      Returns:
      the status value.
    • innerModel

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