TopologyResourceInfo 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 network resource topology information for the given resource group.
public class TopologyResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.TopologyResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.TopologyResourceInfo>
public class TopologyResourceInfo
type TopologyResourceInfo = class
interface IJsonModel<TopologyResourceInfo>
interface IPersistableModel<TopologyResourceInfo>
type TopologyResourceInfo = class
Public Class TopologyResourceInfo
Implements IJsonModel(Of TopologyResourceInfo), IPersistableModel(Of TopologyResourceInfo)
Public Class TopologyResourceInfo
- Inheritance
-
TopologyResourceInfo
- Implements
Properties
Associations |
Holds the associations the resource has with other resources in the resource group. |
Id |
ID of the resource. |
Location |
Resource location. |
Name |
Name of the resource. |
Explicit Interface Implementations
IJsonModel<TopologyResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TopologyResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TopologyResourceInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TopologyResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TopologyResourceInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET