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.getConfigServer
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 config server 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 getConfigServer
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 getConfigServer(args: GetConfigServerArgs, opts?: InvokeOptions): Promise<GetConfigServerResult>
function getConfigServerOutput(args: GetConfigServerOutputArgs, opts?: InvokeOptions): Output<GetConfigServerResult>def get_config_server(resource_group_name: Optional[str] = None,
                      service_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetConfigServerResult
def get_config_server_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                      service_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetConfigServerResult]func LookupConfigServer(ctx *Context, args *LookupConfigServerArgs, opts ...InvokeOption) (*LookupConfigServerResult, error)
func LookupConfigServerOutput(ctx *Context, args *LookupConfigServerOutputArgs, opts ...InvokeOption) LookupConfigServerResultOutput> Note: This function is named LookupConfigServer in the Go SDK.
public static class GetConfigServer 
{
    public static Task<GetConfigServerResult> InvokeAsync(GetConfigServerArgs args, InvokeOptions? opts = null)
    public static Output<GetConfigServerResult> Invoke(GetConfigServerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConfigServerResult> getConfigServer(GetConfigServerArgs args, InvokeOptions options)
public static Output<GetConfigServerResult> getConfigServer(GetConfigServerArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:appplatform:getConfigServer
  arguments:
    # arguments dictionaryThe following arguments are supported:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
getConfigServer 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. Config Server Properties Response 
- Properties of the Config Server resource
- 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
ConfigServer Properties Response 
- Properties of the Config Server resource
- 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
ConfigServer Properties Response 
- Properties of the Config Server resource
- 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
ConfigServer Properties Response 
- Properties of the Config Server resource
- 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
ConfigServer Properties Response 
- Properties of the Config Server resource
- 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
- Properties of the Config Server resource
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
ConfigServerGitPropertyResponse    
- Uri string
- URI of the repository
- HostKey string
- Public sshKey of git repository.
- HostKey stringAlgorithm 
- SshKey algorithm of git repository.
- Label string
- Label of the repository
- Password string
- Password of git repository basic auth.
- PrivateKey string
- Private sshKey algorithm of git repository.
- Repositories
List<Pulumi.Azure Native. App Platform. Inputs. Git Pattern Repository Response> 
- Repositories of git.
- 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.
- Uri string
- URI of the repository
- HostKey string
- Public sshKey of git repository.
- HostKey stringAlgorithm 
- SshKey algorithm of git repository.
- Label string
- Label of the repository
- Password string
- Password of git repository basic auth.
- PrivateKey string
- Private sshKey algorithm of git repository.
- Repositories
[]GitPattern Repository Response 
- Repositories of git.
- SearchPaths []string
- Searching path of the repository
- StrictHost boolKey Checking 
- Strict host key checking or not.
- Username string
- Username of git repository basic auth.
- uri String
- URI of the repository
- hostKey String
- Public sshKey of git repository.
- hostKey StringAlgorithm 
- SshKey algorithm of git repository.
- label String
- Label of the repository
- password String
- Password of git repository basic auth.
- privateKey String
- Private sshKey algorithm of git repository.
- repositories
List<GitPattern Repository Response> 
- Repositories of git.
- 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.
- uri string
- URI of the repository
- hostKey string
- Public sshKey of git repository.
- hostKey stringAlgorithm 
- SshKey algorithm of git repository.
- label string
- Label of the repository
- password string
- Password of git repository basic auth.
- privateKey string
- Private sshKey algorithm of git repository.
- repositories
GitPattern Repository Response[] 
- Repositories of git.
- searchPaths string[]
- Searching path of the repository
- strictHost booleanKey Checking 
- Strict host key checking or not.
- username string
- Username of git repository basic auth.
- uri str
- URI of the repository
- host_key str
- Public sshKey of git repository.
- host_key_ stralgorithm 
- SshKey algorithm of git repository.
- label str
- Label of the repository
- password str
- Password of git repository basic auth.
- private_key str
- Private sshKey algorithm of git repository.
- repositories
Sequence[GitPattern Repository Response] 
- Repositories of git.
- 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.
- uri String
- URI of the repository
- hostKey String
- Public sshKey of git repository.
- hostKey StringAlgorithm 
- SshKey algorithm of git repository.
- label String
- Label of the repository
- password String
- Password of git repository basic auth.
- privateKey String
- Private sshKey algorithm of git repository.
- repositories List<Property Map>
- Repositories of git.
- 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.
ConfigServerPropertiesResponse   
- ProvisioningState string
- State of the config server.
- ConfigServer Pulumi.Azure Native. App Platform. Inputs. Config Server Settings Response 
- Settings of config server.
- EnabledState string
- Enabled state of the config server. This is only used in Consumption tier.
- Error
Pulumi.Azure Native. App Platform. Inputs. Error Response 
- Error when apply config server settings.
- ProvisioningState string
- State of the config server.
- ConfigServer ConfigServer Settings Response 
- Settings of config server.
- EnabledState string
- Enabled state of the config server. This is only used in Consumption tier.
- Error
ErrorResponse 
- Error when apply config server settings.
- provisioningState String
- State of the config server.
- configServer ConfigServer Settings Response 
- Settings of config server.
- enabledState String
- Enabled state of the config server. This is only used in Consumption tier.
- error
ErrorResponse 
- Error when apply config server settings.
- provisioningState string
- State of the config server.
- configServer ConfigServer Settings Response 
- Settings of config server.
- enabledState string
- Enabled state of the config server. This is only used in Consumption tier.
- error
ErrorResponse 
- Error when apply config server settings.
- provisioning_state str
- State of the config server.
- config_server ConfigServer Settings Response 
- Settings of config server.
- enabled_state str
- Enabled state of the config server. This is only used in Consumption tier.
- error
ErrorResponse 
- Error when apply config server settings.
- provisioningState String
- State of the config server.
- configServer Property Map
- Settings of config server.
- enabledState String
- Enabled state of the config server. This is only used in Consumption tier.
- error Property Map
- Error when apply config server settings.
ConfigServerSettingsResponse   
- GitProperty Pulumi.Azure Native. App Platform. Inputs. Config Server Git Property Response 
- Property of git environment.
- GitProperty ConfigServer Git Property Response 
- Property of git environment.
- gitProperty ConfigServer Git Property Response 
- Property of git environment.
- gitProperty ConfigServer Git Property Response 
- Property of git environment.
- git_property ConfigServer Git Property Response 
- Property of git environment.
- gitProperty Property Map
- Property of git environment.
ErrorResponse 
GitPatternRepositoryResponse   
- Name string
- Name of the repository
- Uri string
- URI of the repository
- HostKey string
- Public sshKey of git repository.
- HostKey stringAlgorithm 
- SshKey algorithm of git repository.
- Label string
- Label of the repository
- Password string
- Password of git repository basic auth.
- Pattern List<string>
- Collection of pattern of the repository
- 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.
- Name string
- Name of the repository
- Uri string
- URI of the repository
- HostKey string
- Public sshKey of git repository.
- HostKey stringAlgorithm 
- SshKey algorithm of git repository.
- Label string
- Label of the repository
- Password string
- Password of git repository basic auth.
- Pattern []string
- Collection of pattern of the repository
- 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.
- name String
- Name of the repository
- uri String
- URI of the repository
- hostKey String
- Public sshKey of git repository.
- hostKey StringAlgorithm 
- SshKey algorithm of git repository.
- label String
- Label of the repository
- password String
- Password of git repository basic auth.
- pattern List<String>
- Collection of pattern of the repository
- 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.
- name string
- Name of the repository
- uri string
- URI of the repository
- hostKey string
- Public sshKey of git repository.
- hostKey stringAlgorithm 
- SshKey algorithm of git repository.
- label string
- Label of the repository
- password string
- Password of git repository basic auth.
- pattern string[]
- Collection of pattern of the repository
- 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.
- name str
- Name of the repository
- uri str
- URI of the repository
- host_key str
- Public sshKey of git repository.
- host_key_ stralgorithm 
- SshKey algorithm of git repository.
- label str
- Label of the repository
- password str
- Password of git repository basic auth.
- pattern Sequence[str]
- Collection of pattern of the repository
- 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.
- name String
- Name of the repository
- uri String
- URI of the repository
- hostKey String
- Public sshKey of git repository.
- hostKey StringAlgorithm 
- SshKey algorithm of git repository.
- label String
- Label of the repository
- password String
- Password of git repository basic auth.
- pattern List<String>
- Collection of pattern of the repository
- 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.
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