Partager via


ServicesListResult Class

Definition

Collection of Service resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ServicesListResultTypeConverter))]
public class ServicesListResult : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IServicesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ServicesListResultTypeConverter))>]
type ServicesListResult = class
    interface IServicesListResult
    interface IJsonSerializable
Public Class ServicesListResult
Implements IServicesListResult
Inheritance
ServicesListResult
Attributes
Implements

Constructors

Name Description
ServicesListResult()

Creates an new ServicesListResult instance.

Properties

Name Description
Value

List of Service resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IServicesListResult.

FromJsonString(String)

Creates a new instance of ServicesListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to