ArmMachineLearningModelFactory.ManagedNetworkSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Managed Network settings for a machine learning workspace.
public static Azure.ResourceManager.MachineLearning.Models.ManagedNetworkSettings ManagedNetworkSettings(bool? enableNetworkMonitor = default, Azure.ResourceManager.MachineLearning.Models.IsolationMode? isolationMode = default, string networkId = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule> outboundRules = default, Azure.ResourceManager.MachineLearning.Models.ManagedNetworkProvisionStatus status = default, Azure.ResourceManager.MachineLearning.Models.FirewallSku? firewallSku = default, Azure.ResourceManager.MachineLearning.Models.ManagedNetworkKind? managedNetworkKind = default, string firewallPublicIPAddress = default);
static member ManagedNetworkSettings : Nullable<bool> * Nullable<Azure.ResourceManager.MachineLearning.Models.IsolationMode> * string * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule> * Azure.ResourceManager.MachineLearning.Models.ManagedNetworkProvisionStatus * Nullable<Azure.ResourceManager.MachineLearning.Models.FirewallSku> * Nullable<Azure.ResourceManager.MachineLearning.Models.ManagedNetworkKind> * string -> Azure.ResourceManager.MachineLearning.Models.ManagedNetworkSettings
Public Shared Function ManagedNetworkSettings (Optional enableNetworkMonitor As Nullable(Of Boolean) = Nothing, Optional isolationMode As Nullable(Of IsolationMode) = Nothing, Optional networkId As String = Nothing, Optional outboundRules As IDictionary(Of String, MachineLearningOutboundRule) = Nothing, Optional status As ManagedNetworkProvisionStatus = Nothing, Optional firewallSku As Nullable(Of FirewallSku) = Nothing, Optional managedNetworkKind As Nullable(Of ManagedNetworkKind) = Nothing, Optional firewallPublicIPAddress As String = Nothing) As ManagedNetworkSettings
Parameters
A flag to indicate if monitoring needs to be enabled for the managed network.
- isolationMode
- Nullable<IsolationMode>
Isolation mode for the managed network of a machine learning workspace.
- networkId
- String
- outboundRules
- IDictionary<String,MachineLearningOutboundRule>
Dictionary of <OutboundRule>.
Status of the Provisioning for the managed network of a machine learning workspace.
- firewallSku
- Nullable<FirewallSku>
Firewall Sku used for FQDN Rules.
- managedNetworkKind
- Nullable<ManagedNetworkKind>
The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
- firewallPublicIPAddress
- String
Public IP address assigned to the Azure Firewall.
Returns
A new ManagedNetworkSettings instance for mocking.