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