CommunicationsListResult 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.
Collection of Communication resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.CommunicationsListResultTypeConverter))]
public class CommunicationsListResult : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ICommunicationsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.CommunicationsListResultTypeConverter))>]
type CommunicationsListResult = class
interface ICommunicationsListResult
interface IJsonSerializable
Public Class CommunicationsListResult
Implements ICommunicationsListResult
- Inheritance
-
CommunicationsListResult
- Attributes
- Implements
Constructors
CommunicationsListResult() |
Creates an new CommunicationsListResult instance. |
Properties
NextLink |
The URI to fetch the next page of Communication resources. |
Value |
List of Communication resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CommunicationsListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CommunicationsListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ICommunicationsListResult. |
FromJsonString(String) |
Creates a new instance of CommunicationsListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CommunicationsListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |