Get Network Interface Result
data class GetNetworkInterfaceResult(val auxiliaryMode: String? = null, val auxiliarySku: String? = null, val disableTcpStateTracking: Boolean? = null, 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, val vnetEncryptionSupported: Boolean, val workloadType: String? = null)
A network interface in a resource group.
Constructors
Link copied to clipboard
fun GetNetworkInterfaceResult(auxiliaryMode: String? = null, auxiliarySku: String? = null, disableTcpStateTracking: Boolean? = null, 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, vnetEncryptionSupported: Boolean, workloadType: String? = null)
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard