Share via


ResourceDetailsObjectProperties Class

Definition

Details of the ResourceDetailsObject.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.ResourceDetailsObjectPropertiesTypeConverter))]
public class ResourceDetailsObjectProperties : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourceDetailsObjectProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.ResourceDetailsObjectPropertiesTypeConverter))>]
type ResourceDetailsObjectProperties = class
    interface IResourceDetailsObjectProperties
    interface IJsonSerializable
Public Class ResourceDetailsObjectProperties
Implements IResourceDetailsObjectProperties
Inheritance
ResourceDetailsObjectProperties
Attributes
Implements

Constructors

ResourceDetailsObjectProperties()

Creates an new ResourceDetailsObjectProperties instance.

Properties

Image

The image name of the resource.

ImageVersion

The version of the image running on the resource.

Status

The status of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceDetailsObjectProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceDetailsObjectProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourceDetailsObjectProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceDetailsObjectProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to