StacItemAsset(String, String) Constructor
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.
Initializes a new instance of StacItemAsset.
public StacItemAsset(string title, string kind);
new Azure.Analytics.PlanetaryComputer.StacItemAsset : string * string -> Azure.Analytics.PlanetaryComputer.StacItemAsset
Public Sub New (title As String, kind As String)
Parameters
- title
- String
Human-readable title for the asset.
- kind
- String
Media type of the asset.
Exceptions
title or kind is null.