ArmBatchModelFactory.BatchAccountEndpointDependency Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET