Uses of Class
com.azure.resourcemanager.network.models.IsRollback
Packages that use IsRollback
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of IsRollback in com.azure.resourcemanager.network.models
Subclasses with type arguments of type IsRollback in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classWhen true, reverts from Static to Dynamic allocation (undo reservation).Fields in com.azure.resourcemanager.network.models declared as IsRollbackModifier and TypeFieldDescriptionstatic final IsRollbackIsRollback.FALSEStatic value false for IsRollback.static final IsRollbackIsRollback.TRUEStatic value true for IsRollback.Methods in com.azure.resourcemanager.network.models that return IsRollbackModifier and TypeMethodDescriptionstatic IsRollbackIsRollback.fromString(String name) Creates or finds a IsRollback from its string representation.ReserveCloudServicePublicIpAddressRequest.isRollback()Get the isRollback property: When true, reverts from Static to Dynamic allocation (undo reservation).Methods in com.azure.resourcemanager.network.models that return types with arguments of type IsRollbackModifier and TypeMethodDescriptionstatic Collection<IsRollback> IsRollback.values()Gets known IsRollback values.Methods in com.azure.resourcemanager.network.models with parameters of type IsRollbackModifier and TypeMethodDescriptionReserveCloudServicePublicIpAddressRequest.withIsRollback(IsRollback isRollback) Set the isRollback property: When true, reverts from Static to Dynamic allocation (undo reservation).