ArmMachineLearningModelFactory.ContainerEndpoint 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.
The ContainerEndpoint.
public static Azure.ResourceManager.MachineLearning.Models.ContainerEndpoint ContainerEndpoint(Azure.ResourceManager.MachineLearning.Models.ContainerCommunicationProtocol? protocol = default, string name = default, int? target = default, int? published = default, string hostIP = default);
static member ContainerEndpoint : Nullable<Azure.ResourceManager.MachineLearning.Models.ContainerCommunicationProtocol> * string * Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.MachineLearning.Models.ContainerEndpoint
Public Shared Function ContainerEndpoint (Optional protocol As Nullable(Of ContainerCommunicationProtocol) = Nothing, Optional name As String = Nothing, Optional target As Nullable(Of Integer) = Nothing, Optional published As Nullable(Of Integer) = Nothing, Optional hostIP As String = Nothing) As ContainerEndpoint
Parameters
- protocol
- Nullable<ContainerCommunicationProtocol>
Protocol over which communication will happen over this endpoint.
- name
- String
Name of the Endpoint.
- hostIP
- String
Host IP over which the application is exposed from the container.
Returns
A new ContainerEndpoint instance for mocking.