Share via


LoadParameters Class

Definition

Parameters required for content load.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.LoadParametersTypeConverter))]
public class LoadParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.ILoadParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.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.Api20230501.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()

Applies to