EndpointProperties 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.
Endpoint properties.
public class EndpointProperties : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.EndpointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.EndpointProperties>
type EndpointProperties = class
interface IJsonModel<EndpointProperties>
interface IPersistableModel<EndpointProperties>
Public Class EndpointProperties
Implements IJsonModel(Of EndpointProperties), IPersistableModel(Of EndpointProperties)
- Inheritance
-
EndpointProperties
- Implements
Constructors
| Name | Description |
|---|---|
| EndpointProperties(IEnumerable<IDictionary<String,BinaryData>>, ForwardingRequired) |
Initializes a new instance of EndpointProperties. |
Properties
| Name | Description |
|---|---|
| AuthnPolicies |
Authentication policies for the endpoint. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| ForwardingRequired |
Indicates whether request forwarding is required for this endpoint. |
| InterpreterReuse |
Policy for interpreter reuse. |
| JsFunction |
The JavaScript function. |
| JsModule |
The JavaScript module. |
| Mode |
The operation mode for this endpoint. |
| Openapi |
Anything To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| OpenapiHidden |
Openapi hidden. |
| RedirectionStrategy |
Redirection strategy. |