Share via


EhNamespaceIdContainer Class

Definition

The full ARM ID of an Event Hubs Namespace

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.EhNamespaceIdContainerTypeConverter))]
public class EhNamespaceIdContainer : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IEhNamespaceIdContainer
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.EhNamespaceIdContainerTypeConverter))>]
type EhNamespaceIdContainer = class
    interface IEhNamespaceIdContainer
    interface IJsonSerializable
Public Class EhNamespaceIdContainer
Implements IEhNamespaceIdContainer
Inheritance
EhNamespaceIdContainer
Attributes
Implements

Constructors

EhNamespaceIdContainer()

Creates an new EhNamespaceIdContainer instance.

Properties

Id

id parameter

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EhNamespaceIdContainer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EhNamespaceIdContainer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IEhNamespaceIdContainer.

FromJsonString(String)

Creates a new instance of EhNamespaceIdContainer, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EhNamespaceIdContainer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to