ServicesListResult Class
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
Services |
Creates an new ServicesListResult instance. |
Value |
List of Service resources. |
Deserialize |
Deserializes a IDictionary into an instance of ServicesListResult. |
Deserialize |
Deserializes a PSObject into an instance of ServicesListResult. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IServicesListResult. |
From |
Creates a new instance of ServicesListResult, deserializing the content from a json string. |
To |
Serializes this instance of ServicesListResult into a JsonNode. |
To |
Serializes this instance to a json string. |
To |