These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.appplatform.getConfigServer
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the config server and its properties. API Version: 2020-07-01.
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)
// Output-based functions aren't available in Java yet
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:
- 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
- Type string
- The type 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
- Type string
- The type 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
- type String
- The type 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
- type string
- The type 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
- 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
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi