ContentLink 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.
The content link.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContentLinkTypeConverter))]
public class ContentLink : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IContentLink
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContentLinkTypeConverter))>]
type ContentLink = class
interface IContentLink
interface IJsonSerializable
Public Class ContentLink
Implements IContentLink
- Inheritance
-
ContentLink
- Attributes
- Implements
Constructors
ContentLink() |
Creates an new ContentLink instance. |
Properties
ContentHashAlgorithm |
The algorithm of the content hash. |
ContentHashValue |
The value of the content hash. |
ContentSize |
The content size. |
ContentVersion |
The content version. |
Metadata |
The metadata. |
Uri |
The content link URI. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContentLink. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContentLink. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IContentLink. |
FromJsonString(String) |
Creates a new instance of ContentLink, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContentLink into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |