DomainServiceListResult 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.
The response from the List Domain Services operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.DomainServiceListResultTypeConverter))]
public class DomainServiceListResult : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IDomainServiceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.DomainServiceListResultTypeConverter))>]
type DomainServiceListResult = class
interface IDomainServiceListResult
interface IJsonSerializable
Public Class DomainServiceListResult
Implements IDomainServiceListResult
- Inheritance
-
DomainServiceListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DomainServiceListResult() |
Creates an new DomainServiceListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The continuation token for the next page of results. |
| Value |
the list of domain services. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DomainServiceListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DomainServiceListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IDomainServiceListResult. |
| FromJsonString(String) |
Creates a new instance of DomainServiceListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DomainServiceListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |