Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressMigrationPhase
-
Packages that use PublicIpAddressMigrationPhase 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 PublicIpAddressMigrationPhase in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PublicIpAddressMigrationPhase Modifier and Type Method Description PublicIpAddressMigrationPhasePublicIpAddressInner. migrationPhase()Get the migrationPhase property: Migration phase of Public IP Address.PublicIpAddressMigrationPhasePublicIpAddressPropertiesFormatInner. migrationPhase()Get the migrationPhase property: Migration phase of Public IP Address.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PublicIpAddressMigrationPhase Modifier and Type Method Description PublicIpAddressInnerPublicIpAddressInner. withMigrationPhase(PublicIpAddressMigrationPhase migrationPhase)Set the migrationPhase property: Migration phase of Public IP Address.PublicIpAddressPropertiesFormatInnerPublicIpAddressPropertiesFormatInner. withMigrationPhase(PublicIpAddressMigrationPhase migrationPhase)Set the migrationPhase property: Migration phase of Public IP Address. -
Uses of PublicIpAddressMigrationPhase in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PublicIpAddressMigrationPhase Modifier and Type Field Description static PublicIpAddressMigrationPhasePublicIpAddressMigrationPhase. ABORTStatic value Abort for PublicIpAddressMigrationPhase.static PublicIpAddressMigrationPhasePublicIpAddressMigrationPhase. COMMITStatic value Commit for PublicIpAddressMigrationPhase.static PublicIpAddressMigrationPhasePublicIpAddressMigrationPhase. COMMITTEDStatic value Committed for PublicIpAddressMigrationPhase.static PublicIpAddressMigrationPhasePublicIpAddressMigrationPhase. NONEStatic value None for PublicIpAddressMigrationPhase.static PublicIpAddressMigrationPhasePublicIpAddressMigrationPhase. PREPAREStatic value Prepare for PublicIpAddressMigrationPhase.Methods in com.azure.resourcemanager.network.models that return PublicIpAddressMigrationPhase Modifier and Type Method Description static PublicIpAddressMigrationPhasePublicIpAddressMigrationPhase. 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 PublicIpAddressMigrationPhase Modifier and Type Method Description static Collection<PublicIpAddressMigrationPhase>PublicIpAddressMigrationPhase. values()
-