published on Saturday, Jul 18, 2026 by Pulumi
published on Saturday, Jul 18, 2026 by Pulumi
Defines the NetworkBootstrapInterface resource.
Uses Azure REST API version 2025-07-15.
Example Usage
NetworkBootstrapInterfaces_Create_MaximumSet - generated by [MaximumSet] rule - generated by [MaximumSet] rule
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var networkBootstrapInterface = new AzureNative.ManagedNetworkFabric.NetworkBootstrapInterface("networkBootstrapInterface", new()
{
AdditionalDescription = "additionalDescription",
Annotation = "annotation",
NetworkBootstrapDeviceName = "example-device",
NetworkBootstrapInterfaceName = "example-interface",
ResourceGroupName = "example-rg",
SerialNumber = "Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX",
});
});
package main
import (
managednetworkfabric "github.com/pulumi/pulumi-azure-native-sdk/managednetworkfabric/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := managednetworkfabric.NewNetworkBootstrapInterface(ctx, "networkBootstrapInterface", &managednetworkfabric.NetworkBootstrapInterfaceArgs{
AdditionalDescription: pulumi.String("additionalDescription"),
Annotation: pulumi.String("annotation"),
NetworkBootstrapDeviceName: pulumi.String("example-device"),
NetworkBootstrapInterfaceName: pulumi.String("example-interface"),
ResourceGroupName: pulumi.String("example-rg"),
SerialNumber: pulumi.String("Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX"),
})
if err != nil {
return err
}
return nil
})
}
pulumi {
required_providers {
azure-native = {
source = "pulumi/azure-native"
}
}
}
resource "azure-native_managednetworkfabric_networkbootstrapinterface" "networkBootstrapInterface" {
additional_description = "additionalDescription"
annotation = "annotation"
network_bootstrap_device_name = "example-device"
network_bootstrap_interface_name = "example-interface"
resource_group_name = "example-rg"
serial_number = "Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX"
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.managednetworkfabric.NetworkBootstrapInterface;
import com.pulumi.azurenative.managednetworkfabric.NetworkBootstrapInterfaceArgs;
import java.util.ArrayList;
import java.util.Arrays;
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) {
var networkBootstrapInterface = new NetworkBootstrapInterface("networkBootstrapInterface", NetworkBootstrapInterfaceArgs.builder()
.additionalDescription("additionalDescription")
.annotation("annotation")
.networkBootstrapDeviceName("example-device")
.networkBootstrapInterfaceName("example-interface")
.resourceGroupName("example-rg")
.serialNumber("Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const networkBootstrapInterface = new azure_native.managednetworkfabric.NetworkBootstrapInterface("networkBootstrapInterface", {
additionalDescription: "additionalDescription",
annotation: "annotation",
networkBootstrapDeviceName: "example-device",
networkBootstrapInterfaceName: "example-interface",
resourceGroupName: "example-rg",
serialNumber: "Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX",
});
import pulumi
import pulumi_azure_native as azure_native
network_bootstrap_interface = azure_native.managednetworkfabric.NetworkBootstrapInterface("networkBootstrapInterface",
additional_description="additionalDescription",
annotation="annotation",
network_bootstrap_device_name="example-device",
network_bootstrap_interface_name="example-interface",
resource_group_name="example-rg",
serial_number="Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX")
resources:
networkBootstrapInterface:
type: azure-native:managednetworkfabric:NetworkBootstrapInterface
properties:
additionalDescription: additionalDescription
annotation: annotation
networkBootstrapDeviceName: example-device
networkBootstrapInterfaceName: example-interface
resourceGroupName: example-rg
serialNumber: Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX
Create NetworkBootstrapInterface Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NetworkBootstrapInterface(name: string, args: NetworkBootstrapInterfaceArgs, opts?: CustomResourceOptions);@overload
def NetworkBootstrapInterface(resource_name: str,
args: NetworkBootstrapInterfaceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NetworkBootstrapInterface(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_bootstrap_device_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
additional_description: Optional[str] = None,
annotation: Optional[str] = None,
network_bootstrap_interface_name: Optional[str] = None,
serial_number: Optional[str] = None)func NewNetworkBootstrapInterface(ctx *Context, name string, args NetworkBootstrapInterfaceArgs, opts ...ResourceOption) (*NetworkBootstrapInterface, error)public NetworkBootstrapInterface(string name, NetworkBootstrapInterfaceArgs args, CustomResourceOptions? opts = null)
public NetworkBootstrapInterface(String name, NetworkBootstrapInterfaceArgs args)
public NetworkBootstrapInterface(String name, NetworkBootstrapInterfaceArgs args, CustomResourceOptions options)
type: azure-native:managednetworkfabric:NetworkBootstrapInterface
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "azure-native_managednetworkfabric_network_bootstrap_interface" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args NetworkBootstrapInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NetworkBootstrapInterfaceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NetworkBootstrapInterfaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NetworkBootstrapInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NetworkBootstrapInterfaceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var networkBootstrapInterfaceResource = new AzureNative.ManagedNetworkFabric.NetworkBootstrapInterface("networkBootstrapInterfaceResource", new()
{
NetworkBootstrapDeviceName = "string",
ResourceGroupName = "string",
AdditionalDescription = "string",
Annotation = "string",
NetworkBootstrapInterfaceName = "string",
SerialNumber = "string",
});
example, err := managednetworkfabric.NewNetworkBootstrapInterface(ctx, "networkBootstrapInterfaceResource", &managednetworkfabric.NetworkBootstrapInterfaceArgs{
NetworkBootstrapDeviceName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
AdditionalDescription: pulumi.String("string"),
Annotation: pulumi.String("string"),
NetworkBootstrapInterfaceName: pulumi.String("string"),
SerialNumber: pulumi.String("string"),
})
resource "azure-native_managednetworkfabric_network_bootstrap_interface" "networkBootstrapInterfaceResource" {
lifecycle {
create_before_destroy = true
}
network_bootstrap_device_name = "string"
resource_group_name = "string"
additional_description = "string"
annotation = "string"
network_bootstrap_interface_name = "string"
serial_number = "string"
}
var networkBootstrapInterfaceResource = new NetworkBootstrapInterface("networkBootstrapInterfaceResource", NetworkBootstrapInterfaceArgs.builder()
.networkBootstrapDeviceName("string")
.resourceGroupName("string")
.additionalDescription("string")
.annotation("string")
.networkBootstrapInterfaceName("string")
.serialNumber("string")
.build());
network_bootstrap_interface_resource = azure_native.managednetworkfabric.NetworkBootstrapInterface("networkBootstrapInterfaceResource",
network_bootstrap_device_name="string",
resource_group_name="string",
additional_description="string",
annotation="string",
network_bootstrap_interface_name="string",
serial_number="string")
const networkBootstrapInterfaceResource = new azure_native.managednetworkfabric.NetworkBootstrapInterface("networkBootstrapInterfaceResource", {
networkBootstrapDeviceName: "string",
resourceGroupName: "string",
additionalDescription: "string",
annotation: "string",
networkBootstrapInterfaceName: "string",
serialNumber: "string",
});
type: azure-native:managednetworkfabric:NetworkBootstrapInterface
properties:
additionalDescription: string
annotation: string
networkBootstrapDeviceName: string
networkBootstrapInterfaceName: string
resourceGroupName: string
serialNumber: string
NetworkBootstrapInterface Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NetworkBootstrapInterface resource accepts the following input properties:
- Network
Bootstrap stringDevice Name - Name of the Network Bootstrap Device.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Additional
Description string - Additional description of the interface.
- Annotation string
- Switch configuration description.
- Network
Bootstrap stringInterface Name - Name of the Network Bootstrap Interface.
- Serial
Number string - Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
- Network
Bootstrap stringDevice Name - Name of the Network Bootstrap Device.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Additional
Description string - Additional description of the interface.
- Annotation string
- Switch configuration description.
- Network
Bootstrap stringInterface Name - Name of the Network Bootstrap Interface.
- Serial
Number string - Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
- network_
bootstrap_ stringdevice_ name - Name of the Network Bootstrap Device.
- resource_
group_ stringname - The name of the resource group. The name is case insensitive.
- additional_
description string - Additional description of the interface.
- annotation string
- Switch configuration description.
- network_
bootstrap_ stringinterface_ name - Name of the Network Bootstrap Interface.
- serial_
number string - Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
- network
Bootstrap StringDevice Name - Name of the Network Bootstrap Device.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- additional
Description String - Additional description of the interface.
- annotation String
- Switch configuration description.
- network
Bootstrap StringInterface Name - Name of the Network Bootstrap Interface.
- serial
Number String - Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
- network
Bootstrap stringDevice Name - Name of the Network Bootstrap Device.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- additional
Description string - Additional description of the interface.
- annotation string
- Switch configuration description.
- network
Bootstrap stringInterface Name - Name of the Network Bootstrap Interface.
- serial
Number string - Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
- network_
bootstrap_ strdevice_ name - Name of the Network Bootstrap Device.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- additional_
description str - Additional description of the interface.
- annotation str
- Switch configuration description.
- network_
bootstrap_ strinterface_ name - Name of the Network Bootstrap Interface.
- serial_
number str - Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
- network
Bootstrap StringDevice Name - Name of the Network Bootstrap Device.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- additional
Description String - Additional description of the interface.
- annotation String
- Switch configuration description.
- network
Bootstrap StringInterface Name - Name of the Network Bootstrap Interface.
- serial
Number String - Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
Outputs
All input properties are implicitly available as output properties. Additionally, the NetworkBootstrapInterface resource produces the following output properties:
- Administrative
State string - Administrative state of the resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Configuration
State string - Configuration state of the resource.
- Connected
To string - Connected to information of the device.
- Description string
- Description of the interface.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface
Type string - Type of the interface.
- Ipv4Address string
- IPv4Address of the interface.
- Ipv6Address string
- IPv6Address of the interface.
- Name string
- The name of the resource
- Physical
Identifier string - Physical identifier of the device.
- Provisioning
State string - Provisioning state of the resource.
- System
Data Pulumi.Azure Native. Managed Network Fabric. Outputs. System Data Response - 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"
- Administrative
State string - Administrative state of the resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Configuration
State string - Configuration state of the resource.
- Connected
To string - Connected to information of the device.
- Description string
- Description of the interface.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface
Type string - Type of the interface.
- Ipv4Address string
- IPv4Address of the interface.
- Ipv6Address string
- IPv6Address of the interface.
- Name string
- The name of the resource
- Physical
Identifier string - Physical identifier of the device.
- Provisioning
State string - Provisioning state of the resource.
- System
Data SystemData Response - 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"
- administrative_
state string - Administrative state of the resource.
- azure_
api_ stringversion - The Azure API version of the resource.
- configuration_
state string - Configuration state of the resource.
- connected_
to string - Connected to information of the device.
- description string
- Description of the interface.
- id string
- The provider-assigned unique ID for this managed resource.
- interface_
type string - Type of the interface.
- ipv4_
address string - IPv4Address of the interface.
- ipv6_
address string - IPv6Address of the interface.
- name string
- The name of the resource
- physical_
identifier string - Physical identifier of the device.
- provisioning_
state string - Provisioning state of the resource.
- 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"
- administrative
State String - Administrative state of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- configuration
State String - Configuration state of the resource.
- connected
To String - Connected to information of the device.
- description String
- Description of the interface.
- id String
- The provider-assigned unique ID for this managed resource.
- interface
Type String - Type of the interface.
- ipv4Address String
- IPv4Address of the interface.
- ipv6Address String
- IPv6Address of the interface.
- name String
- The name of the resource
- physical
Identifier String - Physical identifier of the device.
- provisioning
State String - Provisioning state of the resource.
- system
Data SystemData Response - 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"
- administrative
State string - Administrative state of the resource.
- azure
Api stringVersion - The Azure API version of the resource.
- configuration
State string - Configuration state of the resource.
- connected
To string - Connected to information of the device.
- description string
- Description of the interface.
- id string
- The provider-assigned unique ID for this managed resource.
- interface
Type string - Type of the interface.
- ipv4Address string
- IPv4Address of the interface.
- ipv6Address string
- IPv6Address of the interface.
- name string
- The name of the resource
- physical
Identifier string - Physical identifier of the device.
- provisioning
State string - Provisioning state of the resource.
- system
Data SystemData Response - 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"
- administrative_
state str - Administrative state of the resource.
- azure_
api_ strversion - The Azure API version of the resource.
- configuration_
state str - Configuration state of the resource.
- connected_
to str - Connected to information of the device.
- description str
- Description of the interface.
- id str
- The provider-assigned unique ID for this managed resource.
- interface_
type str - Type of the interface.
- ipv4_
address str - IPv4Address of the interface.
- ipv6_
address str - IPv6Address of the interface.
- name str
- The name of the resource
- physical_
identifier str - Physical identifier of the device.
- provisioning_
state str - Provisioning state of the resource.
- system_
data SystemData Response - 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"
- administrative
State String - Administrative state of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- configuration
State String - Configuration state of the resource.
- connected
To String - Connected to information of the device.
- description String
- Description of the interface.
- id String
- The provider-assigned unique ID for this managed resource.
- interface
Type String - Type of the interface.
- ipv4Address String
- IPv4Address of the interface.
- ipv6Address String
- IPv6Address of the interface.
- name String
- The name of the resource
- physical
Identifier String - Physical identifier of the device.
- provisioning
State String - Provisioning state of the resource.
- system
Data 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"
Supporting Types
SystemDataResponse, SystemDataResponseArgs
Metadata pertaining to creation and last modification of the resource.- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - 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 stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - 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_ stringtype - The type of identity that created the resource.
- last_
modified_ stringat - The timestamp of resource last modification (UTC)
- last_
modified_ stringby - The identity that last modified the resource.
- last_
modified_ stringby_ type - 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 StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - 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 stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - 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 StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:managednetworkfabric:NetworkBootstrapInterface example-interface /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Saturday, Jul 18, 2026 by Pulumi