RoutingIntentData 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.
A class representing the RoutingIntent data model. The routing intent child resource of a Virtual hub.
public class RoutingIntentData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.RoutingIntentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.RoutingIntentData>
public class RoutingIntentData : Azure.ResourceManager.Network.Models.NetworkResourceData
type RoutingIntentData = class
inherit NetworkResourceData
interface IJsonModel<RoutingIntentData>
interface IPersistableModel<RoutingIntentData>
type RoutingIntentData = class
inherit NetworkResourceData
Public Class RoutingIntentData
Inherits NetworkResourceData
Implements IJsonModel(Of RoutingIntentData), IPersistableModel(Of RoutingIntentData)
Public Class RoutingIntentData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
RoutingIntentData() |
Initializes a new instance of RoutingIntentData. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the RoutingIntent resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
RoutingPolicies |
List of routing policies. |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET