IntegrationAccountBatchConfigurationData Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von IntegrationAccountBatchConfigurationData.
public IntegrationAccountBatchConfigurationData (Azure.Core.AzureLocation location, Azure.ResourceManager.Logic.Models.IntegrationAccountBatchConfigurationProperties properties);
new Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationData : Azure.Core.AzureLocation * Azure.ResourceManager.Logic.Models.IntegrationAccountBatchConfigurationProperties -> Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationData
Public Sub New (location As AzureLocation, properties As IntegrationAccountBatchConfigurationProperties)
Parameter
- location
- AzureLocation
Der Speicherort.
Die Batchkonfigurationseigenschaften.
Ausnahmen
properties
ist NULL.