次の方法で共有


CommunicationServiceResourceList Class

Definition

Object that includes an array of CommunicationServices and a possible link for next set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.CommunicationServiceResourceListTypeConverter))]
public class CommunicationServiceResourceList : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.ICommunicationServiceResourceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.CommunicationServiceResourceListTypeConverter))>]
type CommunicationServiceResourceList = class
    interface ICommunicationServiceResourceList
    interface IJsonSerializable
Public Class CommunicationServiceResourceList
Implements ICommunicationServiceResourceList
Inheritance
CommunicationServiceResourceList
Attributes
Implements

Constructors

CommunicationServiceResourceList()

Creates an new CommunicationServiceResourceList instance.

Properties

NextLink

The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Value

List of CommunicationService

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommunicationServiceResourceList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommunicationServiceResourceList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.ICommunicationServiceResourceList.

FromJsonString(String)

Creates a new instance of CommunicationServiceResourceList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommunicationServiceResourceList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to