Interface NetworkInterface.Update
-
- All Superinterfaces:
Appliable<NetworkInterface>,Indexable,NetworkInterface.UpdateStages.WithAcceleratedNetworking,NetworkInterface.UpdateStages.WithApplicationSecurityGroup,NetworkInterface.UpdateStages.WithDnsServer,NetworkInterface.UpdateStages.WithIPConfiguration,NetworkInterface.UpdateStages.WithIPForwarding,NetworkInterface.UpdateStages.WithLoadBalancer,NetworkInterface.UpdateStages.WithNetworkSecurityGroup,NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet,NetworkInterface.UpdateStages.WithPrimaryPrivateIP,NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress,Resource.UpdateWithTags<NetworkInterface.Update>
- Enclosing interface:
- NetworkInterface
public static interface NetworkInterface.Update extends Appliable<NetworkInterface>, Resource.UpdateWithTags<NetworkInterface.Update>, NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet, NetworkInterface.UpdateStages.WithPrimaryPrivateIP, NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress, NetworkInterface.UpdateStages.WithNetworkSecurityGroup, NetworkInterface.UpdateStages.WithIPForwarding, NetworkInterface.UpdateStages.WithDnsServer, NetworkInterface.UpdateStages.WithIPConfiguration, NetworkInterface.UpdateStages.WithLoadBalancer, NetworkInterface.UpdateStages.WithAcceleratedNetworking, NetworkInterface.UpdateStages.WithApplicationSecurityGroup
The template for an update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithAcceleratedNetworking
withAcceleratedNetworking, withoutAcceleratedNetworking
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithApplicationSecurityGroup
withExistingApplicationSecurityGroup, withoutApplicationSecurityGroup
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithDnsServer
withAzureDnsServer, withDnsServer, withoutDnsServer
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithIPConfiguration
defineSecondaryIPConfiguration, updateIPConfiguration, withoutIPConfiguration
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithIPForwarding
withIPForwarding, withoutIPForwarding
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithLoadBalancer
withExistingLoadBalancerBackend, withExistingLoadBalancerInboundNatRule, withoutLoadBalancerBackends, withoutLoadBalancerInboundNatRules
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithNetworkSecurityGroup
withExistingNetworkSecurityGroup, withNewNetworkSecurityGroup, withoutNetworkSecurityGroup
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet
withSubnet
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithPrimaryPrivateIP
withPrimaryPrivateIPAddressDynamic, withPrimaryPrivateIPAddressStatic
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress
withExistingPrimaryPublicIPAddress, withNewPrimaryPublicIPAddress, withNewPrimaryPublicIPAddress, withNewPrimaryPublicIPAddress, withoutPrimaryPublicIPAddress
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
-