1. Packages
  2. Azure Native
  3. API Docs
  4. managednetworkfabric
  5. getExternalNetwork
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.managednetworkfabric.getExternalNetwork

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Implements ExternalNetworks GET method.

Uses Azure REST API version 2023-06-15.

Other available API versions: 2023-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native managednetworkfabric [ApiVersion]. See the version guide for details.

Using getExternalNetwork

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 getExternalNetwork(args: GetExternalNetworkArgs, opts?: InvokeOptions): Promise<GetExternalNetworkResult>
function getExternalNetworkOutput(args: GetExternalNetworkOutputArgs, opts?: InvokeOptions): Output<GetExternalNetworkResult>
Copy
def get_external_network(external_network_name: Optional[str] = None,
                         l3_isolation_domain_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetExternalNetworkResult
def get_external_network_output(external_network_name: Optional[pulumi.Input[str]] = None,
                         l3_isolation_domain_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetExternalNetworkResult]
Copy
func LookupExternalNetwork(ctx *Context, args *LookupExternalNetworkArgs, opts ...InvokeOption) (*LookupExternalNetworkResult, error)
func LookupExternalNetworkOutput(ctx *Context, args *LookupExternalNetworkOutputArgs, opts ...InvokeOption) LookupExternalNetworkResultOutput
Copy

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

public static class GetExternalNetwork 
{
    public static Task<GetExternalNetworkResult> InvokeAsync(GetExternalNetworkArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalNetworkResult> Invoke(GetExternalNetworkInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExternalNetworkResult> getExternalNetwork(GetExternalNetworkArgs args, InvokeOptions options)
public static Output<GetExternalNetworkResult> getExternalNetwork(GetExternalNetworkArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:managednetworkfabric:getExternalNetwork
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExternalNetworkName
This property is required.
Changes to this property will trigger replacement.
string
Name of the External Network.
L3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of the L3 Isolation Domain.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ExternalNetworkName
This property is required.
Changes to this property will trigger replacement.
string
Name of the External Network.
L3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of the L3 Isolation Domain.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
externalNetworkName
This property is required.
Changes to this property will trigger replacement.
String
Name of the External Network.
l3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
String
Name of the L3 Isolation Domain.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
externalNetworkName
This property is required.
Changes to this property will trigger replacement.
string
Name of the External Network.
l3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of the L3 Isolation Domain.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
external_network_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the External Network.
l3_isolation_domain_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the L3 Isolation Domain.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
externalNetworkName
This property is required.
Changes to this property will trigger replacement.
String
Name of the External Network.
l3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
String
Name of the L3 Isolation Domain.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getExternalNetwork Result

The following output properties are available:

AdministrativeState string
Administrative state of the resource.
AzureApiVersion string
The Azure API version of the resource.
ConfigurationState string
Configuration state of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Name string
The name of the resource
PeeringOption string
Peering option list.
ProvisioningState string
Provisioning state of the resource.
SystemData Pulumi.AzureNative.ManagedNetworkFabric.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Annotation string
Switch configuration description.
ExportRoutePolicy Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ExportRoutePolicyResponse
Export Route Policy either IPv4 or IPv6.
ExportRoutePolicyId string
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
ImportRoutePolicy Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ImportRoutePolicyResponse
Import Route Policy either IPv4 or IPv6.
ImportRoutePolicyId string
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
NetworkToNetworkInterconnectId string
ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
OptionAProperties Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
OptionBProperties Pulumi.AzureNative.ManagedNetworkFabric.Outputs.L3OptionBPropertiesResponse
option B properties object
AdministrativeState string
Administrative state of the resource.
AzureApiVersion string
The Azure API version of the resource.
ConfigurationState string
Configuration state of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Name string
The name of the resource
PeeringOption string
Peering option list.
ProvisioningState string
Provisioning state of the resource.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Annotation string
Switch configuration description.
ExportRoutePolicy ExportRoutePolicyResponse
Export Route Policy either IPv4 or IPv6.
ExportRoutePolicyId string
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
ImportRoutePolicy ImportRoutePolicyResponse
Import Route Policy either IPv4 or IPv6.
ImportRoutePolicyId string
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
NetworkToNetworkInterconnectId string
ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
OptionAProperties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
OptionBProperties L3OptionBPropertiesResponse
option B properties object
administrativeState String
Administrative state of the resource.
azureApiVersion String
The Azure API version of the resource.
configurationState String
Configuration state of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name String
The name of the resource
peeringOption String
Peering option list.
provisioningState String
Provisioning state of the resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
annotation String
Switch configuration description.
exportRoutePolicy ExportRoutePolicyResponse
Export Route Policy either IPv4 or IPv6.
exportRoutePolicyId String
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
importRoutePolicy ImportRoutePolicyResponse
Import Route Policy either IPv4 or IPv6.
importRoutePolicyId String
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
networkToNetworkInterconnectId String
ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
optionAProperties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
optionBProperties L3OptionBPropertiesResponse
option B properties object
administrativeState string
Administrative state of the resource.
azureApiVersion string
The Azure API version of the resource.
configurationState string
Configuration state of the resource.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name string
The name of the resource
peeringOption string
Peering option list.
provisioningState string
Provisioning state of the resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
annotation string
Switch configuration description.
exportRoutePolicy ExportRoutePolicyResponse
Export Route Policy either IPv4 or IPv6.
exportRoutePolicyId string
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
importRoutePolicy ImportRoutePolicyResponse
Import Route Policy either IPv4 or IPv6.
importRoutePolicyId string
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
networkToNetworkInterconnectId string
ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
optionAProperties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
optionBProperties L3OptionBPropertiesResponse
option B properties object
administrative_state str
Administrative state of the resource.
azure_api_version str
The Azure API version of the resource.
configuration_state str
Configuration state of the resource.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name str
The name of the resource
peering_option str
Peering option list.
provisioning_state str
Provisioning state of the resource.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
annotation str
Switch configuration description.
export_route_policy ExportRoutePolicyResponse
Export Route Policy either IPv4 or IPv6.
export_route_policy_id str
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
import_route_policy ImportRoutePolicyResponse
Import Route Policy either IPv4 or IPv6.
import_route_policy_id str
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
network_to_network_interconnect_id str
ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
option_a_properties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
option_b_properties L3OptionBPropertiesResponse
option B properties object
administrativeState String
Administrative state of the resource.
azureApiVersion String
The Azure API version of the resource.
configurationState String
Configuration state of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name String
The name of the resource
peeringOption String
Peering option list.
provisioningState String
Provisioning state of the resource.
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
annotation String
Switch configuration description.
exportRoutePolicy Property Map
Export Route Policy either IPv4 or IPv6.
exportRoutePolicyId String
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
importRoutePolicy Property Map
Import Route Policy either IPv4 or IPv6.
importRoutePolicyId String
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
networkToNetworkInterconnectId String
ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
optionAProperties Property Map
option A properties object
optionBProperties Property Map
option B properties object

Supporting Types

BfdConfigurationResponse

AdministrativeState This property is required. string
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
IntervalInMilliSeconds int
Interval in milliseconds. Example: 300.
Multiplier int
Multiplier for the Bfd Configuration. Example: 5.
AdministrativeState This property is required. string
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
IntervalInMilliSeconds int
Interval in milliseconds. Example: 300.
Multiplier int
Multiplier for the Bfd Configuration. Example: 5.
administrativeState This property is required. String
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
intervalInMilliSeconds Integer
Interval in milliseconds. Example: 300.
multiplier Integer
Multiplier for the Bfd Configuration. Example: 5.
administrativeState This property is required. string
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
intervalInMilliSeconds number
Interval in milliseconds. Example: 300.
multiplier number
Multiplier for the Bfd Configuration. Example: 5.
administrative_state This property is required. str
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
interval_in_milli_seconds int
Interval in milliseconds. Example: 300.
multiplier int
Multiplier for the Bfd Configuration. Example: 5.
administrativeState This property is required. String
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
intervalInMilliSeconds Number
Interval in milliseconds. Example: 300.
multiplier Number
Multiplier for the Bfd Configuration. Example: 5.

ExportRoutePolicyResponse

ExportIpv4RoutePolicyId string
ARM resource ID of RoutePolicy.
ExportIpv6RoutePolicyId string
ARM resource ID of RoutePolicy.
ExportIpv4RoutePolicyId string
ARM resource ID of RoutePolicy.
ExportIpv6RoutePolicyId string
ARM resource ID of RoutePolicy.
exportIpv4RoutePolicyId String
ARM resource ID of RoutePolicy.
exportIpv6RoutePolicyId String
ARM resource ID of RoutePolicy.
exportIpv4RoutePolicyId string
ARM resource ID of RoutePolicy.
exportIpv6RoutePolicyId string
ARM resource ID of RoutePolicy.
export_ipv4_route_policy_id str
ARM resource ID of RoutePolicy.
export_ipv6_route_policy_id str
ARM resource ID of RoutePolicy.
exportIpv4RoutePolicyId String
ARM resource ID of RoutePolicy.
exportIpv6RoutePolicyId String
ARM resource ID of RoutePolicy.

ExternalNetworkPropertiesResponseOptionAProperties

FabricASN This property is required. double
Fabric ASN number. Example 65001
PeerASN This property is required. double
Peer ASN number.Example : 28
VlanId This property is required. int
Vlan identifier. Example : 501
BfdConfiguration Pulumi.AzureNative.ManagedNetworkFabric.Inputs.BfdConfigurationResponse
BFD configuration properties
EgressAclId string
Egress Acl. ARM resource ID of Access Control Lists.
IngressAclId string
Ingress Acl. ARM resource ID of Access Control Lists.
Mtu int
MTU to use for option A peering.
PrimaryIpv4Prefix string
IPv4 Address Prefix.
PrimaryIpv6Prefix string
IPv6 Address Prefix.
SecondaryIpv4Prefix string
Secondary IPv4 Address Prefix.
SecondaryIpv6Prefix string
Secondary IPv6 Address Prefix.
FabricASN This property is required. float64
Fabric ASN number. Example 65001
PeerASN This property is required. float64
Peer ASN number.Example : 28
VlanId This property is required. int
Vlan identifier. Example : 501
BfdConfiguration BfdConfigurationResponse
BFD configuration properties
EgressAclId string
Egress Acl. ARM resource ID of Access Control Lists.
IngressAclId string
Ingress Acl. ARM resource ID of Access Control Lists.
Mtu int
MTU to use for option A peering.
PrimaryIpv4Prefix string
IPv4 Address Prefix.
PrimaryIpv6Prefix string
IPv6 Address Prefix.
SecondaryIpv4Prefix string
Secondary IPv4 Address Prefix.
SecondaryIpv6Prefix string
Secondary IPv6 Address Prefix.
fabricASN This property is required. Double
Fabric ASN number. Example 65001
peerASN This property is required. Double
Peer ASN number.Example : 28
vlanId This property is required. Integer
Vlan identifier. Example : 501
bfdConfiguration BfdConfigurationResponse
BFD configuration properties
egressAclId String
Egress Acl. ARM resource ID of Access Control Lists.
ingressAclId String
Ingress Acl. ARM resource ID of Access Control Lists.
mtu Integer
MTU to use for option A peering.
primaryIpv4Prefix String
IPv4 Address Prefix.
primaryIpv6Prefix String
IPv6 Address Prefix.
secondaryIpv4Prefix String
Secondary IPv4 Address Prefix.
secondaryIpv6Prefix String
Secondary IPv6 Address Prefix.
fabricASN This property is required. number
Fabric ASN number. Example 65001
peerASN This property is required. number
Peer ASN number.Example : 28
vlanId This property is required. number
Vlan identifier. Example : 501
bfdConfiguration BfdConfigurationResponse
BFD configuration properties
egressAclId string
Egress Acl. ARM resource ID of Access Control Lists.
ingressAclId string
Ingress Acl. ARM resource ID of Access Control Lists.
mtu number
MTU to use for option A peering.
primaryIpv4Prefix string
IPv4 Address Prefix.
primaryIpv6Prefix string
IPv6 Address Prefix.
secondaryIpv4Prefix string
Secondary IPv4 Address Prefix.
secondaryIpv6Prefix string
Secondary IPv6 Address Prefix.
fabric_asn This property is required. float
Fabric ASN number. Example 65001
peer_asn This property is required. float
Peer ASN number.Example : 28
vlan_id This property is required. int
Vlan identifier. Example : 501
bfd_configuration BfdConfigurationResponse
BFD configuration properties
egress_acl_id str
Egress Acl. ARM resource ID of Access Control Lists.
ingress_acl_id str
Ingress Acl. ARM resource ID of Access Control Lists.
mtu int
MTU to use for option A peering.
primary_ipv4_prefix str
IPv4 Address Prefix.
primary_ipv6_prefix str
IPv6 Address Prefix.
secondary_ipv4_prefix str
Secondary IPv4 Address Prefix.
secondary_ipv6_prefix str
Secondary IPv6 Address Prefix.
fabricASN This property is required. Number
Fabric ASN number. Example 65001
peerASN This property is required. Number
Peer ASN number.Example : 28
vlanId This property is required. Number
Vlan identifier. Example : 501
bfdConfiguration Property Map
BFD configuration properties
egressAclId String
Egress Acl. ARM resource ID of Access Control Lists.
ingressAclId String
Ingress Acl. ARM resource ID of Access Control Lists.
mtu Number
MTU to use for option A peering.
primaryIpv4Prefix String
IPv4 Address Prefix.
primaryIpv6Prefix String
IPv6 Address Prefix.
secondaryIpv4Prefix String
Secondary IPv4 Address Prefix.
secondaryIpv6Prefix String
Secondary IPv6 Address Prefix.

ImportRoutePolicyResponse

ImportIpv4RoutePolicyId string
ARM resource ID of RoutePolicy.
ImportIpv6RoutePolicyId string
ARM resource ID of RoutePolicy.
ImportIpv4RoutePolicyId string
ARM resource ID of RoutePolicy.
ImportIpv6RoutePolicyId string
ARM resource ID of RoutePolicy.
importIpv4RoutePolicyId String
ARM resource ID of RoutePolicy.
importIpv6RoutePolicyId String
ARM resource ID of RoutePolicy.
importIpv4RoutePolicyId string
ARM resource ID of RoutePolicy.
importIpv6RoutePolicyId string
ARM resource ID of RoutePolicy.
import_ipv4_route_policy_id str
ARM resource ID of RoutePolicy.
import_ipv6_route_policy_id str
ARM resource ID of RoutePolicy.
importIpv4RoutePolicyId String
ARM resource ID of RoutePolicy.
importIpv6RoutePolicyId String
ARM resource ID of RoutePolicy.

L3OptionBPropertiesResponse

ExportRouteTargets List<string>
RouteTargets to be applied. This is used for the backward compatibility.
ImportRouteTargets List<string>
RouteTargets to be applied. This is used for the backward compatibility.
RouteTargets Pulumi.AzureNative.ManagedNetworkFabric.Inputs.RouteTargetInformationResponse
RouteTargets to be applied.
ExportRouteTargets []string
RouteTargets to be applied. This is used for the backward compatibility.
ImportRouteTargets []string
RouteTargets to be applied. This is used for the backward compatibility.
RouteTargets RouteTargetInformationResponse
RouteTargets to be applied.
exportRouteTargets List<String>
RouteTargets to be applied. This is used for the backward compatibility.
importRouteTargets List<String>
RouteTargets to be applied. This is used for the backward compatibility.
routeTargets RouteTargetInformationResponse
RouteTargets to be applied.
exportRouteTargets string[]
RouteTargets to be applied. This is used for the backward compatibility.
importRouteTargets string[]
RouteTargets to be applied. This is used for the backward compatibility.
routeTargets RouteTargetInformationResponse
RouteTargets to be applied.
export_route_targets Sequence[str]
RouteTargets to be applied. This is used for the backward compatibility.
import_route_targets Sequence[str]
RouteTargets to be applied. This is used for the backward compatibility.
route_targets RouteTargetInformationResponse
RouteTargets to be applied.
exportRouteTargets List<String>
RouteTargets to be applied. This is used for the backward compatibility.
importRouteTargets List<String>
RouteTargets to be applied. This is used for the backward compatibility.
routeTargets Property Map
RouteTargets to be applied.

RouteTargetInformationResponse

ExportIpv4RouteTargets List<string>
Route Targets to be applied for outgoing routes into CE.
ExportIpv6RouteTargets List<string>
Route Targets to be applied for outgoing routes from CE.
ImportIpv4RouteTargets List<string>
Route Targets to be applied for incoming routes into CE.
ImportIpv6RouteTargets List<string>
Route Targets to be applied for incoming routes from CE.
ExportIpv4RouteTargets []string
Route Targets to be applied for outgoing routes into CE.
ExportIpv6RouteTargets []string
Route Targets to be applied for outgoing routes from CE.
ImportIpv4RouteTargets []string
Route Targets to be applied for incoming routes into CE.
ImportIpv6RouteTargets []string
Route Targets to be applied for incoming routes from CE.
exportIpv4RouteTargets List<String>
Route Targets to be applied for outgoing routes into CE.
exportIpv6RouteTargets List<String>
Route Targets to be applied for outgoing routes from CE.
importIpv4RouteTargets List<String>
Route Targets to be applied for incoming routes into CE.
importIpv6RouteTargets List<String>
Route Targets to be applied for incoming routes from CE.
exportIpv4RouteTargets string[]
Route Targets to be applied for outgoing routes into CE.
exportIpv6RouteTargets string[]
Route Targets to be applied for outgoing routes from CE.
importIpv4RouteTargets string[]
Route Targets to be applied for incoming routes into CE.
importIpv6RouteTargets string[]
Route Targets to be applied for incoming routes from CE.
export_ipv4_route_targets Sequence[str]
Route Targets to be applied for outgoing routes into CE.
export_ipv6_route_targets Sequence[str]
Route Targets to be applied for outgoing routes from CE.
import_ipv4_route_targets Sequence[str]
Route Targets to be applied for incoming routes into CE.
import_ipv6_route_targets Sequence[str]
Route Targets to be applied for incoming routes from CE.
exportIpv4RouteTargets List<String>
Route Targets to be applied for outgoing routes into CE.
exportIpv6RouteTargets List<String>
Route Targets to be applied for outgoing routes from CE.
importIpv4RouteTargets List<String>
Route Targets to be applied for incoming routes into CE.
importIpv6RouteTargets List<String>
Route Targets to be applied for incoming routes from CE.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi