PlanetaryComputerModelFactory.AssetMetadata Method
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.
Asset metadata model.
public static Azure.Analytics.PlanetaryComputer.AssetMetadata AssetMetadata(string key = default, string kind = default, System.Collections.Generic.IEnumerable<string> roles = default, string title = default, string description = default);
static member AssetMetadata : string * string * seq<string> * string * string -> Azure.Analytics.PlanetaryComputer.AssetMetadata
Public Shared Function AssetMetadata (Optional key As String = Nothing, Optional kind As String = Nothing, Optional roles As IEnumerable(Of String) = Nothing, Optional title As String = Nothing, Optional description As String = Nothing) As AssetMetadata
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.
Returns
A new AssetMetadata instance for mocking.