Network Interface Response
data class NetworkInterfaceResponse(val dnsSettings: NetworkInterfaceDnsSettingsResponse? = null, val dscpConfiguration: SubResourceResponse, val enableAcceleratedNetworking: Boolean? = null, val enableIPForwarding: Boolean? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val hostedWorkloads: List<String>, val id: String? = null, val ipConfigurations: List<NetworkInterfaceIPConfigurationResponse>? = null, val location: String? = null, val macAddress: String, val migrationPhase: String? = null, val name: String, val networkSecurityGroup: NetworkSecurityGroupResponse? = null, val nicType: String? = null, val primary: Boolean, val privateEndpoint: PrivateEndpointResponse, val privateLinkService: PrivateLinkServiceResponse? = null, val provisioningState: String, val resourceGuid: String, val tags: Map<String, String>? = null, val tapConfigurations: List<NetworkInterfaceTapConfigurationResponse>, val type: String, val virtualMachine: SubResourceResponse)
A network interface in a resource group.
Constructors
Link copied to clipboard
fun NetworkInterfaceResponse(dnsSettings: NetworkInterfaceDnsSettingsResponse? = null, dscpConfiguration: SubResourceResponse, enableAcceleratedNetworking: Boolean? = null, enableIPForwarding: Boolean? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, hostedWorkloads: List<String>, id: String? = null, ipConfigurations: List<NetworkInterfaceIPConfigurationResponse>? = null, location: String? = null, macAddress: String, migrationPhase: String? = null, name: String, networkSecurityGroup: NetworkSecurityGroupResponse? = null, nicType: String? = null, primary: Boolean, privateEndpoint: PrivateEndpointResponse, privateLinkService: PrivateLinkServiceResponse? = null, provisioningState: String, resourceGuid: String, tags: Map<String, String>? = null, tapConfigurations: List<NetworkInterfaceTapConfigurationResponse>, type: String, virtualMachine: SubResourceResponse)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard