UploadedUserSourceInfo 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.
Source with uploaded location
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.UploadedUserSourceInfoTypeConverter))]
public class UploadedUserSourceInfo : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IUploadedUserSourceInfo, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.UploadedUserSourceInfoTypeConverter))>]
type UploadedUserSourceInfo = class
interface IUploadedUserSourceInfo
interface IJsonSerializable
interface IUserSourceInfo
interface IValidates
Public Class UploadedUserSourceInfo
Implements IUploadedUserSourceInfo, IValidates
- Inheritance
-
UploadedUserSourceInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UploadedUserSourceInfo() |
Creates an new UploadedUserSourceInfo instance. |
Properties
| Name | Description |
|---|---|
| RelativePath |
Relative path of the storage which stores the source |
| Type |
Type of the source uploaded |
| Version |
Version of the source |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UploadedUserSourceInfo. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UploadedUserSourceInfo. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IUploadedUserSourceInfo. Note: the Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IUploadedUserSourceInfo interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
| FromJsonString(String) |
Creates a new instance of UploadedUserSourceInfo, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of UploadedUserSourceInfo into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |