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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.appplatform.getConfigurationService
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get the Application Configuration Service and its properties. Azure REST API version: 2023-05-01-preview.
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-01-01-preview, 2024-05-01-preview.
Using getConfigurationService
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 getConfigurationService(args: GetConfigurationServiceArgs, opts?: InvokeOptions): Promise<GetConfigurationServiceResult>
function getConfigurationServiceOutput(args: GetConfigurationServiceOutputArgs, opts?: InvokeOptions): Output<GetConfigurationServiceResult>def get_configuration_service(configuration_service_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              service_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetConfigurationServiceResult
def get_configuration_service_output(configuration_service_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              service_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetConfigurationServiceResult]func LookupConfigurationService(ctx *Context, args *LookupConfigurationServiceArgs, opts ...InvokeOption) (*LookupConfigurationServiceResult, error)
func LookupConfigurationServiceOutput(ctx *Context, args *LookupConfigurationServiceOutputArgs, opts ...InvokeOption) LookupConfigurationServiceResultOutput> Note: This function is named LookupConfigurationService in the Go SDK.
public static class GetConfigurationService 
{
    public static Task<GetConfigurationServiceResult> InvokeAsync(GetConfigurationServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetConfigurationServiceResult> Invoke(GetConfigurationServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConfigurationServiceResult> getConfigurationService(GetConfigurationServiceArgs args, InvokeOptions options)
public static Output<GetConfigurationServiceResult> getConfigurationService(GetConfigurationServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:appplatform:getConfigurationService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigurationService stringName 
- The name of Application Configuration Service.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServiceName string
- The name of the Service resource.
- ConfigurationService stringName 
- The name of Application Configuration Service.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServiceName string
- The name of the Service resource.
- configurationService StringName 
- The name of Application Configuration Service.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName String
- The name of the Service resource.
- configurationService stringName 
- The name of Application Configuration Service.
- resourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName string
- The name of the Service resource.
- configuration_service_ strname 
- The name of Application Configuration Service.
- resource_group_ strname 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service_name str
- The name of the Service resource.
- configurationService StringName 
- The name of Application Configuration Service.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName String
- The name of the Service resource.
getConfigurationService Result
The following output properties are available:
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Pulumi.Azure Native. App Platform. Outputs. Configuration Service Properties Response 
- Application Configuration Service properties payload
- SystemData Pulumi.Azure Native. App Platform. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
ConfigurationService Properties Response 
- Application Configuration Service properties payload
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties
ConfigurationService Properties Response 
- Application Configuration Service properties payload
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- id string
- Fully qualified resource Id for the resource.
- name string
- The name of the resource.
- properties
ConfigurationService Properties Response 
- Application Configuration Service properties payload
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- id str
- Fully qualified resource Id for the resource.
- name str
- The name of the resource.
- properties
ConfigurationService Properties Response 
- Application Configuration Service properties payload
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties Property Map
- Application Configuration Service properties payload
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
ConfigurationServiceGitPropertyResponse    
- Repositories
List<Pulumi.Azure Native. App Platform. Inputs. Configuration Service Git Repository Response> 
- Repositories of Application Configuration Service git property.
- Repositories
[]ConfigurationService Git Repository Response 
- Repositories of Application Configuration Service git property.
- repositories
List<ConfigurationService Git Repository Response> 
- Repositories of Application Configuration Service git property.
- repositories
ConfigurationService Git Repository Response[] 
- Repositories of Application Configuration Service git property.
- repositories
Sequence[ConfigurationService Git Repository Response] 
- Repositories of Application Configuration Service git property.
- repositories List<Property Map>
- Repositories of Application Configuration Service git property.
ConfigurationServiceGitRepositoryResponse    
- Label string
- Label of the repository
- Name string
- Name of the repository
- Patterns List<string>
- Collection of patterns of the repository
- Uri string
- URI of the repository
- CaCert stringResource Id 
- Resource Id of CA certificate for https URL of Git repository.
- GitImplementation string
- Git libraries used to support various repository providers
- HostKey string
- Public sshKey of git repository.
- HostKey stringAlgorithm 
- SshKey algorithm of git repository.
- Password string
- Password of git repository basic auth.
- PrivateKey string
- Private sshKey algorithm of git repository.
- SearchPaths List<string>
- Searching path of the repository
- StrictHost boolKey Checking 
- Strict host key checking or not.
- Username string
- Username of git repository basic auth.
- Label string
- Label of the repository
- Name string
- Name of the repository
- Patterns []string
- Collection of patterns of the repository
- Uri string
- URI of the repository
- CaCert stringResource Id 
- Resource Id of CA certificate for https URL of Git repository.
- GitImplementation string
- Git libraries used to support various repository providers
- HostKey string
- Public sshKey of git repository.
- HostKey stringAlgorithm 
- SshKey algorithm of git repository.
- Password string
- Password of git repository basic auth.
- PrivateKey string
- Private sshKey algorithm of git repository.
- SearchPaths []string
- Searching path of the repository
- StrictHost boolKey Checking 
- Strict host key checking or not.
- Username string
- Username of git repository basic auth.
- label String
- Label of the repository
- name String
- Name of the repository
- patterns List<String>
- Collection of patterns of the repository
- uri String
- URI of the repository
- caCert StringResource Id 
- Resource Id of CA certificate for https URL of Git repository.
- gitImplementation String
- Git libraries used to support various repository providers
- hostKey String
- Public sshKey of git repository.
- hostKey StringAlgorithm 
- SshKey algorithm of git repository.
- password String
- Password of git repository basic auth.
- privateKey String
- Private sshKey algorithm of git repository.
- searchPaths List<String>
- Searching path of the repository
- strictHost BooleanKey Checking 
- Strict host key checking or not.
- username String
- Username of git repository basic auth.
- label string
- Label of the repository
- name string
- Name of the repository
- patterns string[]
- Collection of patterns of the repository
- uri string
- URI of the repository
- caCert stringResource Id 
- Resource Id of CA certificate for https URL of Git repository.
- gitImplementation string
- Git libraries used to support various repository providers
- hostKey string
- Public sshKey of git repository.
- hostKey stringAlgorithm 
- SshKey algorithm of git repository.
- password string
- Password of git repository basic auth.
- privateKey string
- Private sshKey algorithm of git repository.
- searchPaths string[]
- Searching path of the repository
- strictHost booleanKey Checking 
- Strict host key checking or not.
- username string
- Username of git repository basic auth.
- label str
- Label of the repository
- name str
- Name of the repository
- patterns Sequence[str]
- Collection of patterns of the repository
- uri str
- URI of the repository
- ca_cert_ strresource_ id 
- Resource Id of CA certificate for https URL of Git repository.
- git_implementation str
- Git libraries used to support various repository providers
- host_key str
- Public sshKey of git repository.
- host_key_ stralgorithm 
- SshKey algorithm of git repository.
- password str
- Password of git repository basic auth.
- private_key str
- Private sshKey algorithm of git repository.
- search_paths Sequence[str]
- Searching path of the repository
- strict_host_ boolkey_ checking 
- Strict host key checking or not.
- username str
- Username of git repository basic auth.
- label String
- Label of the repository
- name String
- Name of the repository
- patterns List<String>
- Collection of patterns of the repository
- uri String
- URI of the repository
- caCert StringResource Id 
- Resource Id of CA certificate for https URL of Git repository.
- gitImplementation String
- Git libraries used to support various repository providers
- hostKey String
- Public sshKey of git repository.
- hostKey StringAlgorithm 
- SshKey algorithm of git repository.
- password String
- Password of git repository basic auth.
- privateKey String
- Private sshKey algorithm of git repository.
- searchPaths List<String>
- Searching path of the repository
- strictHost BooleanKey Checking 
- Strict host key checking or not.
- username String
- Username of git repository basic auth.
ConfigurationServiceInstanceResponse   
ConfigurationServicePropertiesResponse   
- Instances
List<Pulumi.Azure Native. App Platform. Inputs. Configuration Service Instance Response> 
- Collection of instances belong to Application Configuration Service.
- ProvisioningState string
- State of the Application Configuration Service.
- ResourceRequests Pulumi.Azure Native. App Platform. Inputs. Configuration Service Resource Requests Response 
- The requested resource quantity for required CPU and Memory.
- Generation string
- The generation of the Application Configuration Service.
- Settings
Pulumi.Azure Native. App Platform. Inputs. Configuration Service Settings Response 
- The settings of Application Configuration Service.
- Instances
[]ConfigurationService Instance Response 
- Collection of instances belong to Application Configuration Service.
- ProvisioningState string
- State of the Application Configuration Service.
- ResourceRequests ConfigurationService Resource Requests Response 
- The requested resource quantity for required CPU and Memory.
- Generation string
- The generation of the Application Configuration Service.
- Settings
ConfigurationService Settings Response 
- The settings of Application Configuration Service.
- instances
List<ConfigurationService Instance Response> 
- Collection of instances belong to Application Configuration Service.
- provisioningState String
- State of the Application Configuration Service.
- resourceRequests ConfigurationService Resource Requests Response 
- The requested resource quantity for required CPU and Memory.
- generation String
- The generation of the Application Configuration Service.
- settings
ConfigurationService Settings Response 
- The settings of Application Configuration Service.
- instances
ConfigurationService Instance Response[] 
- Collection of instances belong to Application Configuration Service.
- provisioningState string
- State of the Application Configuration Service.
- resourceRequests ConfigurationService Resource Requests Response 
- The requested resource quantity for required CPU and Memory.
- generation string
- The generation of the Application Configuration Service.
- settings
ConfigurationService Settings Response 
- The settings of Application Configuration Service.
- instances
Sequence[ConfigurationService Instance Response] 
- Collection of instances belong to Application Configuration Service.
- provisioning_state str
- State of the Application Configuration Service.
- resource_requests ConfigurationService Resource Requests Response 
- The requested resource quantity for required CPU and Memory.
- generation str
- The generation of the Application Configuration Service.
- settings
ConfigurationService Settings Response 
- The settings of Application Configuration Service.
- instances List<Property Map>
- Collection of instances belong to Application Configuration Service.
- provisioningState String
- State of the Application Configuration Service.
- resourceRequests Property Map
- The requested resource quantity for required CPU and Memory.
- generation String
- The generation of the Application Configuration Service.
- settings Property Map
- The settings of Application Configuration Service.
ConfigurationServiceResourceRequestsResponse    
- Cpu string
- Cpu allocated to each Application Configuration Service instance
- InstanceCount int
- Instance count of the Application Configuration Service
- Memory string
- Memory allocated to each Application Configuration Service instance
- Cpu string
- Cpu allocated to each Application Configuration Service instance
- InstanceCount int
- Instance count of the Application Configuration Service
- Memory string
- Memory allocated to each Application Configuration Service instance
- cpu String
- Cpu allocated to each Application Configuration Service instance
- instanceCount Integer
- Instance count of the Application Configuration Service
- memory String
- Memory allocated to each Application Configuration Service instance
- cpu string
- Cpu allocated to each Application Configuration Service instance
- instanceCount number
- Instance count of the Application Configuration Service
- memory string
- Memory allocated to each Application Configuration Service instance
- cpu str
- Cpu allocated to each Application Configuration Service instance
- instance_count int
- Instance count of the Application Configuration Service
- memory str
- Memory allocated to each Application Configuration Service instance
- cpu String
- Cpu allocated to each Application Configuration Service instance
- instanceCount Number
- Instance count of the Application Configuration Service
- memory String
- Memory allocated to each Application Configuration Service instance
ConfigurationServiceSettingsResponse   
- GitProperty Pulumi.Azure Native. App Platform. Inputs. Configuration Service Git Property Response 
- Property of git environment.
- GitProperty ConfigurationService Git Property Response 
- Property of git environment.
- gitProperty ConfigurationService Git Property Response 
- Property of git environment.
- gitProperty ConfigurationService Git Property Response 
- Property of git environment.
- git_property ConfigurationService Git Property Response 
- Property of git environment.
- gitProperty Property Map
- Property of git environment.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource modification (UTC).
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource modification (UTC).
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi