ApiManagementBackendPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backend update parameters.
public class ApiManagementBackendPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementBackendPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementBackendPatch>
type ApiManagementBackendPatch = class
interface IJsonModel<ApiManagementBackendPatch>
interface IPersistableModel<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. |
CircuitBreakerRules |
The rules for tripping the backend. |
Credentials |
Backend Credentials Contract Properties. |
Description |
Backend Description. |
Protocol |
Backend communication protocol. |
Proxy |
Backend gateway 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
Azure SDK for .NET