GetNetworkInterfaceResult

data class GetNetworkInterfaceResult(val azureApiVersion: String, val createFromLocal: Boolean? = null, val dnsSettings: InterfaceDNSSettingsResponse? = null, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val ipConfigurations: List<IPConfigurationResponse>? = null, val location: String, val macAddress: String? = null, val name: String, val networkSecurityGroup: NetworkSecurityGroupArmReferenceResponse? = null, val provisioningState: String, val status: NetworkInterfaceStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The network interface resource definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createFromLocal: Boolean? = null, dnsSettings: InterfaceDNSSettingsResponse? = null, extendedLocation: ExtendedLocationResponse? = null, id: String, ipConfigurations: List<IPConfigurationResponse>? = null, location: String, macAddress: String? = null, name: String, networkSecurityGroup: NetworkSecurityGroupArmReferenceResponse? = null, provisioningState: String, status: NetworkInterfaceStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Boolean indicating whether this is a existing local network interface or if one should be created.

Link copied to clipboard

DNS Settings for the interface

Link copied to clipboard

The extendedLocation of the resource.

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

IPConfigurations - A list of IPConfigurations of the network interface.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard
val macAddress: String? = null

MacAddress - The MAC address of the network interface.

Link copied to clipboard

The name of the resource

Link copied to clipboard

NetworkSecurityGroup - Network Security Group attached to the network interface.

Link copied to clipboard

Provisioning state of the network interface.

Link copied to clipboard

The observed state of network interfaces

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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