Megosztás a következőn keresztül:


ArmSqlModelFactory.ManagedInstanceEndpointDetail Method

Definition

Initializes a new instance of ManagedInstanceEndpointDetail.

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

Parameters

port
Nullable<Int32>

The port an endpoint is connected to.

Returns

A new ManagedInstanceEndpointDetail instance for mocking.

Applies to