IedmVocabularyAnnotation Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IedmVocabularyAnnotationTypeConverter))]
public class IedmVocabularyAnnotation : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IIedmVocabularyAnnotation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IedmVocabularyAnnotationTypeConverter))>]
type IedmVocabularyAnnotation = class
interface IIedmVocabularyAnnotation
interface IJsonSerializable
Public Class IedmVocabularyAnnotation
Implements IIedmVocabularyAnnotation
- Inheritance
-
IedmVocabularyAnnotation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IedmVocabularyAnnotation() |
Creates an new IedmVocabularyAnnotation instance. |
Properties
| Name | Description |
|---|---|
| DefinitionTypeKind | |
| Qualifier | |
| Target |
Any object |
| TermAppliesTo | |
| TermDefaultValue | |
| TermName | |
| TermNamespace | |
| TermSchemaElementKind | |
| TypeIsNullable | |
| ValueExpressionKind | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IedmVocabularyAnnotation. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IedmVocabularyAnnotation. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IIedmVocabularyAnnotation. |
| FromJsonString(String) |
Creates a new instance of IedmVocabularyAnnotation, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IedmVocabularyAnnotation into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |