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