net11.0
namespace Azure.ResourceManager.Batch.Models
{
    public static class ArmBatchModelFactory
    {
        [EditorBrowsable(EditorBrowsableState.Never)]
        public static BatchAccountPoolData BatchAccountPoolData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, ManagedServiceIdentity identity, ETag? etag, IDictionary<string, string> tags, string displayName, DateTimeOffset? lastModifiedOn, DateTimeOffset? createdOn, BatchAccountPoolProvisioningState? provisioningState, DateTimeOffset? provisioningStateTransitOn, BatchAccountPoolAllocationState? allocationState, DateTimeOffset? allocationStateTransitionOn, string vmSize, BatchVmConfiguration deploymentVmConfiguration, int? currentDedicatedNodes, int? currentLowPriorityNodes, BatchAccountPoolScaleSettings scaleSettings, BatchAccountPoolAutoScaleRun autoScaleRun, InterNodeCommunicationState? interNodeCommunication, BatchNetworkConfiguration networkConfiguration, int? taskSlotsPerNode, BatchTaskSchedulingPolicy taskSchedulingPolicy, IEnumerable<BatchUserAccount> userAccounts, IEnumerable<BatchAccountPoolMetadataItem> metadata, BatchAccountPoolStartTask startTask, IEnumerable<BatchApplicationPackageReference> applicationPackages, BatchResizeOperationStatus resizeOperationStatus, IEnumerable<BatchMountConfiguration> mountConfiguration, UpgradePolicy upgradePolicy);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assembly

Azure.ResourceManager.Batch , Version=1.7.0.0, PublicKeyToken=92742159e12e44c8

Referencing

Your project needs a package reference to Azure.ResourceManager.Batch.

Package Azure.ResourceManager.Batch (1.7.0) net10.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API