你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmBatchModelFactory.BatchAccountEndpointDependency 方法

定义

初始化 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

参数

domainName
String

依赖项的域名。 域名可以是完全限定的,也可以包含 * 通配符。

description
String

有关依赖项及其适用时间的人工可读补充信息。

endpointDetails
IEnumerable<BatchEndpointDetail>

此终结点的连接详细信息列表。

返回

用于模拟的新 BatchAccountEndpointDependency 实例。

适用于