CsmMoveResourceEnvelope 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.
Object with a list of the resources that need to be moved and the resource group they should be moved to.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmMoveResourceEnvelopeTypeConverter))]
public class CsmMoveResourceEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelope
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmMoveResourceEnvelopeTypeConverter))>]
type CsmMoveResourceEnvelope = class
interface ICsmMoveResourceEnvelope
interface IJsonSerializable
Public Class CsmMoveResourceEnvelope
Implements ICsmMoveResourceEnvelope
- Inheritance
-
CsmMoveResourceEnvelope
- Attributes
- Implements
Constructors
CsmMoveResourceEnvelope() |
Creates an new CsmMoveResourceEnvelope instance. |
Properties
Resource | |
TargetResourceGroup |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CsmMoveResourceEnvelope. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CsmMoveResourceEnvelope. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmMoveResourceEnvelope. |
FromJsonString(String) |
Creates a new instance of CsmMoveResourceEnvelope, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CsmMoveResourceEnvelope into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |