ArmBatchModelFactory.BatchEndpointDetail(Nullable<Int32>) Method

Definition

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

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