MaintenanceConfigurationListResult 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 from the List maintenance configurations operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.MaintenanceConfigurationListResultTypeConverter))]
public class MaintenanceConfigurationListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfigurationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.MaintenanceConfigurationListResultTypeConverter))>]
type MaintenanceConfigurationListResult = class
interface IMaintenanceConfigurationListResult
interface IJsonSerializable
Public Class MaintenanceConfigurationListResult
Implements IMaintenanceConfigurationListResult
- Inheritance
-
MaintenanceConfigurationListResult
- Attributes
- Implements
Constructors
MaintenanceConfigurationListResult() |
Creates an new MaintenanceConfigurationListResult instance. |
Properties
NextLink |
The URL to get the next set of maintenance configuration results. |
Value |
The list of maintenance configurations. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MaintenanceConfigurationListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MaintenanceConfigurationListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfigurationListResult. |
FromJsonString(String) |
Creates a new instance of MaintenanceConfigurationListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MaintenanceConfigurationListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |