ArtifactContentPropertiesDefinition Constructors
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.
Overloads
ArtifactContentPropertiesDefinition() |
Initializes a new instance of the ArtifactContentPropertiesDefinition class. |
ArtifactContentPropertiesDefinition(Nullable<DateTime>, Nullable<DateTime>, Object, Object, String, ContentLink) |
Initializes a new instance of the ArtifactContentPropertiesDefinition class. |
ArtifactContentPropertiesDefinition()
Initializes a new instance of the ArtifactContentPropertiesDefinition class.
public ArtifactContentPropertiesDefinition ();
Public Sub New ()
Applies to
ArtifactContentPropertiesDefinition(Nullable<DateTime>, Nullable<DateTime>, Object, Object, String, ContentLink)
Initializes a new instance of the ArtifactContentPropertiesDefinition class.
public ArtifactContentPropertiesDefinition (DateTime? createdTime = default, DateTime? changedTime = default, object metadata = default, object content = default, string contentType = default, Microsoft.Azure.Management.Logic.Models.ContentLink contentLink = default);
new Microsoft.Azure.Management.Logic.Models.ArtifactContentPropertiesDefinition : Nullable<DateTime> * Nullable<DateTime> * obj * obj * string * Microsoft.Azure.Management.Logic.Models.ContentLink -> Microsoft.Azure.Management.Logic.Models.ArtifactContentPropertiesDefinition
Public Sub New (Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional metadata As Object = Nothing, Optional content As Object = Nothing, Optional contentType As String = Nothing, Optional contentLink As ContentLink = Nothing)
Parameters
- metadata
- Object
- content
- Object
- contentType
- String
The content type.
- contentLink
- ContentLink
The content link.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.