ArmNetworkModelFactory.MoveIPConfigurationsContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body for the MoveIpConfigurations operation.
public static Azure.ResourceManager.Network.Models.MoveIPConfigurationsContent MoveIPConfigurationsContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.MoveIPConfigurationItem> moveIPConfigurationItems = default);
static member MoveIPConfigurationsContent : seq<Azure.ResourceManager.Network.Models.MoveIPConfigurationItem> -> Azure.ResourceManager.Network.Models.MoveIPConfigurationsContent
Public Shared Function MoveIPConfigurationsContent (Optional moveIPConfigurationItems As IEnumerable(Of MoveIPConfigurationItem) = Nothing) As MoveIPConfigurationsContent
Parameters
- moveIPConfigurationItems
- IEnumerable<MoveIPConfigurationItem>
A list of IP configuration move items.
Returns
A new MoveIPConfigurationsContent instance for mocking.