Interface ManagedNetworkSettings


public interface ManagedNetworkSettings
An immutable client-side representation of ManagedNetworkSettings.
  • Method Details

    • isolationMode

      IsolationMode isolationMode()
      Gets the isolationMode property: Isolation mode for the managed network of a machine learning workspace.
      Returns:
      the isolationMode value.
    • networkId

      String networkId()
      Gets the networkId property: The networkId property.
      Returns:
      the networkId value.
    • outboundRules

      Map<String,OutboundRule> outboundRules()
      Gets the outboundRules property: Dictionary of <OutboundRule>.
      Returns:
      the outboundRules value.
    • status

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

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