Interface Network.Update
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<Network>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,Network.UpdateStages.WithAddressSpace,Network.UpdateStages.WithDdosProtectionPlan,Network.UpdateStages.WithDnsServer,Network.UpdateStages.WithSubnet,Network.UpdateStages.WithVmProtection,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<Network.Update>
- Enclosing interface:
- Network
public static interface Network.Update extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<Network>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<Network.Update>, Network.UpdateStages.WithSubnet, Network.UpdateStages.WithDnsServer, Network.UpdateStages.WithAddressSpace, Network.UpdateStages.WithDdosProtectionPlan, Network.UpdateStages.WithVmProtection
The template for a virtual network update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.network.Network.UpdateStages.WithAddressSpace
withAddressSpace, withoutAddressSpace
-
Methods inherited from interface com.microsoft.azure.management.network.Network.UpdateStages.WithDdosProtectionPlan
withExistingDdosProtectionPlan, withNewDdosProtectionPlan, withoutDdosProtectionPlan
-
Methods inherited from interface com.microsoft.azure.management.network.Network.UpdateStages.WithDnsServer
withDnsServer
-
Methods inherited from interface com.microsoft.azure.management.network.Network.UpdateStages.WithSubnet
defineSubnet, updateSubnet, withoutSubnet, withSubnet, withSubnets
-
Methods inherited from interface com.microsoft.azure.management.network.Network.UpdateStages.WithVmProtection
withoutVmProtection, withVmProtection
-
-