1. Packages
  2. Azure Classic
  3. API Docs
  4. appplatform
  5. getSpringCloudService

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

azure.appplatform.getSpringCloudService

Explore with Pulumi AI

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

Use this data source to access information about an existing Spring Cloud Service.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";

const example = azure.appplatform.getSpringCloudService({
    name: exampleAzurermSpringCloudService.name,
    resourceGroupName: exampleAzurermSpringCloudService.resourceGroupName,
});
export const springCloudServiceId = example.then(example => example.id);
Copy
import pulumi
import pulumi_azure as azure

example = azure.appplatform.get_spring_cloud_service(name=example_azurerm_spring_cloud_service["name"],
    resource_group_name=example_azurerm_spring_cloud_service["resourceGroupName"])
pulumi.export("springCloudServiceId", example.id)
Copy
package main

import (
	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/appplatform"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := appplatform.LookupSpringCloudService(ctx, &appplatform.LookupSpringCloudServiceArgs{
			Name:              exampleAzurermSpringCloudService.Name,
			ResourceGroupName: exampleAzurermSpringCloudService.ResourceGroupName,
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("springCloudServiceId", example.Id)
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;

return await Deployment.RunAsync(() => 
{
    var example = Azure.AppPlatform.GetSpringCloudService.Invoke(new()
    {
        Name = exampleAzurermSpringCloudService.Name,
        ResourceGroupName = exampleAzurermSpringCloudService.ResourceGroupName,
    });

    return new Dictionary<string, object?>
    {
        ["springCloudServiceId"] = example.Apply(getSpringCloudServiceResult => getSpringCloudServiceResult.Id),
    };
});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.appplatform.AppplatformFunctions;
import com.pulumi.azure.appplatform.inputs.GetSpringCloudServiceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = AppplatformFunctions.getSpringCloudService(GetSpringCloudServiceArgs.builder()
            .name(exampleAzurermSpringCloudService.name())
            .resourceGroupName(exampleAzurermSpringCloudService.resourceGroupName())
            .build());

        ctx.export("springCloudServiceId", example.applyValue(getSpringCloudServiceResult -> getSpringCloudServiceResult.id()));
    }
}
Copy
variables:
  example:
    fn::invoke:
      function: azure:appplatform:getSpringCloudService
      arguments:
        name: ${exampleAzurermSpringCloudService.name}
        resourceGroupName: ${exampleAzurermSpringCloudService.resourceGroupName}
outputs:
  springCloudServiceId: ${example.id}
Copy

Using getSpringCloudService

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 getSpringCloudService(args: GetSpringCloudServiceArgs, opts?: InvokeOptions): Promise<GetSpringCloudServiceResult>
function getSpringCloudServiceOutput(args: GetSpringCloudServiceOutputArgs, opts?: InvokeOptions): Output<GetSpringCloudServiceResult>
Copy
def get_spring_cloud_service(name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetSpringCloudServiceResult
def get_spring_cloud_service_output(name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetSpringCloudServiceResult]
Copy
func LookupSpringCloudService(ctx *Context, args *LookupSpringCloudServiceArgs, opts ...InvokeOption) (*LookupSpringCloudServiceResult, error)
func LookupSpringCloudServiceOutput(ctx *Context, args *LookupSpringCloudServiceOutputArgs, opts ...InvokeOption) LookupSpringCloudServiceResultOutput
Copy

> Note: This function is named LookupSpringCloudService in the Go SDK.

public static class GetSpringCloudService 
{
    public static Task<GetSpringCloudServiceResult> InvokeAsync(GetSpringCloudServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetSpringCloudServiceResult> Invoke(GetSpringCloudServiceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSpringCloudServiceResult> getSpringCloudService(GetSpringCloudServiceArgs args, InvokeOptions options)
public static Output<GetSpringCloudServiceResult> getSpringCloudService(GetSpringCloudServiceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure:appplatform/getSpringCloudService:getSpringCloudService
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
Specifies The name of the Spring Cloud Service resource.
ResourceGroupName This property is required. string
Specifies the name of the Resource Group where the Spring Cloud Service exists.
Name This property is required. string
Specifies The name of the Spring Cloud Service resource.
ResourceGroupName This property is required. string
Specifies the name of the Resource Group where the Spring Cloud Service exists.
name This property is required. String
Specifies The name of the Spring Cloud Service resource.
resourceGroupName This property is required. String
Specifies the name of the Resource Group where the Spring Cloud Service exists.
name This property is required. string
Specifies The name of the Spring Cloud Service resource.
resourceGroupName This property is required. string
Specifies the name of the Resource Group where the Spring Cloud Service exists.
name This property is required. str
Specifies The name of the Spring Cloud Service resource.
resource_group_name This property is required. str
Specifies the name of the Resource Group where the Spring Cloud Service exists.
name This property is required. String
Specifies The name of the Spring Cloud Service resource.
resourceGroupName This property is required. String
Specifies the name of the Resource Group where the Spring Cloud Service exists.

getSpringCloudService Result

The following output properties are available:

ConfigServerGitSettings List<GetSpringCloudServiceConfigServerGitSetting>
A config_server_git_setting block as defined below.
Id string
The provider-assigned unique ID for this managed resource.
Location string
The location of Spring Cloud Service.
Name string
The name to identify on the Git repository.
OutboundPublicIpAddresses List<string>
A list of the outbound Public IP Addresses used by this Spring Cloud Service.
RequiredNetworkTrafficRules List<GetSpringCloudServiceRequiredNetworkTrafficRule>
A list of required_network_traffic_rules blocks as defined below.
ResourceGroupName string
Tags Dictionary<string, string>
A mapping of tags assigned to Spring Cloud Service.
ConfigServerGitSettings []GetSpringCloudServiceConfigServerGitSetting
A config_server_git_setting block as defined below.
Id string
The provider-assigned unique ID for this managed resource.
Location string
The location of Spring Cloud Service.
Name string
The name to identify on the Git repository.
OutboundPublicIpAddresses []string
A list of the outbound Public IP Addresses used by this Spring Cloud Service.
RequiredNetworkTrafficRules []GetSpringCloudServiceRequiredNetworkTrafficRule
A list of required_network_traffic_rules blocks as defined below.
ResourceGroupName string
Tags map[string]string
A mapping of tags assigned to Spring Cloud Service.
configServerGitSettings List<GetSpringCloudServiceConfigServerGitSetting>
A config_server_git_setting block as defined below.
id String
The provider-assigned unique ID for this managed resource.
location String
The location of Spring Cloud Service.
name String
The name to identify on the Git repository.
outboundPublicIpAddresses List<String>
A list of the outbound Public IP Addresses used by this Spring Cloud Service.
requiredNetworkTrafficRules List<GetSpringCloudServiceRequiredNetworkTrafficRule>
A list of required_network_traffic_rules blocks as defined below.
resourceGroupName String
tags Map<String,String>
A mapping of tags assigned to Spring Cloud Service.
configServerGitSettings GetSpringCloudServiceConfigServerGitSetting[]
A config_server_git_setting block as defined below.
id string
The provider-assigned unique ID for this managed resource.
location string
The location of Spring Cloud Service.
name string
The name to identify on the Git repository.
outboundPublicIpAddresses string[]
A list of the outbound Public IP Addresses used by this Spring Cloud Service.
requiredNetworkTrafficRules GetSpringCloudServiceRequiredNetworkTrafficRule[]
A list of required_network_traffic_rules blocks as defined below.
resourceGroupName string
tags {[key: string]: string}
A mapping of tags assigned to Spring Cloud Service.
config_server_git_settings Sequence[GetSpringCloudServiceConfigServerGitSetting]
A config_server_git_setting block as defined below.
id str
The provider-assigned unique ID for this managed resource.
location str
The location of Spring Cloud Service.
name str
The name to identify on the Git repository.
outbound_public_ip_addresses Sequence[str]
A list of the outbound Public IP Addresses used by this Spring Cloud Service.
required_network_traffic_rules Sequence[GetSpringCloudServiceRequiredNetworkTrafficRule]
A list of required_network_traffic_rules blocks as defined below.
resource_group_name str
tags Mapping[str, str]
A mapping of tags assigned to Spring Cloud Service.
configServerGitSettings List<Property Map>
A config_server_git_setting block as defined below.
id String
The provider-assigned unique ID for this managed resource.
location String
The location of Spring Cloud Service.
name String
The name to identify on the Git repository.
outboundPublicIpAddresses List<String>
A list of the outbound Public IP Addresses used by this Spring Cloud Service.
requiredNetworkTrafficRules List<Property Map>
A list of required_network_traffic_rules blocks as defined below.
resourceGroupName String
tags Map<String>
A mapping of tags assigned to Spring Cloud Service.

Supporting Types

GetSpringCloudServiceConfigServerGitSetting

HttpBasicAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth>
A http_basic_auth block as defined below.
Label This property is required. string
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
Repositories This property is required. List<GetSpringCloudServiceConfigServerGitSettingRepository>
One or more repository blocks as defined below.
SearchPaths This property is required. List<string>
An array of strings used to search subdirectories of the Git repository.
SshAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingSshAuth>
A ssh_auth block as defined below.
Uri This property is required. string
The URI of the Git repository
HttpBasicAuths This property is required. []GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth
A http_basic_auth block as defined below.
Label This property is required. string
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
Repositories This property is required. []GetSpringCloudServiceConfigServerGitSettingRepository
One or more repository blocks as defined below.
SearchPaths This property is required. []string
An array of strings used to search subdirectories of the Git repository.
SshAuths This property is required. []GetSpringCloudServiceConfigServerGitSettingSshAuth
A ssh_auth block as defined below.
Uri This property is required. string
The URI of the Git repository
httpBasicAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth>
A http_basic_auth block as defined below.
label This property is required. String
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
repositories This property is required. List<GetSpringCloudServiceConfigServerGitSettingRepository>
One or more repository blocks as defined below.
searchPaths This property is required. List<String>
An array of strings used to search subdirectories of the Git repository.
sshAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingSshAuth>
A ssh_auth block as defined below.
uri This property is required. String
The URI of the Git repository
httpBasicAuths This property is required. GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth[]
A http_basic_auth block as defined below.
label This property is required. string
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
repositories This property is required. GetSpringCloudServiceConfigServerGitSettingRepository[]
One or more repository blocks as defined below.
searchPaths This property is required. string[]
An array of strings used to search subdirectories of the Git repository.
sshAuths This property is required. GetSpringCloudServiceConfigServerGitSettingSshAuth[]
A ssh_auth block as defined below.
uri This property is required. string
The URI of the Git repository
http_basic_auths This property is required. Sequence[GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth]
A http_basic_auth block as defined below.
label This property is required. str
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
repositories This property is required. Sequence[GetSpringCloudServiceConfigServerGitSettingRepository]
One or more repository blocks as defined below.
search_paths This property is required. Sequence[str]
An array of strings used to search subdirectories of the Git repository.
ssh_auths This property is required. Sequence[GetSpringCloudServiceConfigServerGitSettingSshAuth]
A ssh_auth block as defined below.
uri This property is required. str
The URI of the Git repository
httpBasicAuths This property is required. List<Property Map>
A http_basic_auth block as defined below.
label This property is required. String
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
repositories This property is required. List<Property Map>
One or more repository blocks as defined below.
searchPaths This property is required. List<String>
An array of strings used to search subdirectories of the Git repository.
sshAuths This property is required. List<Property Map>
A ssh_auth block as defined below.
uri This property is required. String
The URI of the Git repository

GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth

Password This property is required. string
The password used to access the HTTP Basic Authentication Git repository server.
Username This property is required. string
The username used to access the HTTP Basic Authentication Git repository server.
Password This property is required. string
The password used to access the HTTP Basic Authentication Git repository server.
Username This property is required. string
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. String
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. String
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. string
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. string
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. str
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. str
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. String
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. String
The username used to access the HTTP Basic Authentication Git repository server.

GetSpringCloudServiceConfigServerGitSettingRepository

HttpBasicAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth>
A http_basic_auth block as defined below.
Label This property is required. string
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
Name This property is required. string
Specifies The name of the Spring Cloud Service resource.
Patterns This property is required. List<string>
An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.
SearchPaths This property is required. List<string>
An array of strings used to search subdirectories of the Git repository.
SshAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth>
A ssh_auth block as defined below.
Uri This property is required. string
The URI of the Git repository
HttpBasicAuths This property is required. []GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth
A http_basic_auth block as defined below.
Label This property is required. string
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
Name This property is required. string
Specifies The name of the Spring Cloud Service resource.
Patterns This property is required. []string
An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.
SearchPaths This property is required. []string
An array of strings used to search subdirectories of the Git repository.
SshAuths This property is required. []GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth
A ssh_auth block as defined below.
Uri This property is required. string
The URI of the Git repository
httpBasicAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth>
A http_basic_auth block as defined below.
label This property is required. String
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
name This property is required. String
Specifies The name of the Spring Cloud Service resource.
patterns This property is required. List<String>
An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.
searchPaths This property is required. List<String>
An array of strings used to search subdirectories of the Git repository.
sshAuths This property is required. List<GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth>
A ssh_auth block as defined below.
uri This property is required. String
The URI of the Git repository
httpBasicAuths This property is required. GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth[]
A http_basic_auth block as defined below.
label This property is required. string
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
name This property is required. string
Specifies The name of the Spring Cloud Service resource.
patterns This property is required. string[]
An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.
searchPaths This property is required. string[]
An array of strings used to search subdirectories of the Git repository.
sshAuths This property is required. GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth[]
A ssh_auth block as defined below.
uri This property is required. string
The URI of the Git repository
http_basic_auths This property is required. Sequence[GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth]
A http_basic_auth block as defined below.
label This property is required. str
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
name This property is required. str
Specifies The name of the Spring Cloud Service resource.
patterns This property is required. Sequence[str]
An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.
search_paths This property is required. Sequence[str]
An array of strings used to search subdirectories of the Git repository.
ssh_auths This property is required. Sequence[GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth]
A ssh_auth block as defined below.
uri This property is required. str
The URI of the Git repository
httpBasicAuths This property is required. List<Property Map>
A http_basic_auth block as defined below.
label This property is required. String
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
name This property is required. String
Specifies The name of the Spring Cloud Service resource.
patterns This property is required. List<String>
An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.
searchPaths This property is required. List<String>
An array of strings used to search subdirectories of the Git repository.
sshAuths This property is required. List<Property Map>
A ssh_auth block as defined below.
uri This property is required. String
The URI of the Git repository

GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth

Password This property is required. string
The password used to access the HTTP Basic Authentication Git repository server.
Username This property is required. string
The username used to access the HTTP Basic Authentication Git repository server.
Password This property is required. string
The password used to access the HTTP Basic Authentication Git repository server.
Username This property is required. string
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. String
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. String
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. string
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. string
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. str
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. str
The username used to access the HTTP Basic Authentication Git repository server.
password This property is required. String
The password used to access the HTTP Basic Authentication Git repository server.
username This property is required. String
The username used to access the HTTP Basic Authentication Git repository server.

GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth

HostKey This property is required. string
The host key of the Git repository server.
HostKeyAlgorithm This property is required. string
The host key algorithm.
PrivateKey This property is required. string
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
StrictHostKeyCheckingEnabled This property is required. bool
Indicates whether the Config Server instance will fail to start if the host_key does not match.
HostKey This property is required. string
The host key of the Git repository server.
HostKeyAlgorithm This property is required. string
The host key algorithm.
PrivateKey This property is required. string
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
StrictHostKeyCheckingEnabled This property is required. bool
Indicates whether the Config Server instance will fail to start if the host_key does not match.
hostKey This property is required. String
The host key of the Git repository server.
hostKeyAlgorithm This property is required. String
The host key algorithm.
privateKey This property is required. String
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strictHostKeyCheckingEnabled This property is required. Boolean
Indicates whether the Config Server instance will fail to start if the host_key does not match.
hostKey This property is required. string
The host key of the Git repository server.
hostKeyAlgorithm This property is required. string
The host key algorithm.
privateKey This property is required. string
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strictHostKeyCheckingEnabled This property is required. boolean
Indicates whether the Config Server instance will fail to start if the host_key does not match.
host_key This property is required. str
The host key of the Git repository server.
host_key_algorithm This property is required. str
The host key algorithm.
private_key This property is required. str
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strict_host_key_checking_enabled This property is required. bool
Indicates whether the Config Server instance will fail to start if the host_key does not match.
hostKey This property is required. String
The host key of the Git repository server.
hostKeyAlgorithm This property is required. String
The host key algorithm.
privateKey This property is required. String
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strictHostKeyCheckingEnabled This property is required. Boolean
Indicates whether the Config Server instance will fail to start if the host_key does not match.

GetSpringCloudServiceConfigServerGitSettingSshAuth

HostKey This property is required. string
The host key of the Git repository server.
HostKeyAlgorithm This property is required. string
The host key algorithm.
PrivateKey This property is required. string
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
StrictHostKeyCheckingEnabled This property is required. bool
Indicates whether the Config Server instance will fail to start if the host_key does not match.
HostKey This property is required. string
The host key of the Git repository server.
HostKeyAlgorithm This property is required. string
The host key algorithm.
PrivateKey This property is required. string
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
StrictHostKeyCheckingEnabled This property is required. bool
Indicates whether the Config Server instance will fail to start if the host_key does not match.
hostKey This property is required. String
The host key of the Git repository server.
hostKeyAlgorithm This property is required. String
The host key algorithm.
privateKey This property is required. String
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strictHostKeyCheckingEnabled This property is required. Boolean
Indicates whether the Config Server instance will fail to start if the host_key does not match.
hostKey This property is required. string
The host key of the Git repository server.
hostKeyAlgorithm This property is required. string
The host key algorithm.
privateKey This property is required. string
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strictHostKeyCheckingEnabled This property is required. boolean
Indicates whether the Config Server instance will fail to start if the host_key does not match.
host_key This property is required. str
The host key of the Git repository server.
host_key_algorithm This property is required. str
The host key algorithm.
private_key This property is required. str
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strict_host_key_checking_enabled This property is required. bool
Indicates whether the Config Server instance will fail to start if the host_key does not match.
hostKey This property is required. String
The host key of the Git repository server.
hostKeyAlgorithm This property is required. String
The host key algorithm.
privateKey This property is required. String
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
strictHostKeyCheckingEnabled This property is required. Boolean
Indicates whether the Config Server instance will fail to start if the host_key does not match.

GetSpringCloudServiceRequiredNetworkTrafficRule

Direction This property is required. string
The direction of required traffic. Possible values are Inbound, Outbound.
Fqdns This property is required. List<string>
The FQDN list of required traffic.
IpAddresses This property is required. List<string>
The IP list of required traffic.
Port This property is required. int
The port of required traffic.
Protocol This property is required. string
The protocol of required traffic.
Direction This property is required. string
The direction of required traffic. Possible values are Inbound, Outbound.
Fqdns This property is required. []string
The FQDN list of required traffic.
IpAddresses This property is required. []string
The IP list of required traffic.
Port This property is required. int
The port of required traffic.
Protocol This property is required. string
The protocol of required traffic.
direction This property is required. String
The direction of required traffic. Possible values are Inbound, Outbound.
fqdns This property is required. List<String>
The FQDN list of required traffic.
ipAddresses This property is required. List<String>
The IP list of required traffic.
port This property is required. Integer
The port of required traffic.
protocol This property is required. String
The protocol of required traffic.
direction This property is required. string
The direction of required traffic. Possible values are Inbound, Outbound.
fqdns This property is required. string[]
The FQDN list of required traffic.
ipAddresses This property is required. string[]
The IP list of required traffic.
port This property is required. number
The port of required traffic.
protocol This property is required. string
The protocol of required traffic.
direction This property is required. str
The direction of required traffic. Possible values are Inbound, Outbound.
fqdns This property is required. Sequence[str]
The FQDN list of required traffic.
ip_addresses This property is required. Sequence[str]
The IP list of required traffic.
port This property is required. int
The port of required traffic.
protocol This property is required. str
The protocol of required traffic.
direction This property is required. String
The direction of required traffic. Possible values are Inbound, Outbound.
fqdns This property is required. List<String>
The FQDN list of required traffic.
ipAddresses This property is required. List<String>
The IP list of required traffic.
port This property is required. Number
The port of required traffic.
protocol This property is required. String
The protocol of required traffic.

Package Details

Repository
Azure Classic pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi