AvailableContactsListResult 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.
Response for the ListAvailableContacts API service call.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableContactsListResultTypeConverter))]
public class AvailableContactsListResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableContactsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableContactsListResultTypeConverter))>]
type AvailableContactsListResult = class
interface IAvailableContactsListResult
interface IJsonSerializable
Public Class AvailableContactsListResult
Implements IAvailableContactsListResult
- Inheritance
-
AvailableContactsListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AvailableContactsListResult() |
Creates an new AvailableContactsListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The URL to get the next set of results. |
| Value |
A list of available contacts. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AvailableContactsListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AvailableContactsListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableContactsListResult. |
| FromJsonString(String) |
Creates a new instance of AvailableContactsListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AvailableContactsListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |