次の方法で共有


NetworkSecurityPerimeterConfigurationReconcileResult Class

Definition

Result of network security perimeter configurations.

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

Properties

Location

The URL of the resource used to check the status of the asynchronous operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkSecurityPerimeterConfigurationReconcileResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkSecurityPerimeterConfigurationReconcileResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkSecurityPerimeterConfigurationReconcileResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkSecurityPerimeterConfigurationReconcileResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkSecurityPerimeterConfigurationReconcileResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to