ArmDevCenterModelFactory.DevCenterEndpointDetail Method

Definition

Initializes a new instance of DevCenterEndpointDetail.

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