Share via


RunAsAccountProperties Class

Definition

Class for run as account properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.RunAsAccountPropertiesTypeConverter))]
public class RunAsAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IRunAsAccountProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.RunAsAccountPropertiesTypeConverter))>]
type RunAsAccountProperties = class
    interface IRunAsAccountProperties
    interface IJsonSerializable
Public Class RunAsAccountProperties
Implements IRunAsAccountProperties
Inheritance
RunAsAccountProperties
Attributes
Implements

Constructors

RunAsAccountProperties()

Creates an new RunAsAccountProperties instance.

Properties

CreatedTimestamp

Timestamp marking run as account creation.

CredentialType

Credential type of the run as account.

DisplayName

Display name of the run as account.

UpdatedTimestamp

Timestamp marking last updated on the run as account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RunAsAccountProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RunAsAccountProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IRunAsAccountProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RunAsAccountProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to