Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkInterfacePropertiesFormatInner
Packages that use NetworkInterfacePropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of NetworkInterfacePropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NetworkInterfacePropertiesFormatInnerModifier and TypeClassDescriptionfinal classNetworkInterface properties.Methods in com.azure.resourcemanager.network.fluent.models that return NetworkInterfacePropertiesFormatInnerModifier and TypeMethodDescriptionNetworkInterfacePropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkInterfacePropertiesFormatInner from the JsonReader.NetworkInterfacePropertiesFormatInner.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Auxiliary mode of Network Interface resource.NetworkInterfacePropertiesFormatInner.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Auxiliary sku of Network Interface resource.NetworkInterfacePropertiesFormatInner.withDisableTcpStateTracking(Boolean disableTcpStateTracking) Set the disableTcpStateTracking property: Indicates whether to disable tcp state tracking.NetworkInterfacePropertiesFormatInner.withDnsSettings(NetworkInterfaceDnsSettings dnsSettings) Set the dnsSettings property: The DNS settings in network interface.NetworkInterfacePropertiesFormatInner.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: If the network interface is configured for accelerated networking.NetworkInterfacePropertiesFormatInner.withEnableIpForwarding(Boolean enableIpForwarding) Set the enableIpForwarding property: Indicates whether IP forwarding is enabled on this network interface.NetworkInterfacePropertiesFormatInner.withIpConfigurations(List<NetworkInterfaceIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: A list of IPConfigurations of the network interface.NetworkInterfacePropertiesFormatInner.withMigrationPhase(NetworkInterfaceMigrationPhase migrationPhase) Set the migrationPhase property: Migration phase of Network Interface resource.NetworkInterfacePropertiesFormatInner.withNetworkSecurityGroup(NetworkSecurityGroupInner networkSecurityGroup) Set the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.NetworkInterfacePropertiesFormatInner.withNicType(NetworkInterfaceNicType nicType) Set the nicType property: Type of Network Interface resource.NetworkInterfacePropertiesFormatInner.withPrivateLinkService(PrivateLinkServiceInner privateLinkService) Set the privateLinkService property: Privatelinkservice of the network interface resource.NetworkInterfacePropertiesFormatInner.withWorkloadType(String workloadType) Set the workloadType property: WorkloadType of the NetworkInterface for BareMetal resources.