ResourceMoveRequest 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 resource move operation.
public class ResourceMoveRequest
type ResourceMoveRequest = class
Public Class ResourceMoveRequest
- Inheritance
-
ResourceMoveRequest
Constructors
ResourceMoveRequest() |
Initializes a new instance of the ResourceMoveRequest class. |
ResourceMoveRequest(IList<String>, Nullable<Boolean>, String) |
Initializes a new instance of the ResourceMoveRequest class. |
Properties
MoveResourceInputType |
Gets or sets possible values include: 'MoveResourceId', 'MoveResourceSourceId' |
MoveResources |
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. |
ValidateOnly |
Gets or sets a value indicating whether the operation needs to only run pre-requisite. |
Applies to
Azure SDK for .NET