ArmCognitiveServicesModelFactory.CognitiveServicesComputeConnectivityEndpoints 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.
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.
Returns
A new CognitiveServicesComputeConnectivityEndpoints instance for mocking.