你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
NodeTypeCapability() |
Creates an new NodeTypeCapability instance. |
Properties
Name |
note type name |
NodeType |
note type |
Status |
The status |
Methods
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. |