Condividi tramite


ContentLink Constructors

Definition

Overloads

ContentLink()

Initializes a new instance of the ContentLink class.

ContentLink(String, String, Nullable<Int64>, ContentHash, Object)

Initializes a new instance of the ContentLink class.

Initializes a new instance of the ContentLink class.

public ContentLink ();
Public Sub New ()

Applies to

Initializes a new instance of the ContentLink class.

public ContentLink (string uri = default, string contentVersion = default, long? contentSize = default, Microsoft.Azure.Management.Logic.Models.ContentHash contentHash = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Models.ContentLink : string * string * Nullable<int64> * Microsoft.Azure.Management.Logic.Models.ContentHash * obj -> Microsoft.Azure.Management.Logic.Models.ContentLink
Public Sub New (Optional uri As String = Nothing, Optional contentVersion As String = Nothing, Optional contentSize As Nullable(Of Long) = Nothing, Optional contentHash As ContentHash = Nothing, Optional metadata As Object = Nothing)

Parameters

uri
String

The content link URI.

contentVersion
String

The content version.

contentSize
Nullable<Int64>

The content size.

contentHash
ContentHash

The content hash.

metadata
Object

The metadata.

Applies to