ApiManagementServiceApplyNetworkConfigurationContent Class

Definition

Parameter supplied to the Apply Network configuration operation.

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

Constructors

ApiManagementServiceApplyNetworkConfigurationContent()

Initializes a new instance of ApiManagementServiceApplyNetworkConfigurationContent.

Properties

Location

Location of the Api Management service to update for a multi-region service. For a service deployed in a single region, this parameter is not required.

Explicit Interface Implementations

IJsonModel<ApiManagementServiceApplyNetworkConfigurationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementServiceApplyNetworkConfigurationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementServiceApplyNetworkConfigurationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementServiceApplyNetworkConfigurationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementServiceApplyNetworkConfigurationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to