Delen via


ResourceBaseWithLinks<TLinks> Constructors

Definition

Overloads

ResourceBaseWithLinks<TLinks>()

Initializes a new instance of the ResourceBaseWithLinks<TLinks> class.

ResourceBaseWithLinks<TLinks>(String)

Initializes a new instance of the ResourceBaseWithLinks<TLinks> class.

Initializes a new instance of the ResourceBaseWithLinks<TLinks> class.

protected ResourceBaseWithLinks ();
Protected Sub New ()

Applies to

Initializes a new instance of the ResourceBaseWithLinks<TLinks> class.

protected ResourceBaseWithLinks (string objectType);
new Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<'Links (requires 'Links : (new : unit -> 'Links))> : string -> Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<'Links (requires 'Links : (new : unit -> 'Links))>
Protected Sub New (objectType As String)

Parameters

objectType
String

The type of the object.

Applies to