AnnotationResource 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.
Switch configuration entries require a description to discern between configuration groups.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AnnotationResourceTypeConverter))]
public class AnnotationResource : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AnnotationResourceTypeConverter))>]
type AnnotationResource = class
interface IAnnotationResource
interface IJsonSerializable
Public Class AnnotationResource
Implements IAnnotationResource
- Inheritance
-
AnnotationResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AnnotationResource() |
Creates an new AnnotationResource instance. |
Properties
| Name | Description |
|---|---|
| Annotation |
Switch configuration description. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AnnotationResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AnnotationResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource. |
| FromJsonString(String) |
Creates a new instance of AnnotationResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AnnotationResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |