UserArtifactSource Class
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.
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. |