LoadParameters 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.
Parameters required for content load.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.LoadParametersTypeConverter))]
public class LoadParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ILoadParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.LoadParametersTypeConverter))>]
type LoadParameters = class
interface ILoadParameters
interface IJsonSerializable
Public Class LoadParameters
Implements ILoadParameters
- Inheritance
-
LoadParameters
- Attributes
- Implements
Constructors
LoadParameters() |
Creates an new LoadParameters instance. |
Properties
ContentPath |
The path to the content to be loaded. Path should be a relative file URL of the origin. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LoadParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LoadParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ILoadParameters. |
FromJsonString(String) |
Creates a new instance of LoadParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LoadParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |