GetNetworkInterfaceResult

data class GetNetworkInterfaceResult(val administrativeState: String, val annotation: String? = null, val azureApiVersion: String, val connectedTo: String, val id: String, val interfaceType: String, val ipv4Address: String, val ipv6Address: String, val name: String, val physicalIdentifier: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

Defines the NetworkInterface resource.

Constructors

Link copied to clipboard
constructor(administrativeState: String, annotation: String? = null, azureApiVersion: String, connectedTo: String, id: String, interfaceType: String, ipv4Address: String, ipv6Address: String, name: String, physicalIdentifier: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrative state of the resource.

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The ARM resource id of the interface or compute server its connected to.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The Interface Type. Example: Management/Data

Link copied to clipboard

IPv4Address of the interface.

Link copied to clipboard

IPv6Address of the interface.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Physical Identifier of the network interface.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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