Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayMigrationType
Packages that use VirtualNetworkGatewayMigrationType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayMigrationType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkGatewayMigrationTypeModifier and TypeFieldDescriptionstatic final VirtualNetworkGatewayMigrationTypeVirtualNetworkGatewayMigrationType.UPGRADE_DEPLOYMENT_TO_STANDARD_IPStatic value UpgradeDeploymentToStandardIP for VirtualNetworkGatewayMigrationType.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayMigrationTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayMigrationType.fromString(String name) Creates or finds a VirtualNetworkGatewayMigrationType from its string representation.VirtualNetworkGatewayMigrationParameters.migrationType()Get the migrationType property: MigrationType for the virtual network gateway.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkGatewayMigrationTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayMigrationType.values()Gets known VirtualNetworkGatewayMigrationType values.Methods in com.azure.resourcemanager.network.models with parameters of type VirtualNetworkGatewayMigrationTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayMigrationParameters.withMigrationType(VirtualNetworkGatewayMigrationType migrationType) Set the migrationType property: MigrationType for the virtual network gateway.