ArmDevCenterModelFactory.DevCenterInheritedSettingsForProject Method

Definition

public static Azure.ResourceManager.DevCenter.Models.DevCenterInheritedSettingsForProject DevCenterInheritedSettingsForProject(Azure.ResourceManager.DevCenter.Models.DevCenterInheritedProjectCatalogSettings projectCatalogSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterMicrosoftHostedNetworkEnableStatus? microsoftHostedNetworkEnableStatus = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState azureAiServicesSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState devBoxScheduleDeleteSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState devBoxLimitsSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState displayNameSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState devBoxTunnelSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState serverlessGpuSessionsSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState userCustomizationsSettings = default, Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState workspaceStorageSettings = default);
static member DevCenterInheritedSettingsForProject : Azure.ResourceManager.DevCenter.Models.DevCenterInheritedProjectCatalogSettings * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterMicrosoftHostedNetworkEnableStatus> * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState * Azure.ResourceManager.DevCenter.Models.DevCenterFeatureState -> Azure.ResourceManager.DevCenter.Models.DevCenterInheritedSettingsForProject
Public Shared Function DevCenterInheritedSettingsForProject (Optional projectCatalogSettings As DevCenterInheritedProjectCatalogSettings = Nothing, Optional microsoftHostedNetworkEnableStatus As Nullable(Of DevCenterMicrosoftHostedNetworkEnableStatus) = Nothing, Optional azureAiServicesSettings As DevCenterFeatureState = Nothing, Optional devBoxScheduleDeleteSettings As DevCenterFeatureState = Nothing, Optional devBoxLimitsSettings As DevCenterFeatureState = Nothing, Optional displayNameSettings As DevCenterFeatureState = Nothing, Optional devBoxTunnelSettings As DevCenterFeatureState = Nothing, Optional serverlessGpuSessionsSettings As DevCenterFeatureState = Nothing, Optional userCustomizationsSettings As DevCenterFeatureState = Nothing, Optional workspaceStorageSettings As DevCenterFeatureState = Nothing) As DevCenterInheritedSettingsForProject

Parameters

projectCatalogSettings
DevCenterInheritedProjectCatalogSettings

Dev Center settings to be used when associating a project with a catalog.

microsoftHostedNetworkEnableStatus
Nullable<DevCenterMicrosoftHostedNetworkEnableStatus>

Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.

azureAiServicesSettings
DevCenterFeatureState

Azure AI project policy settings that will be enforced on this project.

devBoxScheduleDeleteSettings
DevCenterFeatureState

Dev box schedule delete project policy settings that will be enforced on this project.

devBoxLimitsSettings
DevCenterFeatureState

Dev box limits project policy settings that will be enforced on this project.

displayNameSettings
DevCenterFeatureState

Display name project policy settings that will be enforced on this project.

devBoxTunnelSettings
DevCenterFeatureState

Dev box tunnel project policy settings that will be enforced on this project.

serverlessGpuSessionsSettings
DevCenterFeatureState

Serverless GPU sessions project policy settings that will be enforced on this project.

userCustomizationsSettings
DevCenterFeatureState

User customizations project policy settings that will be enforced on this project.

workspaceStorageSettings
DevCenterFeatureState

Workspace storage project policy settings that will be enforced on this project.

Returns

A new DevCenterInheritedSettingsForProject instance for mocking.

Applies to