다음을 통해 공유


AttestationProviderListResult Class

Definition

Attestation Providers List.

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

Constructors

AttestationProviderListResult()

Creates an new AttestationProviderListResult instance.

Properties

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Value

Attestation Provider array.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AttestationProviderListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AttestationProviderListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AttestationProviderListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to