Freigeben über


ArmBatchModelFactory.BatchAccountOutboundEnvironmentEndpoint Methode

Definition

Initialisiert eine neue instance von 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

Parameter

category
String

Der Diensttyp, mit dem der Batch-Dienst eine Verbindung herstellt.

endpoints
IEnumerable<BatchAccountEndpointDependency>

Die Endpunkte für diesen Dienst, an die der Batch-Dienst ausgehende Aufrufe durchführt.

Gibt zurück

Eine neue BatchAccountOutboundEnvironmentEndpoint instance zum Simulieren.

Gilt für: