Interface ManagedNetworkSettings
public interface ManagedNetworkSettings
An immutable client-side representation of ManagedNetworkSettings.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.ManagedNetworkSettingsInner object.Gets the isolationMode property: Isolation mode for the managed network of a machine learning workspace.Gets the networkId property: The networkId property.Gets the outboundRules property: Dictionary of <OutboundRule>.status()Gets the status property: Status of the Provisioning for the managed network of a machine learning workspace.
-
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
ManagedNetworkProvisionStatus status()Gets the status property: Status of the Provisioning for the managed network of a machine learning workspace.- Returns:
- the status value.
-
innerModel
ManagedNetworkSettingsInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ManagedNetworkSettingsInner object.- Returns:
- the inner object.
-