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