Share via


BatchAccount.FromExisting(String, String) Method

Definition

Creates a reference to an existing BatchAccount.

public static Azure.Provisioning.Batch.BatchAccount FromExisting(string bicepIdentifier, string resourceVersion = default);
static member FromExisting : string * string -> Azure.Provisioning.Batch.BatchAccount
Public Shared Function FromExisting (bicepIdentifier As String, Optional resourceVersion As String = Nothing) As BatchAccount

Parameters

bicepIdentifier
String

The bicep identifier name.

resourceVersion
String

The resource API version.

Returns

Applies to