Freigeben über


ArmBatchModelFactory.BatchEndpointDetail(Nullable<Int32>) Method

Definition

Initializes a new instance of BatchEndpointDetail.

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

Parameters

port
Nullable<Int32>

The port an endpoint is connected to.

Returns

A new BatchEndpointDetail instance for mocking.

Applies to