EffectiveRoutesContent 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 parameters specifying the resource whose effective routes are being requested.
public class EffectiveRoutesContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.EffectiveRoutesContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.EffectiveRoutesContent>
public class EffectiveRoutesContent
type EffectiveRoutesContent = class
interface IJsonModel<EffectiveRoutesContent>
interface IPersistableModel<EffectiveRoutesContent>
type EffectiveRoutesContent = class
Public Class EffectiveRoutesContent
Implements IJsonModel(Of EffectiveRoutesContent), IPersistableModel(Of EffectiveRoutesContent)
Public Class EffectiveRoutesContent
- Inheritance
-
EffectiveRoutesContent
- Implements
Constructors
EffectiveRoutesContent() |
Initializes a new instance of EffectiveRoutesContent. |
Properties
ResourceId |
The resource whose effective routes are being requested. |
VirtualWanResourceType |
The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection. |
Explicit Interface Implementations
IJsonModel<EffectiveRoutesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EffectiveRoutesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EffectiveRoutesContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EffectiveRoutesContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EffectiveRoutesContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET