ArmMachineLearningComputeModelFactory.SystemService 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET