1. Packages
  2. Packages
  3. Azure Native
  4. API Docs
  5. managednetworkfabric
  6. getNetworkBootstrapDevice
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.23.0
published on Saturday, Jul 18, 2026 by Pulumi
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.
Viewing docs for Azure Native v3.23.0
published on Saturday, Jul 18, 2026 by Pulumi

    Gets a Network Bootstrap Device resource details.

    Uses Azure REST API version 2025-07-15.

    Using getNetworkBootstrapDevice

    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 getNetworkBootstrapDevice(args: GetNetworkBootstrapDeviceArgs, opts?: InvokeOptions): Promise<GetNetworkBootstrapDeviceResult>
    function getNetworkBootstrapDeviceOutput(args: GetNetworkBootstrapDeviceOutputArgs, opts?: InvokeOptions): Output<GetNetworkBootstrapDeviceResult>
    def get_network_bootstrap_device(network_bootstrap_device_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetNetworkBootstrapDeviceResult
    def get_network_bootstrap_device_output(network_bootstrap_device_name: pulumi.Input[Optional[str]] = None,
                                     resource_group_name: pulumi.Input[Optional[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetNetworkBootstrapDeviceResult]
    func LookupNetworkBootstrapDevice(ctx *Context, args *LookupNetworkBootstrapDeviceArgs, opts ...InvokeOption) (*LookupNetworkBootstrapDeviceResult, error)
    func LookupNetworkBootstrapDeviceOutput(ctx *Context, args *LookupNetworkBootstrapDeviceOutputArgs, opts ...InvokeOption) LookupNetworkBootstrapDeviceResultOutput

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

    public static class GetNetworkBootstrapDevice 
    {
        public static Task<GetNetworkBootstrapDeviceResult> InvokeAsync(GetNetworkBootstrapDeviceArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkBootstrapDeviceResult> Invoke(GetNetworkBootstrapDeviceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkBootstrapDeviceResult> getNetworkBootstrapDevice(GetNetworkBootstrapDeviceArgs args, InvokeOptions options)
    public static Output<GetNetworkBootstrapDeviceResult> getNetworkBootstrapDevice(GetNetworkBootstrapDeviceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:managednetworkfabric:getNetworkBootstrapDevice
      arguments:
        # arguments dictionary
    data "azure-native_managednetworkfabric_get_network_bootstrap_device" "name" {
        # arguments
    }

    The following arguments are supported:

    NetworkBootstrapDeviceName string
    Name of the Network Bootstrap Device.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    NetworkBootstrapDeviceName string
    Name of the Network Bootstrap Device.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    network_bootstrap_device_name string
    Name of the Network Bootstrap Device.
    resource_group_name string
    The name of the resource group. The name is case insensitive.
    networkBootstrapDeviceName String
    Name of the Network Bootstrap Device.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    networkBootstrapDeviceName string
    Name of the Network Bootstrap Device.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    network_bootstrap_device_name str
    Name of the Network Bootstrap Device.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    networkBootstrapDeviceName String
    Name of the Network Bootstrap Device.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getNetworkBootstrapDevice 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.
    DhcpV4ServerIpAddress string
    Dhcp server IPv4 Address.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    NetworkFabricId string
    Associated Network Fabric Resource ID
    PrimaryManagementIpv4Address string
    Primary Management IPv4 Address.
    PrimaryManagementIpv6Address string
    Primary Management IPv6 Address.
    ProvisioningState string
    Provisioning state of the resource.
    SecondaryManagementIpv4Address string
    Secondary Management IPv4 Address.
    SecondaryManagementIpv6Address string
    Secondary Management IPv6 Address.
    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"
    Version string
    Current version of the device as defined in SKU.
    Annotation string
    Switch configuration description.
    HostName string
    The host name of the device.
    Identity Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    NetworkDeviceSku string
    Network Bootstrap Device SKU name.
    SerialNumber string
    Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
    Tags Dictionary<string, string>
    Resource tags.
    AdministrativeState string
    Administrative state of the resource.
    AzureApiVersion string
    The Azure API version of the resource.
    ConfigurationState string
    Configuration state of the resource.
    DhcpV4ServerIpAddress string
    Dhcp server IPv4 Address.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    NetworkFabricId string
    Associated Network Fabric Resource ID
    PrimaryManagementIpv4Address string
    Primary Management IPv4 Address.
    PrimaryManagementIpv6Address string
    Primary Management IPv6 Address.
    ProvisioningState string
    Provisioning state of the resource.
    SecondaryManagementIpv4Address string
    Secondary Management IPv4 Address.
    SecondaryManagementIpv6Address string
    Secondary Management IPv6 Address.
    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"
    Version string
    Current version of the device as defined in SKU.
    Annotation string
    Switch configuration description.
    HostName string
    The host name of the device.
    Identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    NetworkDeviceSku string
    Network Bootstrap Device SKU name.
    SerialNumber string
    Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
    Tags map[string]string
    Resource tags.
    administrative_state string
    Administrative state of the resource.
    azure_api_version string
    The Azure API version of the resource.
    configuration_state string
    Configuration state of the resource.
    dhcp_v4_server_ip_address string
    Dhcp server IPv4 Address.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    network_fabric_id string
    Associated Network Fabric Resource ID
    primary_management_ipv4_address string
    Primary Management IPv4 Address.
    primary_management_ipv6_address string
    Primary Management IPv6 Address.
    provisioning_state string
    Provisioning state of the resource.
    secondary_management_ipv4_address string
    Secondary Management IPv4 Address.
    secondary_management_ipv6_address string
    Secondary Management IPv6 Address.
    system_data object
    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"
    version string
    Current version of the device as defined in SKU.
    annotation string
    Switch configuration description.
    host_name string
    The host name of the device.
    identity object
    The managed service identities assigned to this resource.
    network_device_sku string
    Network Bootstrap Device SKU name.
    serial_number string
    Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
    tags map(string)
    Resource tags.
    administrativeState String
    Administrative state of the resource.
    azureApiVersion String
    The Azure API version of the resource.
    configurationState String
    Configuration state of the resource.
    dhcpV4ServerIpAddress String
    Dhcp server IPv4 Address.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    networkFabricId String
    Associated Network Fabric Resource ID
    primaryManagementIpv4Address String
    Primary Management IPv4 Address.
    primaryManagementIpv6Address String
    Primary Management IPv6 Address.
    provisioningState String
    Provisioning state of the resource.
    secondaryManagementIpv4Address String
    Secondary Management IPv4 Address.
    secondaryManagementIpv6Address String
    Secondary Management IPv6 Address.
    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"
    version String
    Current version of the device as defined in SKU.
    annotation String
    Switch configuration description.
    hostName String
    The host name of the device.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    networkDeviceSku String
    Network Bootstrap Device SKU name.
    serialNumber String
    Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
    tags Map<String,String>
    Resource tags.
    administrativeState string
    Administrative state of the resource.
    azureApiVersion string
    The Azure API version of the resource.
    configurationState string
    Configuration state of the resource.
    dhcpV4ServerIpAddress string
    Dhcp server IPv4 Address.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    networkFabricId string
    Associated Network Fabric Resource ID
    primaryManagementIpv4Address string
    Primary Management IPv4 Address.
    primaryManagementIpv6Address string
    Primary Management IPv6 Address.
    provisioningState string
    Provisioning state of the resource.
    secondaryManagementIpv4Address string
    Secondary Management IPv4 Address.
    secondaryManagementIpv6Address string
    Secondary Management IPv6 Address.
    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"
    version string
    Current version of the device as defined in SKU.
    annotation string
    Switch configuration description.
    hostName string
    The host name of the device.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    networkDeviceSku string
    Network Bootstrap Device SKU name.
    serialNumber string
    Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
    tags {[key: string]: string}
    Resource tags.
    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.
    dhcp_v4_server_ip_address str
    Dhcp server IPv4 Address.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    network_fabric_id str
    Associated Network Fabric Resource ID
    primary_management_ipv4_address str
    Primary Management IPv4 Address.
    primary_management_ipv6_address str
    Primary Management IPv6 Address.
    provisioning_state str
    Provisioning state of the resource.
    secondary_management_ipv4_address str
    Secondary Management IPv4 Address.
    secondary_management_ipv6_address str
    Secondary Management IPv6 Address.
    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"
    version str
    Current version of the device as defined in SKU.
    annotation str
    Switch configuration description.
    host_name str
    The host name of the device.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    network_device_sku str
    Network Bootstrap Device SKU name.
    serial_number str
    Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
    tags Mapping[str, str]
    Resource tags.
    administrativeState String
    Administrative state of the resource.
    azureApiVersion String
    The Azure API version of the resource.
    configurationState String
    Configuration state of the resource.
    dhcpV4ServerIpAddress String
    Dhcp server IPv4 Address.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    networkFabricId String
    Associated Network Fabric Resource ID
    primaryManagementIpv4Address String
    Primary Management IPv4 Address.
    primaryManagementIpv6Address String
    Primary Management IPv6 Address.
    provisioningState String
    Provisioning state of the resource.
    secondaryManagementIpv4Address String
    Secondary Management IPv4 Address.
    secondaryManagementIpv6Address String
    Secondary Management IPv6 Address.
    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"
    version String
    Current version of the device as defined in SKU.
    annotation String
    Switch configuration description.
    hostName String
    The host name of the device.
    identity Property Map
    The managed service identities assigned to this resource.
    networkDeviceSku String
    Network Bootstrap Device SKU name.
    serialNumber String
    Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
    tags Map<String>
    Resource tags.

    Supporting Types

    ManagedServiceIdentityResponse

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.ManagedNetworkFabric.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities map(object)
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    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.
    created_at string
    The timestamp of resource creation (UTC).
    created_by string
    The identity that created the resource.
    created_by_type string
    The type of identity that created the resource.
    last_modified_at string
    The timestamp of resource last modification (UTC)
    last_modified_by string
    The identity that last modified the resource.
    last_modified_by_type 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.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    client_id string
    The client ID of the assigned identity.
    principal_id string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    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.
    Viewing docs for Azure Native v3.23.0
    published on Saturday, Jul 18, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial