EhNamespaceIdContainer 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.
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.EhNamespaceIdContainerTypeConverter))]
public class EhNamespaceIdContainer : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEhNamespaceIdContainer
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.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.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() |