BulkRemoveRequest Class
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.
Defines the request body for bulk remove of move resources operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.BulkRemoveRequestTypeConverter))]
public class BulkRemoveRequest : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IBulkRemoveRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.BulkRemoveRequestTypeConverter))>]
type BulkRemoveRequest = class
interface IBulkRemoveRequest
interface IJsonSerializable
Public Class BulkRemoveRequest
Implements IBulkRemoveRequest
- Inheritance
-
BulkRemoveRequest
- Attributes
- Implements
Constructors
BulkRemoveRequest() |
Creates an new BulkRemoveRequest instance. |
Properties
MoveResource |
Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property. |
MoveResourceInputType |
Defines the move resource input type. |
ValidateOnly |
Gets or sets a value indicating whether the operation needs to only run pre-requisite. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BulkRemoveRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BulkRemoveRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IBulkRemoveRequest. |
FromJsonString(String) |
Creates a new instance of BulkRemoveRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BulkRemoveRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |