PartnerDestinationsListResult 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.
Result of the List Partner Destinations operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationsListResultTypeConverter))]
public class PartnerDestinationsListResult : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestinationsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationsListResultTypeConverter))>]
type PartnerDestinationsListResult = class
interface IPartnerDestinationsListResult
interface IJsonSerializable
Public Class PartnerDestinationsListResult
Implements IPartnerDestinationsListResult
- Inheritance
-
PartnerDestinationsListResult
- Attributes
- Implements
Constructors
PartnerDestinationsListResult() |
Creates an new PartnerDestinationsListResult instance. |
Properties
NextLink |
A link for the next page of partner destinations. |
Value |
A collection of partner destinations. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PartnerDestinationsListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PartnerDestinationsListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestinationsListResult. |
FromJsonString(String) |
Creates a new instance of PartnerDestinationsListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PartnerDestinationsListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |