IEhNamespaceListResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EhNamespaceListResultTypeConverter))]
public interface IEhNamespaceListResult : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EhNamespaceListResultTypeConverter))>]
type IEhNamespaceListResult = interface
    interface IJsonSerializable
Public Interface IEhNamespaceListResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextLink

The link to the next page of items

Value

The EHNamespace items on this page

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to