Sdílet prostřednictvím


VirtualWanSecurityProvider Class

Definition

Collection of SecurityProviders.

public class VirtualWanSecurityProvider : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VirtualWanSecurityProvider>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VirtualWanSecurityProvider>
type VirtualWanSecurityProvider = class
    interface IJsonModel<VirtualWanSecurityProvider>
    interface IPersistableModel<VirtualWanSecurityProvider>
Public Class VirtualWanSecurityProvider
Implements IJsonModel(Of VirtualWanSecurityProvider), IPersistableModel(Of VirtualWanSecurityProvider)
Inheritance
VirtualWanSecurityProvider
Implements

Properties

Name

Name of the security provider.

ProviderType

Name of the security provider.

Uri

Url of the security provider.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualWanSecurityProvider>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualWanSecurityProvider>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualWanSecurityProvider>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualWanSecurityProvider>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualWanSecurityProvider>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to