Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceMigrationPhase
Packages that use NetworkInterfaceMigrationPhase
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceMigrationPhase in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkInterfaceMigrationPhaseModifier and TypeMethodDescriptionNetworkInterfaceInner.migrationPhase()Get the migrationPhase property: Migration phase of Network Interface resource.NetworkInterfacePropertiesFormatInner.migrationPhase()Get the migrationPhase property: Migration phase of Network Interface resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NetworkInterfaceMigrationPhaseModifier and TypeMethodDescriptionNetworkInterfaceInner.withMigrationPhase(NetworkInterfaceMigrationPhase migrationPhase) Set the migrationPhase property: Migration phase of Network Interface resource.NetworkInterfacePropertiesFormatInner.withMigrationPhase(NetworkInterfaceMigrationPhase migrationPhase) Set the migrationPhase property: Migration phase of Network Interface resource. -
Uses of NetworkInterfaceMigrationPhase in com.azure.resourcemanager.network.models
Subclasses with type arguments of type NetworkInterfaceMigrationPhase in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classMigration phase of Network Interface resource.Fields in com.azure.resourcemanager.network.models declared as NetworkInterfaceMigrationPhaseModifier and TypeFieldDescriptionstatic final NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase.ABORTStatic value Abort for NetworkInterfaceMigrationPhase.static final NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase.COMMITStatic value Commit for NetworkInterfaceMigrationPhase.static final NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase.COMMITTEDStatic value Committed for NetworkInterfaceMigrationPhase.static final NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase.NONEStatic value None for NetworkInterfaceMigrationPhase.static final NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase.PREPAREStatic value Prepare for NetworkInterfaceMigrationPhase.Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceMigrationPhaseModifier and TypeMethodDescriptionNetworkInterfaceMigrationPhase.fromString(String name) Creates or finds a NetworkInterfaceMigrationPhase from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkInterfaceMigrationPhaseModifier and TypeMethodDescriptionNetworkInterfaceMigrationPhase.values()Gets known NetworkInterfaceMigrationPhase values.