ApiManagementBackendPatch Class

Definition

Backend update parameters.

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

Constructors

ApiManagementBackendPatch()

Initializes a new instance of ApiManagementBackendPatch.

Properties

BackendServiceFabricCluster

Backend Service Fabric Cluster Properties.

Credentials

Backend Credentials Contract Properties.

Description

Backend Description.

Protocol

Backend communication protocol.

Proxy

Backend Proxy Contract Properties.

ResourceUri

Management Uri of the Resource in External System. This url can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.

Title

Backend Title.

Tls

Backend TLS Properties.

Uri

Runtime Url of the Backend.

Explicit Interface Implementations

IJsonModel<ApiManagementBackendPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementBackendPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementBackendPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementBackendPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementBackendPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to