MicrosoftGraphSigningCertificateUpdateStatus 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.
signingCertificateUpdateStatus
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSigningCertificateUpdateStatusTypeConverter))]
public class MicrosoftGraphSigningCertificateUpdateStatus : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSigningCertificateUpdateStatus, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSigningCertificateUpdateStatusTypeConverter))>]
type MicrosoftGraphSigningCertificateUpdateStatus = class
interface IMicrosoftGraphSigningCertificateUpdateStatus
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class MicrosoftGraphSigningCertificateUpdateStatus
Implements IAssociativeArray(Of Object), IMicrosoftGraphSigningCertificateUpdateStatus
- Inheritance
-
MicrosoftGraphSigningCertificateUpdateStatus
- Attributes
- Implements
Constructors
MicrosoftGraphSigningCertificateUpdateStatus() |
Creates an new MicrosoftGraphSigningCertificateUpdateStatus instance. |
Fields
__additionalProperties |
Properties
CertificateUpdateResult |
Status of the last certificate update. Read-only. For a list of statuses, see certificateUpdateResult status. |
Item[String] | |
LastRunDateTime |
Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only. |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphSigningCertificateUpdateStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphSigningCertificateUpdateStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSigningCertificateUpdateStatus. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphSigningCertificateUpdateStatus, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphSigningCertificateUpdateStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) |
Operators
Implicit(MicrosoftGraphSigningCertificateUpdateStatus to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |