NodeTypeCapability 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.
node type capability
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.NodeTypeCapabilityTypeConverter))]
public class NodeTypeCapability : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.NodeTypeCapabilityTypeConverter))>]
type NodeTypeCapability = class
interface INodeTypeCapability
interface IJsonSerializable
Public Class NodeTypeCapability
Implements INodeTypeCapability
- Inheritance
-
NodeTypeCapability
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NodeTypeCapability() |
Creates an new NodeTypeCapability instance. |
Properties
| Name | Description |
|---|---|
| Name |
note type name |
| NodeType |
note type |
| Status |
The status |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NodeTypeCapability. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NodeTypeCapability. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.INodeTypeCapability. |
| FromJsonString(String) |
Creates a new instance of NodeTypeCapability, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NodeTypeCapability into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |