azure-native.appplatform.getConfigServer
Explore with Pulumi AI
Get the config server 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 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 dictionary
The following arguments are supported:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
getConfigServer 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. Config Server Properties Response - Properties of the Config Server resource
- 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
Config
Server Properties Response - Properties of the Config Server resource
- 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
Config
Server Properties Response - Properties of the Config Server resource
- 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
Config
Server Properties Response - Properties of the Config Server resource
- 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
Config
Server 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.
- 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
- Properties of the Config Server resource
- system
Data 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
- Host
Key string - Public sshKey of git repository.
- Host
Key stringAlgorithm - SshKey algorithm of git repository.
- Label string
- Label of the repository
- Password string
- Password of git repository basic auth.
- Private
Key string - Private sshKey algorithm of git repository.
- Repositories
List<Pulumi.
Azure Native. App Platform. Inputs. Git Pattern Repository Response> - Repositories of git.
- 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.
- Uri string
- URI of the repository
- Host
Key string - Public sshKey of git repository.
- Host
Key stringAlgorithm - SshKey algorithm of git repository.
- Label string
- Label of the repository
- Password string
- Password of git repository basic auth.
- Private
Key string - Private sshKey algorithm of git repository.
- Repositories
[]Git
Pattern Repository Response - Repositories of git.
- 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.
- uri String
- URI of the repository
- host
Key String - Public sshKey of git repository.
- host
Key StringAlgorithm - SshKey algorithm of git repository.
- label String
- Label of the repository
- password String
- Password of git repository basic auth.
- private
Key String - Private sshKey algorithm of git repository.
- repositories
List<Git
Pattern Repository Response> - Repositories of git.
- 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.
- uri string
- URI of the repository
- host
Key string - Public sshKey of git repository.
- host
Key stringAlgorithm - SshKey algorithm of git repository.
- label string
- Label of the repository
- password string
- Password of git repository basic auth.
- private
Key string - Private sshKey algorithm of git repository.
- repositories
Git
Pattern Repository Response[] - Repositories of git.
- 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.
- 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[Git
Pattern 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
- host
Key String - Public sshKey of git repository.
- host
Key StringAlgorithm - SshKey algorithm of git repository.
- label String
- Label of the repository
- password String
- Password of git repository basic auth.
- private
Key String - Private sshKey algorithm of git repository.
- repositories List<Property Map>
- Repositories of git.
- 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.
ConfigServerPropertiesResponse
- Provisioning
State string - State of the config server.
- Config
Server Pulumi.Azure Native. App Platform. Inputs. Config Server Settings Response - Settings of config server.
- Enabled
State 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.
- Provisioning
State string - State of the config server.
- Config
Server ConfigServer Settings Response - Settings of config server.
- Enabled
State string - Enabled state of the config server. This is only used in Consumption tier.
- Error
Error
Response - Error when apply config server settings.
- provisioning
State String - State of the config server.
- config
Server ConfigServer Settings Response - Settings of config server.
- enabled
State String - Enabled state of the config server. This is only used in Consumption tier.
- error
Error
Response - Error when apply config server settings.
- provisioning
State string - State of the config server.
- config
Server ConfigServer Settings Response - Settings of config server.
- enabled
State string - Enabled state of the config server. This is only used in Consumption tier.
- error
Error
Response - 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
Error
Response - Error when apply config server settings.
- provisioning
State String - State of the config server.
- config
Server Property Map - Settings of config server.
- enabled
State String - Enabled state of the config server. This is only used in Consumption tier.
- error Property Map
- Error when apply config server settings.
ConfigServerSettingsResponse
- Git
Property Pulumi.Azure Native. App Platform. Inputs. Config Server Git Property Response - Property of git environment.
- Git
Property ConfigServer Git Property Response - Property of git environment.
- git
Property ConfigServer Git Property Response - Property of git environment.
- git
Property ConfigServer Git Property Response - Property of git environment.
- git_
property ConfigServer Git Property Response - Property of git environment.
- git
Property Property Map - Property of git environment.
ErrorResponse
GitPatternRepositoryResponse
- Name string
- Name of the repository
- Uri string
- URI of the repository
- Host
Key string - Public sshKey of git repository.
- Host
Key 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
- 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.
- Name string
- Name of the repository
- Uri string
- URI of the repository
- Host
Key string - Public sshKey of git repository.
- Host
Key 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
- 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.
- name String
- Name of the repository
- uri String
- URI of the repository
- host
Key String - Public sshKey of git repository.
- host
Key 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
- 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.
- name string
- Name of the repository
- uri string
- URI of the repository
- host
Key string - Public sshKey of git repository.
- host
Key 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
- 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.
- 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
- host
Key String - Public sshKey of git repository.
- host
Key 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
- 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.
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