Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayMigrationStatus
Packages that use VirtualNetworkGatewayMigrationStatus
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayMigrationStatus in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayMigrationStatusModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.virtualNetworkGatewayMigrationStatus()Get the virtualNetworkGatewayMigrationStatus property: The reference to the VirtualNetworkGatewayMigrationStatus which represents the status of migration.VirtualNetworkGatewayPropertiesFormat.virtualNetworkGatewayMigrationStatus()Get the virtualNetworkGatewayMigrationStatus property: The reference to the VirtualNetworkGatewayMigrationStatus which represents the status of migration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkGatewayMigrationStatusModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withVirtualNetworkGatewayMigrationStatus(VirtualNetworkGatewayMigrationStatus virtualNetworkGatewayMigrationStatus) Set the virtualNetworkGatewayMigrationStatus property: The reference to the VirtualNetworkGatewayMigrationStatus which represents the status of migration.VirtualNetworkGatewayPropertiesFormat.withVirtualNetworkGatewayMigrationStatus(VirtualNetworkGatewayMigrationStatus virtualNetworkGatewayMigrationStatus) Set the virtualNetworkGatewayMigrationStatus property: The reference to the VirtualNetworkGatewayMigrationStatus which represents the status of migration. -
Uses of VirtualNetworkGatewayMigrationStatus in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VirtualNetworkGatewayMigrationStatusModifier and TypeClassDescriptionfinal classMigration status for the Virtual Network Gateway.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayMigrationStatusModifier and TypeMethodDescriptionVirtualNetworkGatewayMigrationStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayMigrationStatus from the JsonReader.VirtualNetworkGatewayMigrationStatus.withErrorMessage(String errorMessage) Set the errorMessage property: Error if any occurs during migration.VirtualNetworkGatewayMigrationStatus.withPhase(VirtualNetworkGatewayMigrationPhase phase) Set the phase property: Represent the current migration phase of gateway.VirtualNetworkGatewayMigrationStatus.withState(VirtualNetworkGatewayMigrationState state) Set the state property: Represent the current state of gateway migration.