Freigeben über


ArmBatchModelFactory.BatchAccountEndpointDependency Method

Definition

Initializes a new instance of BatchAccountEndpointDependency.

public static Azure.ResourceManager.Batch.Models.BatchAccountEndpointDependency BatchAccountEndpointDependency (string domainName = default, string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Batch.Models.BatchEndpointDetail> endpointDetails = default);
static member BatchAccountEndpointDependency : string * string * seq<Azure.ResourceManager.Batch.Models.BatchEndpointDetail> -> Azure.ResourceManager.Batch.Models.BatchAccountEndpointDependency
Public Shared Function BatchAccountEndpointDependency (Optional domainName As String = Nothing, Optional description As String = Nothing, Optional endpointDetails As IEnumerable(Of BatchEndpointDetail) = Nothing) As BatchAccountEndpointDependency

Parameters

domainName
String

The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.

description
String

Human-readable supplemental information about the dependency and when it is applicable.

endpointDetails
IEnumerable<BatchEndpointDetail>

The list of connection details for this endpoint.

Returns

A new BatchAccountEndpointDependency instance for mocking.

Applies to