ServicesListResult 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.
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
ServicesListResult() |
Creates an new ServicesListResult instance. |
Properties
Value |
List of Service resources. |
Methods
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() |