Share via


IRelayNamespaceListResult Interface

Definition

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

Properties

NextLink

Link to the next set of results. Not empty if value contains incomplete list of namespaces.

Value

Result of the list namespace operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to