net11.0
namespace Azure.ResourceManager.DevTestLabs.Models
{
    public static class ArmDevTestLabsModelFactory
    {
        public static DevTestLabVmCreationContent DevTestLabVmCreationContent(string notes = null, string ownerObjectId = null, string ownerUserPrincipalName = null, DateTimeOffset? createdOn = default, string customImageId = null, string size = null, string userName = null, string password = null, string sshKey = null, bool? isAuthenticationWithSshKey = default, string labSubnetName = null, ResourceIdentifier labVirtualNetworkId = null, bool? disallowPublicIPAddress = default, IEnumerable<DevTestLabArtifactInstallInfo> artifacts = null, DevTestLabGalleryImageReference galleryImageReference = null, string planId = null, DevTestLabNetworkInterface networkInterface = null, DateTimeOffset? expireOn = default, bool? allowClaim = default, string storageType = null, string environmentId = null, IEnumerable<DevTestLabDataDiskProperties> dataDiskParameters = null, IEnumerable<DevTestLabScheduleCreationParameter> scheduleParameters = null, int? bulkCreationParametersInstanceCount = default, string name = null, AzureLocation? location = default, IDictionary<string, string> tags = null);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assembly

Azure.ResourceManager.DevTestLabs , Version=1.1.2.0, PublicKeyToken=92742159e12e44c8

Referencing

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

Package Azure.ResourceManager.DevTestLabs (1.1.2) net10.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API