MethodToEndpointProperties 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.
Maps methods to their corresponding endpoint properties.
public class MethodToEndpointProperties : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.MethodToEndpointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.MethodToEndpointProperties>
type MethodToEndpointProperties = class
interface IJsonModel<MethodToEndpointProperties>
interface IPersistableModel<MethodToEndpointProperties>
Public Class MethodToEndpointProperties
Implements IJsonModel(Of MethodToEndpointProperties), IPersistableModel(Of MethodToEndpointProperties)
- Inheritance
-
MethodToEndpointProperties
- Implements
Constructors
| Name | Description |
|---|---|
| MethodToEndpointProperties() |
Initializes a new instance of MethodToEndpointProperties. |
Properties
| Name | Description |
|---|---|
| Delete |
Properties for DELETE method endpoint. |
| Get |
Properties for GET method endpoint. |
| Patch |
Properties for PATCH method endpoint. |
| Put |
Properties for PUT method endpoint. |