CapabilityListResult 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.
Model that represents a list of Capability resources and a link for pagination.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityListResultTypeConverter))]
public class CapabilityListResult : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.CapabilityListResultTypeConverter))>]
type CapabilityListResult = class
interface ICapabilityListResult
interface IJsonSerializable
Public Class CapabilityListResult
Implements ICapabilityListResult
- Inheritance
-
CapabilityListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CapabilityListResult() |
Creates an new CapabilityListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
URL to retrieve the next page of Capability resources. |
| Value |
List of Capability resources. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CapabilityListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CapabilityListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityListResult. |
| FromJsonString(String) |
Creates a new instance of CapabilityListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CapabilityListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |