Delen via


BatchAccountOperationsExtensions.Create Methode

Definitie

Maakt een nieuw Batch-account met de opgegeven parameters. Bestaande accounts kunnen niet worden bijgewerkt met deze API en moeten in plaats daarvan worden bijgewerkt met de API Batch-account bijwerken.

public static Microsoft.Azure.Management.Batch.Models.BatchAccount Create (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters -> Microsoft.Azure.Management.Batch.Models.BatchAccount
<Extension()>
Public Function Create (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, parameters As BatchAccountCreateParameters) As BatchAccount

Parameters

operations
IBatchAccountOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

Een naam voor het Batch-account die uniek moet zijn binnen de regio. Batch-accountnamen moeten tussen 3 en 24 tekens lang zijn en mogen alleen cijfers en kleine letters bevatten. Deze naam wordt gebruikt als onderdeel van de DNS-naam die wordt gebruikt voor toegang tot de Batch-service in de regio waarin het account is gemaakt. Bijvoorbeeld: http://accountname.region.batch.azure.com/.

parameters
BatchAccountCreateParameters

Aanvullende parameters voor het maken van een account.

Retouren

Van toepassing op