你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PartnerNamespacesListResult Class

Definition

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()

Applies to