Megosztás a következőn keresztül:


Capability Class

Definition

Information about the features the location supports

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.CapabilityTypeConverter))]
public class Capability : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.ICapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.CapabilityTypeConverter))>]
type Capability = class
    interface ICapability
    interface IJsonSerializable
Public Class Capability
Implements ICapability
Inheritance
Capability
Attributes
Implements

Constructors

Capability()

Creates an new Capability instance.

Properties

Name

Feature name

Value

Indicates whether feature is supported or not

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Capability.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Capability.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.ICapability.

FromJsonString(String)

Creates a new instance of Capability, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Capability into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to