AssetMetadata 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 AssetMetadata.
public AssetMetadata(string key, string kind, System.Collections.Generic.IEnumerable<string> roles, string title, string description);
new Azure.Analytics.PlanetaryComputer.AssetMetadata : string * string * seq<string> * string * string -> Azure.Analytics.PlanetaryComputer.AssetMetadata
Public Sub New (key As String, kind As String, roles As IEnumerable(Of String), title As String, description As String)
Parameters
- key
- String
The key of the asset.
- kind
- String
The type of the asset.
- roles
- IEnumerable<String>
The roles of the asset.
- title
- String
The title of the asset.
- description
- String
The description of the asset.
Exceptions
key, kind, roles, title or description is null.