azure-native.devcenter.getProjectInheritedSettings
Explore with Pulumi AI
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. 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 dictionary
The following arguments are supported:
- Project
Name string - The name of the project.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Project
Name string - The name of the project.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- project
Name String - The name of the project.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- project
Name string - The name of the project.
- resource
Group 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.
- project
Name String - The name of the project.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getProjectInheritedSettings Result
The following output properties are available:
- Network
Settings Pulumi.Azure Native. Dev Center. Outputs. Project Network Settings Response - Network settings that will be enforced on this project.
- Project
Catalog 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.
- 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.
- 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.
- 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.
- 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.
- network
Settings Property Map - Network settings that will be enforced on this project.
- project
Catalog Property MapSettings - Dev Center settings to be used when associating a project with a catalog.
Supporting Types
DevCenterProjectCatalogSettingsResponse
- Catalog
Item stringSync Enable Status - Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- Catalog
Item stringSync Enable Status - Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- catalog
Item StringSync Enable Status - Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
- catalog
Item 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.
- catalog
Item StringSync Enable Status - Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
ProjectNetworkSettingsResponse
- Microsoft
Hosted stringNetwork Enable Status - Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- Microsoft
Hosted stringNetwork Enable Status - Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- microsoft
Hosted StringNetwork Enable Status - Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
- microsoft
Hosted 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.
- microsoft
Hosted 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