ConnectivityHub 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.
Hub Item.
public class ConnectivityHub : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectivityHub>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectivityHub>
public class ConnectivityHub
type ConnectivityHub = class
interface IJsonModel<ConnectivityHub>
interface IPersistableModel<ConnectivityHub>
type ConnectivityHub = class
Public Class ConnectivityHub
Implements IJsonModel(Of ConnectivityHub), IPersistableModel(Of ConnectivityHub)
Public Class ConnectivityHub
- Inheritance
-
ConnectivityHub
- Implements
Constructors
ConnectivityHub() |
Initializes a new instance of ConnectivityHub. |
Properties
ResourceId |
Resource Id. |
ResourceType |
Resource Type. |
Explicit Interface Implementations
IJsonModel<ConnectivityHub>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectivityHub>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectivityHub>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectivityHub>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectivityHub>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET