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