azure-native.devcenter.getProjectInheritedSettings
Gets applicable inherited settings for this project.
Uses Azure REST API version 2024-10-01-preview.
Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01, 2025-04-01-preview, 2025-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native devcenter [ApiVersion]. See the version guide for details.
Using getProjectInheritedSettings
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProjectInheritedSettings(args: GetProjectInheritedSettingsArgs, opts?: InvokeOptions): Promise<GetProjectInheritedSettingsResult>
function getProjectInheritedSettingsOutput(args: GetProjectInheritedSettingsOutputArgs, opts?: InvokeOptions): Output<GetProjectInheritedSettingsResult>def get_project_inherited_settings(project_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetProjectInheritedSettingsResult
def get_project_inherited_settings_output(project_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetProjectInheritedSettingsResult]func GetProjectInheritedSettings(ctx *Context, args *GetProjectInheritedSettingsArgs, opts ...InvokeOption) (*GetProjectInheritedSettingsResult, error)
func GetProjectInheritedSettingsOutput(ctx *Context, args *GetProjectInheritedSettingsOutputArgs, opts ...InvokeOption) GetProjectInheritedSettingsResultOutput> Note: This function is named GetProjectInheritedSettings in the Go SDK.
public static class GetProjectInheritedSettings 
{
    public static Task<GetProjectInheritedSettingsResult> InvokeAsync(GetProjectInheritedSettingsArgs args, InvokeOptions? opts = null)
    public static Output<GetProjectInheritedSettingsResult> Invoke(GetProjectInheritedSettingsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProjectInheritedSettingsResult> getProjectInheritedSettings(GetProjectInheritedSettingsArgs args, InvokeOptions options)
public static Output<GetProjectInheritedSettingsResult> getProjectInheritedSettings(GetProjectInheritedSettingsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:devcenter:getProjectInheritedSettings
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ProjectName string
- The name of the project.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ProjectName string
- The name of the project.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- projectName String
- The name of the project.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- projectName string
- The name of the project.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- project_name str
- The name of the project.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- projectName String
- The name of the project.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getProjectInheritedSettings Result
The following output properties are available:
- NetworkSettings Pulumi.Azure Native. Dev Center. Outputs. Project Network Settings Response 
- Network settings that will be enforced on this project.
- ProjectCatalog Pulumi.Settings Azure Native. Dev Center. Outputs. Dev Center Project Catalog Settings Response 
- Dev Center settings to be used when associating a project with a catalog.
- NetworkSettings ProjectNetwork Settings Response 
- Network settings that will be enforced on this project.
- ProjectCatalog DevSettings Center Project Catalog Settings Response 
- Dev Center settings to be used when associating a project with a catalog.
- networkSettings ProjectNetwork Settings Response 
- Network settings that will be enforced on this project.
- projectCatalog DevSettings Center Project Catalog Settings Response 
- Dev Center settings to be used when associating a project with a catalog.
- networkSettings ProjectNetwork Settings Response 
- Network settings that will be enforced on this project.
- projectCatalog DevSettings Center Project Catalog Settings Response 
- Dev Center settings to be used when associating a project with a catalog.
- network_settings ProjectNetwork Settings Response 
- Network settings that will be enforced on this project.
- project_catalog_ Devsettings Center Project Catalog Settings Response 
- Dev Center settings to be used when associating a project with a catalog.
- networkSettings Property Map
- Network settings that will be enforced on this project.
- projectCatalog Property MapSettings 
- Dev Center settings to be used when associating a project with a catalog.
Supporting Types
DevCenterProjectCatalogSettingsResponse     
- CatalogItem stringSync Enable Status 
- Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- CatalogItem stringSync Enable Status 
- Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- catalogItem StringSync Enable Status 
- Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- catalogItem stringSync Enable Status 
- Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- catalog_item_ strsync_ enable_ status 
- Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- catalogItem StringSync Enable Status 
- Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
ProjectNetworkSettingsResponse   
- MicrosoftHosted stringNetwork Enable Status 
- Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- MicrosoftHosted stringNetwork Enable Status 
- Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- microsoftHosted StringNetwork Enable Status 
- Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- microsoftHosted stringNetwork Enable Status 
- Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- microsoft_hosted_ strnetwork_ enable_ status 
- Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- microsoftHosted StringNetwork Enable Status 
- Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
