AvailableContactsListResult Class

Definition

Response for the ListAvailableContacts API service call.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.AvailableContactsListResultTypeConverter))]
public class AvailableContactsListResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IAvailableContactsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.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.Api20221101.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()

Applies to