DistributeVersionerSource 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.
Generates version number based on version number of source image
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.DistributeVersionerSourceTypeConverter))]
public class DistributeVersionerSource : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IDistributeVersionerSource, Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.DistributeVersionerSourceTypeConverter))>]
type DistributeVersionerSource = class
interface IDistributeVersionerSource
interface IJsonSerializable
interface IDistributeVersioner
interface IValidates
Public Class DistributeVersionerSource
Implements IDistributeVersionerSource, IValidates
- Inheritance
-
DistributeVersionerSource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DistributeVersionerSource() |
Creates an new DistributeVersionerSource instance. |
Properties
| Name | Description |
|---|---|
| Scheme |
Version numbering scheme to be used. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DistributeVersionerSource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DistributeVersionerSource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.IDistributeVersionerSource. |
| FromJsonString(String) |
Creates a new instance of DistributeVersionerSource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DistributeVersionerSource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |