ArmDevCenterModelFactory.DevCenterEndpointDetail Method

Definition

Details about the connection between the Batch service and the endpoint.

public static Azure.ResourceManager.DevCenter.Models.DevCenterEndpointDetail DevCenterEndpointDetail(int? port = default);
static member DevCenterEndpointDetail : Nullable<int> -> Azure.ResourceManager.DevCenter.Models.DevCenterEndpointDetail
Public Shared Function DevCenterEndpointDetail (Optional port As Nullable(Of Integer) = Nothing) As DevCenterEndpointDetail

Parameters

port
Nullable<Int32>

The port an endpoint is connected to.

Returns

A new DevCenterEndpointDetail instance for mocking.

Applies to