NetworkIntentPolicy 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.
Network Intent Policy resource.
public class NetworkIntentPolicy : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NetworkIntentPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NetworkIntentPolicy>
type NetworkIntentPolicy = class
inherit NetworkTrackedResourceData
interface IJsonModel<NetworkIntentPolicy>
interface IPersistableModel<NetworkIntentPolicy>
Public Class NetworkIntentPolicy
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of NetworkIntentPolicy), IPersistableModel(Of NetworkIntentPolicy)
- Inheritance
- Implements
Constructors
NetworkIntentPolicy() |
Initializes a new instance of NetworkIntentPolicy. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource ___location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |