ContentLink 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
ContentLink() |
Initializes a new instance of the ContentLink class. |
ContentLink(String, ContentHash, String) |
Initializes a new instance of the ContentLink class. |
ContentLink()
Initializes a new instance of the ContentLink class.
public ContentLink ();
Public Sub New ()
Applies to
ContentLink(String, ContentHash, String)
Initializes a new instance of the ContentLink class.
public ContentLink (string uri = default, Microsoft.Azure.Management.Automation.Models.ContentHash contentHash = default, string version = default);
new Microsoft.Azure.Management.Automation.Models.ContentLink : string * Microsoft.Azure.Management.Automation.Models.ContentHash * string -> Microsoft.Azure.Management.Automation.Models.ContentLink
Public Sub New (Optional uri As String = Nothing, Optional contentHash As ContentHash = Nothing, Optional version As String = Nothing)
Parameters
- uri
- String
Gets or sets the uri of the runbook content.
- contentHash
- ContentHash
Gets or sets the hash.
- version
- String
Gets or sets the version of the content.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET