你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserArtifactSource Class

Definition

The source image from which the Image Version is going to be created.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.UserArtifactSourceTypeConverter))]
public class UserArtifactSource : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IUserArtifactSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.UserArtifactSourceTypeConverter))>]
type UserArtifactSource = class
    interface IUserArtifactSource
    interface IJsonSerializable
Public Class UserArtifactSource
Implements IUserArtifactSource
Inheritance
UserArtifactSource
Attributes
Implements

Constructors

UserArtifactSource()

Creates an new UserArtifactSource instance.

Properties

DefaultConfigurationLink

Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.

MediaLink

Required. The mediaLink of the artifact, must be a readable storage page blob.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserArtifactSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserArtifactSource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IUserArtifactSource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserArtifactSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to