1. Packages
  2. Azure Native
  3. API Docs
  4. managednetworkfabric
  5. getNetworkToNetworkInterconnect
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.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.managednetworkfabric.getNetworkToNetworkInterconnect

Explore with Pulumi AI

azure-native logo
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.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Implements NetworkToNetworkInterconnects 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 getNetworkToNetworkInterconnect

    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 getNetworkToNetworkInterconnect(args: GetNetworkToNetworkInterconnectArgs, opts?: InvokeOptions): Promise<GetNetworkToNetworkInterconnectResult>
    function getNetworkToNetworkInterconnectOutput(args: GetNetworkToNetworkInterconnectOutputArgs, opts?: InvokeOptions): Output<GetNetworkToNetworkInterconnectResult>
    def get_network_to_network_interconnect(network_fabric_name: Optional[str] = None,
                                            network_to_network_interconnect_name: Optional[str] = None,
                                            resource_group_name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetNetworkToNetworkInterconnectResult
    def get_network_to_network_interconnect_output(network_fabric_name: Optional[pulumi.Input[str]] = None,
                                            network_to_network_interconnect_name: Optional[pulumi.Input[str]] = None,
                                            resource_group_name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetNetworkToNetworkInterconnectResult]
    func LookupNetworkToNetworkInterconnect(ctx *Context, args *LookupNetworkToNetworkInterconnectArgs, opts ...InvokeOption) (*LookupNetworkToNetworkInterconnectResult, error)
    func LookupNetworkToNetworkInterconnectOutput(ctx *Context, args *LookupNetworkToNetworkInterconnectOutputArgs, opts ...InvokeOption) LookupNetworkToNetworkInterconnectResultOutput

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

    public static class GetNetworkToNetworkInterconnect 
    {
        public static Task<GetNetworkToNetworkInterconnectResult> InvokeAsync(GetNetworkToNetworkInterconnectArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkToNetworkInterconnectResult> Invoke(GetNetworkToNetworkInterconnectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkToNetworkInterconnectResult> getNetworkToNetworkInterconnect(GetNetworkToNetworkInterconnectArgs args, InvokeOptions options)
    public static Output<GetNetworkToNetworkInterconnectResult> getNetworkToNetworkInterconnect(GetNetworkToNetworkInterconnectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:managednetworkfabric:getNetworkToNetworkInterconnect
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkFabricName string
    Name of the Network Fabric.
    NetworkToNetworkInterconnectName string
    Name of the Network to Network Interconnect.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    NetworkFabricName string
    Name of the Network Fabric.
    NetworkToNetworkInterconnectName string
    Name of the Network to Network Interconnect.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    networkFabricName String
    Name of the Network Fabric.
    networkToNetworkInterconnectName String
    Name of the Network to Network Interconnect.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    networkFabricName string
    Name of the Network Fabric.
    networkToNetworkInterconnectName string
    Name of the Network to Network Interconnect.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    network_fabric_name str
    Name of the Network Fabric.
    network_to_network_interconnect_name str
    Name of the Network to Network Interconnect.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    networkFabricName String
    Name of the Network Fabric.
    networkToNetworkInterconnectName String
    Name of the Network to Network Interconnect.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getNetworkToNetworkInterconnect 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
    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"
    UseOptionB string
    Based on this option layer3 parameters are mandatory. Example: True/False
    EgressAclId string
    Egress Acl. ARM resource ID of Access Control Lists.
    ExportRoutePolicy Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ExportRoutePolicyInformationResponse
    Export Route Policy configuration.
    ImportRoutePolicy Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ImportRoutePolicyInformationResponse
    Import Route Policy configuration.
    IngressAclId string
    Ingress Acl. ARM resource ID of Access Control Lists.
    IsManagementType string
    Configuration to use NNI for Infrastructure Management. Example: True/False.
    Layer2Configuration Pulumi.AzureNative.ManagedNetworkFabric.Outputs.Layer2ConfigurationResponse
    Common properties for Layer2 Configuration.
    NniType string
    Type of NNI used. Example: CE | NPB
    NpbStaticRouteConfiguration Pulumi.AzureNative.ManagedNetworkFabric.Outputs.NpbStaticRouteConfigurationResponse
    NPB Static Route Configuration properties.
    OptionBLayer3Configuration Pulumi.AzureNative.ManagedNetworkFabric.Outputs.NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration
    Common properties for Layer3Configuration.
    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
    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"
    UseOptionB string
    Based on this option layer3 parameters are mandatory. Example: True/False
    EgressAclId string
    Egress Acl. ARM resource ID of Access Control Lists.
    ExportRoutePolicy ExportRoutePolicyInformationResponse
    Export Route Policy configuration.
    ImportRoutePolicy ImportRoutePolicyInformationResponse
    Import Route Policy configuration.
    IngressAclId string
    Ingress Acl. ARM resource ID of Access Control Lists.
    IsManagementType string
    Configuration to use NNI for Infrastructure Management. Example: True/False.
    Layer2Configuration Layer2ConfigurationResponse
    Common properties for Layer2 Configuration.
    NniType string
    Type of NNI used. Example: CE | NPB
    NpbStaticRouteConfiguration NpbStaticRouteConfigurationResponse
    NPB Static Route Configuration properties.
    OptionBLayer3Configuration NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration
    Common properties for Layer3Configuration.
    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
    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"
    useOptionB String
    Based on this option layer3 parameters are mandatory. Example: True/False
    egressAclId String
    Egress Acl. ARM resource ID of Access Control Lists.
    exportRoutePolicy ExportRoutePolicyInformationResponse
    Export Route Policy configuration.
    importRoutePolicy ImportRoutePolicyInformationResponse
    Import Route Policy configuration.
    ingressAclId String
    Ingress Acl. ARM resource ID of Access Control Lists.
    isManagementType String
    Configuration to use NNI for Infrastructure Management. Example: True/False.
    layer2Configuration Layer2ConfigurationResponse
    Common properties for Layer2 Configuration.
    nniType String
    Type of NNI used. Example: CE | NPB
    npbStaticRouteConfiguration NpbStaticRouteConfigurationResponse
    NPB Static Route Configuration properties.
    optionBLayer3Configuration NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration
    Common properties for Layer3Configuration.
    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
    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"
    useOptionB string
    Based on this option layer3 parameters are mandatory. Example: True/False
    egressAclId string
    Egress Acl. ARM resource ID of Access Control Lists.
    exportRoutePolicy ExportRoutePolicyInformationResponse
    Export Route Policy configuration.
    importRoutePolicy ImportRoutePolicyInformationResponse
    Import Route Policy configuration.
    ingressAclId string
    Ingress Acl. ARM resource ID of Access Control Lists.
    isManagementType string
    Configuration to use NNI for Infrastructure Management. Example: True/False.
    layer2Configuration Layer2ConfigurationResponse
    Common properties for Layer2 Configuration.
    nniType string
    Type of NNI used. Example: CE | NPB
    npbStaticRouteConfiguration NpbStaticRouteConfigurationResponse
    NPB Static Route Configuration properties.
    optionBLayer3Configuration NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration
    Common properties for Layer3Configuration.
    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
    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"
    use_option_b str
    Based on this option layer3 parameters are mandatory. Example: True/False
    egress_acl_id str
    Egress Acl. ARM resource ID of Access Control Lists.
    export_route_policy ExportRoutePolicyInformationResponse
    Export Route Policy configuration.
    import_route_policy ImportRoutePolicyInformationResponse
    Import Route Policy configuration.
    ingress_acl_id str
    Ingress Acl. ARM resource ID of Access Control Lists.
    is_management_type str
    Configuration to use NNI for Infrastructure Management. Example: True/False.
    layer2_configuration Layer2ConfigurationResponse
    Common properties for Layer2 Configuration.
    nni_type str
    Type of NNI used. Example: CE | NPB
    npb_static_route_configuration NpbStaticRouteConfigurationResponse
    NPB Static Route Configuration properties.
    option_b_layer3_configuration NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration
    Common properties for Layer3Configuration.
    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
    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"
    useOptionB String
    Based on this option layer3 parameters are mandatory. Example: True/False
    egressAclId String
    Egress Acl. ARM resource ID of Access Control Lists.
    exportRoutePolicy Property Map
    Export Route Policy configuration.
    importRoutePolicy Property Map
    Import Route Policy configuration.
    ingressAclId String
    Ingress Acl. ARM resource ID of Access Control Lists.
    isManagementType String
    Configuration to use NNI for Infrastructure Management. Example: True/False.
    layer2Configuration Property Map
    Common properties for Layer2 Configuration.
    nniType String
    Type of NNI used. Example: CE | NPB
    npbStaticRouteConfiguration Property Map
    NPB Static Route Configuration properties.
    optionBLayer3Configuration Property Map
    Common properties for Layer3Configuration.

    Supporting Types

    BfdConfigurationResponse

    AdministrativeState 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 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 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 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 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 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.

    ExportRoutePolicyInformationResponse

    ExportIpv4RoutePolicyId string
    Export IPv4 Route Policy Id.
    ExportIpv6RoutePolicyId string
    Export IPv6 Route Policy Id.
    ExportIpv4RoutePolicyId string
    Export IPv4 Route Policy Id.
    ExportIpv6RoutePolicyId string
    Export IPv6 Route Policy Id.
    exportIpv4RoutePolicyId String
    Export IPv4 Route Policy Id.
    exportIpv6RoutePolicyId String
    Export IPv6 Route Policy Id.
    exportIpv4RoutePolicyId string
    Export IPv4 Route Policy Id.
    exportIpv6RoutePolicyId string
    Export IPv6 Route Policy Id.
    export_ipv4_route_policy_id str
    Export IPv4 Route Policy Id.
    export_ipv6_route_policy_id str
    Export IPv6 Route Policy Id.
    exportIpv4RoutePolicyId String
    Export IPv4 Route Policy Id.
    exportIpv6RoutePolicyId String
    Export IPv6 Route Policy Id.

    ImportRoutePolicyInformationResponse

    ImportIpv4RoutePolicyId string
    Import IPv4 Route Policy Id.
    ImportIpv6RoutePolicyId string
    Import IPv6 Route Policy Id.
    ImportIpv4RoutePolicyId string
    Import IPv4 Route Policy Id.
    ImportIpv6RoutePolicyId string
    Import IPv6 Route Policy Id.
    importIpv4RoutePolicyId String
    Import IPv4 Route Policy Id.
    importIpv6RoutePolicyId String
    Import IPv6 Route Policy Id.
    importIpv4RoutePolicyId string
    Import IPv4 Route Policy Id.
    importIpv6RoutePolicyId string
    Import IPv6 Route Policy Id.
    import_ipv4_route_policy_id str
    Import IPv4 Route Policy Id.
    import_ipv6_route_policy_id str
    Import IPv6 Route Policy Id.
    importIpv4RoutePolicyId String
    Import IPv4 Route Policy Id.
    importIpv6RoutePolicyId String
    Import IPv6 Route Policy Id.

    Layer2ConfigurationResponse

    Interfaces List<string>
    List of network device interfaces resource IDs.
    Mtu int
    MTU of the packets between PE & CE.
    Interfaces []string
    List of network device interfaces resource IDs.
    Mtu int
    MTU of the packets between PE & CE.
    interfaces List<String>
    List of network device interfaces resource IDs.
    mtu Integer
    MTU of the packets between PE & CE.
    interfaces string[]
    List of network device interfaces resource IDs.
    mtu number
    MTU of the packets between PE & CE.
    interfaces Sequence[str]
    List of network device interfaces resource IDs.
    mtu int
    MTU of the packets between PE & CE.
    interfaces List<String>
    List of network device interfaces resource IDs.
    mtu Number
    MTU of the packets between PE & CE.

    NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration

    FabricASN double
    ASN of CE devices for CE/PE connectivity.
    PeerASN double
    ASN of PE devices for CE/PE connectivity.Example : 28
    VlanId int
    VLAN for CE/PE Layer 3 connectivity.Example : 501
    PrimaryIpv4Prefix string
    IPv4 Address Prefix.
    PrimaryIpv6Prefix string
    IPv6 Address Prefix.
    SecondaryIpv4Prefix string
    Secondary IPv4 Address Prefix.
    SecondaryIpv6Prefix string
    Secondary IPv6 Address Prefix.
    FabricASN float64
    ASN of CE devices for CE/PE connectivity.
    PeerASN float64
    ASN of PE devices for CE/PE connectivity.Example : 28
    VlanId int
    VLAN for CE/PE Layer 3 connectivity.Example : 501
    PrimaryIpv4Prefix string
    IPv4 Address Prefix.
    PrimaryIpv6Prefix string
    IPv6 Address Prefix.
    SecondaryIpv4Prefix string
    Secondary IPv4 Address Prefix.
    SecondaryIpv6Prefix string
    Secondary IPv6 Address Prefix.
    fabricASN Double
    ASN of CE devices for CE/PE connectivity.
    peerASN Double
    ASN of PE devices for CE/PE connectivity.Example : 28
    vlanId Integer
    VLAN for CE/PE Layer 3 connectivity.Example : 501
    primaryIpv4Prefix String
    IPv4 Address Prefix.
    primaryIpv6Prefix String
    IPv6 Address Prefix.
    secondaryIpv4Prefix String
    Secondary IPv4 Address Prefix.
    secondaryIpv6Prefix String
    Secondary IPv6 Address Prefix.
    fabricASN number
    ASN of CE devices for CE/PE connectivity.
    peerASN number
    ASN of PE devices for CE/PE connectivity.Example : 28
    vlanId number
    VLAN for CE/PE Layer 3 connectivity.Example : 501
    primaryIpv4Prefix string
    IPv4 Address Prefix.
    primaryIpv6Prefix string
    IPv6 Address Prefix.
    secondaryIpv4Prefix string
    Secondary IPv4 Address Prefix.
    secondaryIpv6Prefix string
    Secondary IPv6 Address Prefix.
    fabric_asn float
    ASN of CE devices for CE/PE connectivity.
    peer_asn float
    ASN of PE devices for CE/PE connectivity.Example : 28
    vlan_id int
    VLAN for CE/PE Layer 3 connectivity.Example : 501
    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 Number
    ASN of CE devices for CE/PE connectivity.
    peerASN Number
    ASN of PE devices for CE/PE connectivity.Example : 28
    vlanId Number
    VLAN for CE/PE Layer 3 connectivity.Example : 501
    primaryIpv4Prefix String
    IPv4 Address Prefix.
    primaryIpv6Prefix String
    IPv6 Address Prefix.
    secondaryIpv4Prefix String
    Secondary IPv4 Address Prefix.
    secondaryIpv6Prefix String
    Secondary IPv6 Address Prefix.

    NpbStaticRouteConfigurationResponse

    bfdConfiguration Property Map
    BFD Configuration properties.
    ipv4Routes List<Property Map>
    List of IPv4 Routes.
    ipv6Routes List<Property Map>
    List of IPv6 Routes.

    StaticRoutePropertiesResponse

    NextHop List<string>
    List of next hop addresses.
    Prefix string
    Prefix of the route.
    NextHop []string
    List of next hop addresses.
    Prefix string
    Prefix of the route.
    nextHop List<String>
    List of next hop addresses.
    prefix String
    Prefix of the route.
    nextHop string[]
    List of next hop addresses.
    prefix string
    Prefix of the route.
    next_hop Sequence[str]
    List of next hop addresses.
    prefix str
    Prefix of the route.
    nextHop List<String>
    List of next hop addresses.
    prefix String
    Prefix of the route.

    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
    azure-native logo
    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.3.0 published on Monday, Apr 28, 2025 by Pulumi