Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkInterfaceInner
Packages that use NetworkInterfaceInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NetworkInterfaceInnerModifier and TypeMethodDescriptionNetworkInterfacesClient.createOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.NetworkInterfacesClient.createOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters, com.azure.core.util.Context context) Creates or updates a network interface.NetworkInterfacesClient.getByResourceGroup(String resourceGroupName, String networkInterfaceName) Gets information about the specified network interface.NetworkInterfacesClient.getCloudServiceNetworkInterface(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName) Get the specified network interface in a cloud service.NetworkInterfacesClient.getVirtualMachineScaleSetNetworkInterface(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName) Get the specified network interface in a virtual machine scale set.NetworkInterfacesClient.updateTags(String resourceGroupName, String networkInterfaceName, TagsObject parameters) Updates a network interface tags.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NetworkInterfaceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters, com.azure.core.util.Context context) Creates or updates a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters, com.azure.core.util.Context context) Creates or updates a network interface.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.NetworkInterfacesClient.createOrUpdateAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.NetworkInterfacesClient.getByResourceGroupAsync(String resourceGroupName, String networkInterfaceName) Gets information about the specified network interface.com.azure.core.http.rest.Response<NetworkInterfaceInner> NetworkInterfacesClient.getByResourceGroupWithResponse(String resourceGroupName, String networkInterfaceName, String expand, com.azure.core.util.Context context) Gets information about the specified network interface.Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> NetworkInterfacesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String networkInterfaceName, String expand) Gets information about the specified network interface.NetworkInterfacesClient.getCloudServiceNetworkInterfaceAsync(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName) Get the specified network interface in a cloud service.com.azure.core.http.rest.Response<NetworkInterfaceInner> NetworkInterfacesClient.getCloudServiceNetworkInterfaceWithResponse(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String expand, com.azure.core.util.Context context) Get the specified network interface in a cloud service.Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> NetworkInterfacesClient.getCloudServiceNetworkInterfaceWithResponseAsync(String resourceGroupName, String cloudServiceName, String roleInstanceName, String networkInterfaceName, String expand) Get the specified network interface in a cloud service.NetworkInterfacesClient.getVirtualMachineScaleSetNetworkInterfaceAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName) Get the specified network interface in a virtual machine scale set.com.azure.core.http.rest.Response<NetworkInterfaceInner> NetworkInterfacesClient.getVirtualMachineScaleSetNetworkInterfaceWithResponse(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String expand, com.azure.core.util.Context context) Get the specified network interface in a virtual machine scale set.Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> NetworkInterfacesClient.getVirtualMachineScaleSetNetworkInterfaceWithResponseAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, String networkInterfaceName, String expand) Get the specified network interface in a virtual machine scale set.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> Gets associated load balancer network interfaces.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> LoadBalancerNetworkInterfacesClient.list(String resourceGroupName, String loadBalancerName, com.azure.core.util.Context context) Gets associated load balancer network interfaces.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.list()Gets all network interfaces in a subscription.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.list(com.azure.core.util.Context context) Gets all network interfaces in a subscription.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> Gets associated load balancer network interfaces.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> NetworkInterfacesClient.listAsync()Gets all network interfaces in a subscription.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listByResourceGroup(String resourceGroupName) Gets all network interfaces in a resource group.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all network interfaces in a resource group.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> NetworkInterfacesClient.listByResourceGroupAsync(String resourceGroupName) Gets all network interfaces in a resource group.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listCloudServiceNetworkInterfaces(String resourceGroupName, String cloudServiceName) Gets all network interfaces in a cloud service.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listCloudServiceNetworkInterfaces(String resourceGroupName, String cloudServiceName, com.azure.core.util.Context context) Gets all network interfaces in a cloud service.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> NetworkInterfacesClient.listCloudServiceNetworkInterfacesAsync(String resourceGroupName, String cloudServiceName) Gets all network interfaces in a cloud service.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listCloudServiceRoleInstanceNetworkInterfaces(String resourceGroupName, String cloudServiceName, String roleInstanceName) Gets information about all network interfaces in a role instance in a cloud service.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listCloudServiceRoleInstanceNetworkInterfaces(String resourceGroupName, String cloudServiceName, String roleInstanceName, com.azure.core.util.Context context) Gets information about all network interfaces in a role instance in a cloud service.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> NetworkInterfacesClient.listCloudServiceRoleInstanceNetworkInterfacesAsync(String resourceGroupName, String cloudServiceName, String roleInstanceName) Gets information about all network interfaces in a role instance in a cloud service.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listVirtualMachineScaleSetNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName) Gets all network interfaces in a virtual machine scale set.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listVirtualMachineScaleSetNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName, com.azure.core.util.Context context) Gets all network interfaces in a virtual machine scale set.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> NetworkInterfacesClient.listVirtualMachineScaleSetNetworkInterfacesAsync(String resourceGroupName, String virtualMachineScaleSetName) Gets all network interfaces in a virtual machine scale set.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listVirtualMachineScaleSetVMNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex) Gets information about all network interfaces in a virtual machine in a virtual machine scale set.com.azure.core.http.rest.PagedIterable<NetworkInterfaceInner> NetworkInterfacesClient.listVirtualMachineScaleSetVMNetworkInterfaces(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex, com.azure.core.util.Context context) Gets information about all network interfaces in a virtual machine in a virtual machine scale set.com.azure.core.http.rest.PagedFlux<NetworkInterfaceInner> NetworkInterfacesClient.listVirtualMachineScaleSetVMNetworkInterfacesAsync(String resourceGroupName, String virtualMachineScaleSetName, String virtualmachineIndex) Gets information about all network interfaces in a virtual machine in a virtual machine scale set.NetworkInterfacesClient.updateTagsAsync(String resourceGroupName, String networkInterfaceName, TagsObject parameters) Updates a network interface tags.com.azure.core.http.rest.Response<NetworkInterfaceInner> NetworkInterfacesClient.updateTagsWithResponse(String resourceGroupName, String networkInterfaceName, TagsObject parameters, com.azure.core.util.Context context) Updates a network interface tags.Mono<com.azure.core.http.rest.Response<NetworkInterfaceInner>> NetworkInterfacesClient.updateTagsWithResponseAsync(String resourceGroupName, String networkInterfaceName, TagsObject parameters) Updates a network interface tags.Methods in com.azure.resourcemanager.network.fluent with parameters of type NetworkInterfaceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters, com.azure.core.util.Context context) Creates or updates a network interface.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkInterfaceInner>, NetworkInterfaceInner> NetworkInterfacesClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.NetworkInterfacesClient.createOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.NetworkInterfacesClient.createOrUpdate(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters, com.azure.core.util.Context context) Creates or updates a network interface.NetworkInterfacesClient.createOrUpdateAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkInterfacesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkInterfaceName, NetworkInterfaceInner parameters) Creates or updates a network interface. -
Uses of NetworkInterfaceInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkInterfaceInnerModifier and TypeMethodDescriptionstatic NetworkInterfaceInnerNetworkInterfaceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkInterfaceInner from the JsonReader.NetworkInterfaceInner.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Auxiliary mode of Network Interface resource.NetworkInterfaceInner.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Auxiliary sku of Network Interface resource.NetworkInterfaceInner.withDisableTcpStateTracking(Boolean disableTcpStateTracking) Set the disableTcpStateTracking property: Indicates whether to disable tcp state tracking.NetworkInterfaceInner.withDnsSettings(NetworkInterfaceDnsSettings dnsSettings) Set the dnsSettings property: The DNS settings in network interface.NetworkInterfaceInner.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: If the network interface is configured for accelerated networking.NetworkInterfaceInner.withEnableIpForwarding(Boolean enableIpForwarding) Set the enableIpForwarding property: Indicates whether IP forwarding is enabled on this network interface.NetworkInterfaceInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location of the network interface.Set the id property: Resource ID.NetworkInterfaceInner.withIpConfigurations(List<NetworkInterfaceIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: A list of IPConfigurations of the network interface.NetworkInterfaceInner.withLocation(String location) NetworkInterfaceInner.withMigrationPhase(NetworkInterfaceMigrationPhase migrationPhase) Set the migrationPhase property: Migration phase of Network Interface resource.NetworkInterfaceInner.withNetworkSecurityGroup(NetworkSecurityGroupInner networkSecurityGroup) Set the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.NetworkInterfaceInner.withNicType(NetworkInterfaceNicType nicType) Set the nicType property: Type of Network Interface resource.NetworkInterfaceInner.withPrivateLinkService(PrivateLinkServiceInner privateLinkService) Set the privateLinkService property: Privatelinkservice of the network interface resource.NetworkInterfaceInner.withWorkloadType(String workloadType) Set the workloadType property: WorkloadType of the NetworkInterface for BareMetal resources.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type NetworkInterfaceInnerModifier and TypeMethodDescriptionDscpConfigurationInner.associatedNetworkInterfaces()Get the associatedNetworkInterfaces property: Associated Network Interfaces to the DSCP Configuration.DscpConfigurationPropertiesFormat.associatedNetworkInterfaces()Get the associatedNetworkInterfaces property: Associated Network Interfaces to the DSCP Configuration.NetworkSecurityGroupInner.networkInterfaces()Get the networkInterfaces property: A collection of references to network interfaces.NetworkSecurityGroupPropertiesFormat.networkInterfaces()Get the networkInterfaces property: A collection of references to network interfaces.PrivateEndpointInner.networkInterfaces()Get the networkInterfaces property: An array of references to the network interfaces created for this private endpoint.PrivateEndpointPropertiesInner.networkInterfaces()Get the networkInterfaces property: An array of references to the network interfaces created for this private endpoint.PrivateLinkServiceInner.networkInterfaces()Get the networkInterfaces property: An array of references to the network interfaces created for this private link service.PrivateLinkServiceProperties.networkInterfaces()Get the networkInterfaces property: An array of references to the network interfaces created for this private link service. -
Uses of NetworkInterfaceInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkInterfaceInnerModifier and TypeMethodDescriptionNetworkInterfaceListResult.value()Get the value property: A list of network interfaces in a resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkInterfaceInnerModifier and TypeMethodDescriptionNetworkInterfaceListResult.withValue(List<NetworkInterfaceInner> value) Set the value property: A list of network interfaces in a resource group.