CapabilitiesListResult 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.
The response containing list of capabilities.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.CapabilitiesListResultTypeConverter))]
public class CapabilitiesListResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ICapabilitiesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.CapabilitiesListResultTypeConverter))>]
type CapabilitiesListResult = class
interface ICapabilitiesListResult
interface IJsonSerializable
Public Class CapabilitiesListResult
Implements ICapabilitiesListResult
- Inheritance
-
CapabilitiesListResult
- Attributes
- Implements
Constructors
CapabilitiesListResult() |
Creates an new CapabilitiesListResult instance. |
Properties
NextLink |
The URI to fetch the next page of capabilities. |
Value |
The list of capabilities. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CapabilitiesListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CapabilitiesListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ICapabilitiesListResult. |
FromJsonString(String) |
Creates a new instance of CapabilitiesListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CapabilitiesListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |