SapCentralInstanceList 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.
Defines the collection of SAP Central Services Instance resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapCentralInstanceListTypeConverter))]
public class SapCentralInstanceList : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapCentralInstanceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapCentralInstanceListTypeConverter))>]
type SapCentralInstanceList = class
interface ISapCentralInstanceList
interface IJsonSerializable
Public Class SapCentralInstanceList
Implements ISapCentralInstanceList
- Inheritance
-
SapCentralInstanceList
- Attributes
- Implements
Constructors
SapCentralInstanceList() |
Creates an new SapCentralInstanceList instance. |
Properties
NextLink |
Gets the value of next link. |
Value |
Gets the list of SAP central services instance resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapCentralInstanceList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapCentralInstanceList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapCentralInstanceList. |
FromJsonString(String) |
Creates a new instance of SapCentralInstanceList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapCentralInstanceList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |