다음을 통해 공유


NetworkFabricRoutePolicyPatch Class

Definition

The Route Policy patch resource definition.

public class NetworkFabricRoutePolicyPatch : Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkRackPatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricRoutePolicyPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricRoutePolicyPatch>
type NetworkFabricRoutePolicyPatch = class
    inherit NetworkRackPatch
    interface IJsonModel<NetworkFabricRoutePolicyPatch>
    interface IPersistableModel<NetworkFabricRoutePolicyPatch>
Public Class NetworkFabricRoutePolicyPatch
Inherits NetworkRackPatch
Implements IJsonModel(Of NetworkFabricRoutePolicyPatch), IPersistableModel(Of NetworkFabricRoutePolicyPatch)
Inheritance
NetworkFabricRoutePolicyPatch
Implements

Constructors

NetworkFabricRoutePolicyPatch()

Initializes a new instance of NetworkFabricRoutePolicyPatch.

Properties

DefaultAction

Default action that needs to be applied when no condition is matched. Example: Permit | Deny.

Statements

Route Policy statements.

Tags

Resource tags.

(Inherited from NetworkRackPatch)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkFabricRoutePolicyPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkFabricRoutePolicyPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkRackPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkRackPatch)
IJsonModel<NetworkRackPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkFabricRoutePolicyPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricRoutePolicyPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkFabricRoutePolicyPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkRackPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkRackPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkRackPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkRackPatch)

Applies to