This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.devcenter.getProjectInheritedSettings
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets applicable inherited settings for this project. Azure REST API version: 2024-05-01-preview.
Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
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)
// Output-based functions aren't available in Java yet
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
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi