NetworkBootstrapInterfaceCollection Class

Definition

A class representing a collection of NetworkBootstrapInterfaceResource and their operations. Each NetworkBootstrapInterfaceResource in the collection will belong to the same instance of NetworkBootstrapDeviceResource. To get a NetworkBootstrapInterfaceCollection instance call the GetNetworkBootstrapInterfaces method from an instance of NetworkBootstrapDeviceResource.

public class NetworkBootstrapInterfaceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapInterfaceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapInterfaceResource>
type NetworkBootstrapInterfaceCollection = class
    inherit ArmCollection
    interface seq<NetworkBootstrapInterfaceResource>
    interface IEnumerable
    interface IAsyncEnumerable<NetworkBootstrapInterfaceResource>
Public Class NetworkBootstrapInterfaceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of NetworkBootstrapInterfaceResource), IEnumerable(Of NetworkBootstrapInterfaceResource)
Inheritance
NetworkBootstrapInterfaceCollection
Implements

Constructors

Name Description
NetworkBootstrapInterfaceCollection()

Initializes a new instance of the NetworkBootstrapInterfaceCollection class for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
CreateOrUpdate(WaitUntil, String, NetworkBootstrapInterfaceData, CancellationToken)

Create a Network Bootstrap Interface resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Create
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
CreateOrUpdateAsync(WaitUntil, String, NetworkBootstrapInterfaceData, CancellationToken)

Create a Network Bootstrap Interface resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Create
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Get
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Get
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
Get(String, CancellationToken)

Get the Network Bootstrap Interface resource details.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Get
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
GetAll(CancellationToken)

List all the Network Bootstrap Interface resources in a given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces
  • Operation Id: NetworkBootstrapInterfaces_ListByNetworkBootstrapDevice
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
GetAllAsync(CancellationToken)

List all the Network Bootstrap Interface resources in a given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces
  • Operation Id: NetworkBootstrapInterfaces_ListByNetworkBootstrapDevice
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
GetAsync(String, CancellationToken)

Get the Network Bootstrap Interface resource details.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Get
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Get
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces/{networkBootstrapInterfaceName}
  • Operation Id: NetworkBootstrapInterfaces_Get
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

Name Description
IAsyncEnumerable<NetworkBootstrapInterfaceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NetworkBootstrapInterfaceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Extension Methods

Name Description
ArrayContainsAll<T>(IEnumerable<T>, Object[])

Returns whether all values are present in the array.

ArrayContainsAny<T>(IEnumerable<T>, Object[])

Returns whether any values are present in the array.

Applies to