Share via


CheckinManifestInfo Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.CheckinManifestInfoTypeConverter))]
public class CheckinManifestInfo : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ICheckinManifestInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.CheckinManifestInfoTypeConverter))>]
type CheckinManifestInfo = class
    interface ICheckinManifestInfo
    interface IJsonSerializable
Public Class CheckinManifestInfo
Implements ICheckinManifestInfo
Inheritance
CheckinManifestInfo
Attributes
Implements

Constructors

CheckinManifestInfo()

Creates an new CheckinManifestInfo instance.

Properties

CommitId
IsCheckedIn
PullRequest
StatusMessage

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckinManifestInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckinManifestInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ICheckinManifestInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckinManifestInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to