ResourceUploadDefinition 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.
Resource upload definition payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ResourceUploadDefinitionTypeConverter))]
public class ResourceUploadDefinition : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IResourceUploadDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ResourceUploadDefinitionTypeConverter))>]
type ResourceUploadDefinition = class
interface IResourceUploadDefinition
interface IJsonSerializable
Public Class ResourceUploadDefinition
Implements IResourceUploadDefinition
- Inheritance
-
ResourceUploadDefinition
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceUploadDefinition() |
Creates an new ResourceUploadDefinition instance. |
Properties
| Name | Description |
|---|---|
| RelativePath |
Source relative path |
| UploadUrl |
Upload URL |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceUploadDefinition. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceUploadDefinition. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IResourceUploadDefinition. |
| FromJsonString(String) |
Creates a new instance of ResourceUploadDefinition, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceUploadDefinition into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |