Condividi tramite


ImageBuilderIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ImageBuilderIdentityTypeConverter))]
public class ImageBuilderIdentity : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IImageBuilderIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ImageBuilderIdentityTypeConverter))>]
type ImageBuilderIdentity = class
    interface IImageBuilderIdentity
    interface IJsonSerializable
Public Class ImageBuilderIdentity
Implements IImageBuilderIdentity
Inheritance
ImageBuilderIdentity
Attributes
Implements

Constructors

Name Description
ImageBuilderIdentity()

Creates an new ImageBuilderIdentity instance.

Properties

Name Description
Id

Resource identity path

ImageTemplateName

The name of the image Template

ResourceGroupName

The name of the resource group.

RunOutputName

The name of the run output

SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription Id forms part of the URI for every service call.

TriggerName

The name of the trigger

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageBuilderIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageBuilderIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IImageBuilderIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageBuilderIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to