ArmCognitiveServicesModelFactory.CognitiveServicesComputeConnectivityEndpoints Method

Definition

public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeConnectivityEndpoints CognitiveServicesComputeConnectivityEndpoints(string publicIpAddress = default, int? sshPort = default);
static member CognitiveServicesComputeConnectivityEndpoints : string * Nullable<int> -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeConnectivityEndpoints
Public Shared Function CognitiveServicesComputeConnectivityEndpoints (Optional publicIpAddress As String = Nothing, Optional sshPort As Nullable(Of Integer) = Nothing) As CognitiveServicesComputeConnectivityEndpoints

Parameters

publicIpAddress
String

The public IP address of the compute instance.

sshPort
Nullable<Int32>

The SSH port for the compute instance.

Returns

A new CognitiveServicesComputeConnectivityEndpoints instance for mocking.

Applies to