GenerateCapabilityImageRequest Class

Definition

Request of the action to create a signed device capability image

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.GenerateCapabilityImageRequestTypeConverter))]
public class GenerateCapabilityImageRequest : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IGenerateCapabilityImageRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.GenerateCapabilityImageRequestTypeConverter))>]
type GenerateCapabilityImageRequest = class
    interface IGenerateCapabilityImageRequest
    interface IJsonSerializable
Public Class GenerateCapabilityImageRequest
Implements IGenerateCapabilityImageRequest
Inheritance
GenerateCapabilityImageRequest
Attributes
Implements

Constructors

Name Description
GenerateCapabilityImageRequest()

Creates an new GenerateCapabilityImageRequest instance.

Properties

Name Description
Capability

List of capabilities to create

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GenerateCapabilityImageRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GenerateCapabilityImageRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IGenerateCapabilityImageRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GenerateCapabilityImageRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to