NetworkBootstrapInterfaceData Class

Definition

A class representing the NetworkBootstrapInterface data model. Defines the NetworkBootstrapInterface resource.

public class NetworkBootstrapInterfaceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapInterfaceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapInterfaceData>
type NetworkBootstrapInterfaceData = class
    inherit ResourceData
    interface IJsonModel<NetworkBootstrapInterfaceData>
    interface IPersistableModel<NetworkBootstrapInterfaceData>
Public Class NetworkBootstrapInterfaceData
Inherits ResourceData
Implements IJsonModel(Of NetworkBootstrapInterfaceData), IPersistableModel(Of NetworkBootstrapInterfaceData)
Inheritance
NetworkBootstrapInterfaceData
Implements

Constructors

Name Description
NetworkBootstrapInterfaceData()

Initializes a new instance of NetworkBootstrapInterfaceData.

Properties

Name Description
AdditionalDescription

Additional description of the interface.

AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

ConfigurationState

Configuration state of the resource.

ConnectedTo

Connected to information of the device.

Description

Description of the interface.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InterfaceType

Type of the interface.

IPv4Address

IPv4Address of the interface.

IPv6Address

IPv6Address of the interface.

Name

The name of the resource.

(Inherited from ResourceData)
PhysicalIdentifier

Physical identifier of the device.

ProvisioningState

Provisioning state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SerialNumber

Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkBootstrapInterfaceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkBootstrapInterfaceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkBootstrapInterfaceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkBootstrapInterfaceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkBootstrapInterfaceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to