Compartilhar via


CsmMoveResourceEnvelope Class

Definition

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.Api20231201.CsmMoveResourceEnvelopeTypeConverter))]
public class CsmMoveResourceEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmMoveResourceEnvelope
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmMoveResourceEnvelopeTypeConverter))>]
type CsmMoveResourceEnvelope = class
    interface ICsmMoveResourceEnvelope
    interface IJsonSerializable
Public Class CsmMoveResourceEnvelope
Implements ICsmMoveResourceEnvelope
Inheritance
CsmMoveResourceEnvelope
Attributes
Implements

Constructors

Name Description
CsmMoveResourceEnvelope()

Creates an new CsmMoveResourceEnvelope instance.

Properties

Name Description
Resource
TargetResourceGroup

Methods

Name Description
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.Api20231201.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.

Applies to