ArmMachineLearningComputeModelFactory.SystemService Method

Definition

Initializes a new instance of SystemService.

public static Azure.ResourceManager.MachineLearningCompute.Models.SystemService SystemService (Azure.ResourceManager.MachineLearningCompute.Models.SystemServiceType systemServiceType = default, string publicIPAddress = default, string version = default);
static member SystemService : Azure.ResourceManager.MachineLearningCompute.Models.SystemServiceType * string * string -> Azure.ResourceManager.MachineLearningCompute.Models.SystemService
Public Shared Function SystemService (Optional systemServiceType As SystemServiceType = Nothing, Optional publicIPAddress As String = Nothing, Optional version As String = Nothing) As SystemService

Parameters

systemServiceType
SystemServiceType

The system service type.

publicIPAddress
String

The public IP address of the system service.

version
String

The state of the system service.

Returns

A new SystemService instance for mocking.

Applies to