IImageBuilderIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ImageBuilderIdentityTypeConverter))]
public interface IImageBuilderIdentity : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ImageBuilderIdentityTypeConverter))>]
type IImageBuilderIdentity = interface
interface IJsonSerializable
Public Interface IImageBuilderIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |