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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET