Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceMigrationPhase
-
Packages that use NetworkInterfaceMigrationPhase Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 NetworkInterfaceMigrationPhase Modifier and Type Method Description NetworkInterfaceMigrationPhaseNetworkInterfaceInner. migrationPhase()Get the migrationPhase property: Migration phase of Network Interface resource.NetworkInterfaceMigrationPhaseNetworkInterfacePropertiesFormatInner. migrationPhase()Get the migrationPhase property: Migration phase of Network Interface resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NetworkInterfaceMigrationPhase Modifier and Type Method Description NetworkInterfaceInnerNetworkInterfaceInner. withMigrationPhase(NetworkInterfaceMigrationPhase migrationPhase)Set the migrationPhase property: Migration phase of Network Interface resource.NetworkInterfacePropertiesFormatInnerNetworkInterfacePropertiesFormatInner. withMigrationPhase(NetworkInterfaceMigrationPhase migrationPhase)Set the migrationPhase property: Migration phase of Network Interface resource. -
Uses of NetworkInterfaceMigrationPhase in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NetworkInterfaceMigrationPhase Modifier and Type Field Description static NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase. ABORTStatic value Abort for NetworkInterfaceMigrationPhase.static NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase. COMMITStatic value Commit for NetworkInterfaceMigrationPhase.static NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase. COMMITTEDStatic value Committed for NetworkInterfaceMigrationPhase.static NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase. NONEStatic value None for NetworkInterfaceMigrationPhase.static NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase. PREPAREStatic value Prepare for NetworkInterfaceMigrationPhase.Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceMigrationPhase Modifier and Type Method Description static NetworkInterfaceMigrationPhaseNetworkInterfaceMigrationPhase. 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 NetworkInterfaceMigrationPhase Modifier and Type Method Description static Collection<NetworkInterfaceMigrationPhase>NetworkInterfaceMigrationPhase. values()
-