azure-native.appplatform.getConfigurationService
Explore with Pulumi AI
Get the Application Configuration Service and its properties.
Uses Azure REST API version 2024-01-01-preview.
Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]
. See the version guide for details.
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 dictionary
The following arguments are supported:
- Configuration
Service stringName - The name of Application Configuration Service.
- Resource
Group 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.
- Service
Name string - The name of the Service resource.
- Configuration
Service stringName - The name of Application Configuration Service.
- Resource
Group 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.
- Service
Name string - The name of the Service resource.
- configuration
Service StringName - The name of Application Configuration Service.
- resource
Group 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.
- service
Name String - The name of the Service resource.
- configuration
Service stringName - The name of Application Configuration Service.
- resource
Group 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.
- service
Name 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.
- configuration
Service StringName - The name of Application Configuration Service.
- resource
Group 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.
- service
Name String - The name of the Service resource.
getConfigurationService Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- 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
- System
Data 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.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Configuration
Service Properties Response - Application Configuration Service properties payload
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties
Configuration
Service Properties Response - Application Configuration Service properties payload
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource Id for the resource.
- name string
- The name of the resource.
- properties
Configuration
Service Properties Response - Application Configuration Service properties payload
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource Id for the resource.
- name str
- The name of the resource.
- properties
Configuration
Service 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.
- azure
Api StringVersion - The Azure API version 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
- system
Data 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
[]Configuration
Service Git Repository Response - Repositories of Application Configuration Service git property.
- repositories
List<Configuration
Service Git Repository Response> - Repositories of Application Configuration Service git property.
- repositories
Configuration
Service Git Repository Response[] - Repositories of Application Configuration Service git property.
- repositories
Sequence[Configuration
Service 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
- Ca
Cert stringResource Id - Resource Id of CA certificate for https URL of Git repository.
- Git
Implementation string - Git libraries used to support various repository providers
- Host
Key string - Public sshKey of git repository.
- Host
Key stringAlgorithm - SshKey algorithm of git repository.
- Password string
- Password of git repository basic auth.
- Private
Key string - Private sshKey algorithm of git repository.
- Search
Paths List<string> - Searching path of the repository
- Strict
Host 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
- Ca
Cert stringResource Id - Resource Id of CA certificate for https URL of Git repository.
- Git
Implementation string - Git libraries used to support various repository providers
- Host
Key string - Public sshKey of git repository.
- Host
Key stringAlgorithm - SshKey algorithm of git repository.
- Password string
- Password of git repository basic auth.
- Private
Key string - Private sshKey algorithm of git repository.
- Search
Paths []string - Searching path of the repository
- Strict
Host 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
- ca
Cert StringResource Id - Resource Id of CA certificate for https URL of Git repository.
- git
Implementation String - Git libraries used to support various repository providers
- host
Key String - Public sshKey of git repository.
- host
Key StringAlgorithm - SshKey algorithm of git repository.
- password String
- Password of git repository basic auth.
- private
Key String - Private sshKey algorithm of git repository.
- search
Paths List<String> - Searching path of the repository
- strict
Host 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
- ca
Cert stringResource Id - Resource Id of CA certificate for https URL of Git repository.
- git
Implementation string - Git libraries used to support various repository providers
- host
Key string - Public sshKey of git repository.
- host
Key stringAlgorithm - SshKey algorithm of git repository.
- password string
- Password of git repository basic auth.
- private
Key string - Private sshKey algorithm of git repository.
- search
Paths string[] - Searching path of the repository
- strict
Host 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
- ca
Cert StringResource Id - Resource Id of CA certificate for https URL of Git repository.
- git
Implementation String - Git libraries used to support various repository providers
- host
Key String - Public sshKey of git repository.
- host
Key StringAlgorithm - SshKey algorithm of git repository.
- password String
- Password of git repository basic auth.
- private
Key String - Private sshKey algorithm of git repository.
- search
Paths List<String> - Searching path of the repository
- strict
Host 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.
- Provisioning
State string - State of the Application Configuration Service.
- Resource
Requests 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
[]Configuration
Service Instance Response - Collection of instances belong to Application Configuration Service.
- Provisioning
State string - State of the Application Configuration Service.
- Resource
Requests ConfigurationService Resource Requests Response - The requested resource quantity for required CPU and Memory.
- Generation string
- The generation of the Application Configuration Service.
- Settings
Configuration
Service Settings Response - The settings of Application Configuration Service.
- instances
List<Configuration
Service Instance Response> - Collection of instances belong to Application Configuration Service.
- provisioning
State String - State of the Application Configuration Service.
- resource
Requests ConfigurationService Resource Requests Response - The requested resource quantity for required CPU and Memory.
- generation String
- The generation of the Application Configuration Service.
- settings
Configuration
Service Settings Response - The settings of Application Configuration Service.
- instances
Configuration
Service Instance Response[] - Collection of instances belong to Application Configuration Service.
- provisioning
State string - State of the Application Configuration Service.
- resource
Requests ConfigurationService Resource Requests Response - The requested resource quantity for required CPU and Memory.
- generation string
- The generation of the Application Configuration Service.
- settings
Configuration
Service Settings Response - The settings of Application Configuration Service.
- instances
Sequence[Configuration
Service 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
Configuration
Service Settings Response - The settings of Application Configuration Service.
- instances List<Property Map>
- Collection of instances belong to Application Configuration Service.
- provisioning
State String - State of the Application Configuration Service.
- resource
Requests 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
- Instance
Count 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
- Instance
Count 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
- instance
Count 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
- instance
Count 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
- instance
Count Number - Instance count of the Application Configuration Service
- memory String
- Memory allocated to each Application Configuration Service instance
ConfigurationServiceSettingsResponse
- Git
Property Pulumi.Azure Native. App Platform. Inputs. Configuration Service Git Property Response - Property of git environment.
- Refresh
Interval intIn Seconds - How often (in seconds) to check repository updates. Minimum value is 0.
- Git
Property ConfigurationService Git Property Response - Property of git environment.
- Refresh
Interval intIn Seconds - How often (in seconds) to check repository updates. Minimum value is 0.
- git
Property ConfigurationService Git Property Response - Property of git environment.
- refresh
Interval IntegerIn Seconds - How often (in seconds) to check repository updates. Minimum value is 0.
- git
Property ConfigurationService Git Property Response - Property of git environment.
- refresh
Interval numberIn Seconds - How often (in seconds) to check repository updates. Minimum value is 0.
- git_
property ConfigurationService Git Property Response - Property of git environment.
- refresh_
interval_ intin_ seconds - How often (in seconds) to check repository updates. Minimum value is 0.
- git
Property Property Map - Property of git environment.
- refresh
Interval NumberIn Seconds - How often (in seconds) to check repository updates. Minimum value is 0.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource modification (UTC).
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0