ArmNetworkModelFactory.ReserveCloudServicePublicIPAddressContent 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.
public static Azure.ResourceManager.Network.Models.ReserveCloudServicePublicIPAddressContent ReserveCloudServicePublicIPAddressContent(Azure.ResourceManager.Network.Models.UndoReservationType isRollback = default);
static member ReserveCloudServicePublicIPAddressContent : Azure.ResourceManager.Network.Models.UndoReservationType -> Azure.ResourceManager.Network.Models.ReserveCloudServicePublicIPAddressContent
Public Shared Function ReserveCloudServicePublicIPAddressContent (Optional isRollback As UndoReservationType = Nothing) As ReserveCloudServicePublicIPAddressContent
Parameters
- isRollback
- UndoReservationType
When true, reverts from Static to Dynamic allocation (undo reservation).
Returns
A new ReserveCloudServicePublicIPAddressContent instance for mocking.