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

ArmBatchModelFactory.BatchAccountOutboundEnvironmentEndpoint 方法

定义

初始化 BatchAccountOutboundEnvironmentEndpoint 的新实例。

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

参数

category
String

Batch 服务连接到的服务类型。

endpoints
IEnumerable<BatchAccountEndpointDependency>

Batch 服务对此服务进行出站调用的终结点。

返回

用于模拟的新 BatchAccountOutboundEnvironmentEndpoint 实例。

适用于