Bagikan melalui


ArmBaseObject Class

Definition

Base class for all objects under resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ArmBaseObjectTypeConverter))]
public class ArmBaseObject : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IArmBaseObject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ArmBaseObjectTypeConverter))>]
type ArmBaseObject = class
    interface IArmBaseObject
    interface IJsonSerializable
Public Class ArmBaseObject
Implements IArmBaseObject
Inheritance
ArmBaseObject
Attributes
Implements

Constructors

ArmBaseObject()

Creates an new ArmBaseObject instance.

Properties

Id

Id of the object.

Name

Name of the object.

Type

Type of the object.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArmBaseObject.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArmBaseObject.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IArmBaseObject.

FromJsonString(String)

Creates a new instance of ArmBaseObject, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArmBaseObject into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to