AnnotationResource Class

Definition

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()

Applies to