Share via


StatusResult Class

Definition

Status of attestation service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.StatusResultTypeConverter))]
public class StatusResult : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IStatusResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.StatusResultTypeConverter))>]
type StatusResult = class
    interface IStatusResult
    interface IJsonSerializable
Public Class StatusResult
Implements IStatusResult
Inheritance
StatusResult
Attributes
Implements

Constructors

StatusResult()

Creates an new StatusResult instance.

Properties

AttestUri

Gets the uri of attestation service

PrivateEndpointConnection

List of private endpoint connections associated with the attestation provider.

Status

Status of attestation service.

TrustModel

Trust model for the attestation provider.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StatusResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StatusResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IStatusResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StatusResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to