SignedCapabilityImageResponse 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.
Signed device capability image response
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.SignedCapabilityImageResponseTypeConverter))]
public class SignedCapabilityImageResponse : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ISignedCapabilityImageResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.SignedCapabilityImageResponseTypeConverter))>]
type SignedCapabilityImageResponse = class
interface ISignedCapabilityImageResponse
interface IJsonSerializable
Public Class SignedCapabilityImageResponse
Implements ISignedCapabilityImageResponse
- Inheritance
-
SignedCapabilityImageResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SignedCapabilityImageResponse() |
Creates an new SignedCapabilityImageResponse instance. |
Properties
| Name | Description |
|---|---|
| Image |
The signed device capability image as a UTF-8 encoded base 64 string. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SignedCapabilityImageResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SignedCapabilityImageResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ISignedCapabilityImageResponse. |
| FromJsonString(String) |
Creates a new instance of SignedCapabilityImageResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SignedCapabilityImageResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |