azure-native.dbforpostgresql.getConfiguration
Explore with Pulumi AI
Gets information about a configuration of server. API Version: 2017-12-01.
Using getConfiguration
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 getConfiguration(args: GetConfigurationArgs, opts?: InvokeOptions): Promise<GetConfigurationResult>
function getConfigurationOutput(args: GetConfigurationOutputArgs, opts?: InvokeOptions): Output<GetConfigurationResult>
def get_configuration(configuration_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
server_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConfigurationResult
def get_configuration_output(configuration_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
server_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConfigurationResult]
func LookupConfiguration(ctx *Context, args *LookupConfigurationArgs, opts ...InvokeOption) (*LookupConfigurationResult, error)
func LookupConfigurationOutput(ctx *Context, args *LookupConfigurationOutputArgs, opts ...InvokeOption) LookupConfigurationResultOutput
> Note: This function is named LookupConfiguration
in the Go SDK.
public static class GetConfiguration
{
public static Task<GetConfigurationResult> InvokeAsync(GetConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetConfigurationResult> Invoke(GetConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConfigurationResult> getConfiguration(GetConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:dbforpostgresql:getConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Configuration
Name string The name of the server configuration.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Server
Name string The name of the server.
- Configuration
Name string The name of the server configuration.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Server
Name string The name of the server.
- configuration
Name String The name of the server configuration.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- server
Name String The name of the server.
- configuration
Name string The name of the server configuration.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- server
Name string The name of the server.
- configuration_
name str The name of the server configuration.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- server_
name str The name of the server.
- configuration
Name String The name of the server configuration.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- server
Name String The name of the server.
getConfiguration Result
The following output properties are available:
- Allowed
Values string Allowed values of the configuration.
- Data
Type string Data type of the configuration.
- Default
Value string Default value of the configuration.
- Description string
Description of the configuration.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Source string
Source of the configuration.
- Value string
Value of the configuration.
- Allowed
Values string Allowed values of the configuration.
- Data
Type string Data type of the configuration.
- Default
Value string Default value of the configuration.
- Description string
Description of the configuration.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Source string
Source of the configuration.
- Value string
Value of the configuration.
- allowed
Values String Allowed values of the configuration.
- data
Type String Data type of the configuration.
- default
Value String Default value of the configuration.
- description String
Description of the configuration.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- source String
Source of the configuration.
- value String
Value of the configuration.
- allowed
Values string Allowed values of the configuration.
- data
Type string Data type of the configuration.
- default
Value string Default value of the configuration.
- description string
Description of the configuration.
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
The name of the resource
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- source string
Source of the configuration.
- value string
Value of the configuration.
- allowed_
values str Allowed values of the configuration.
- data_
type str Data type of the configuration.
- default_
value str Default value of the configuration.
- description str
Description of the configuration.
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
The name of the resource
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- source str
Source of the configuration.
- value str
Value of the configuration.
- allowed
Values String Allowed values of the configuration.
- data
Type String Data type of the configuration.
- default
Value String Default value of the configuration.
- description String
Description of the configuration.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- source String
Source of the configuration.
- value String
Value of the configuration.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0