你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SapCentralInstanceList Class

Definition

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()

Applies to