AssociatedOperationProperties 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.
Operation Entity contract Properties.
public class AssociatedOperationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.AssociatedOperationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.AssociatedOperationProperties>
type AssociatedOperationProperties = class
interface IJsonModel<AssociatedOperationProperties>
interface IPersistableModel<AssociatedOperationProperties>
Public Class AssociatedOperationProperties
Implements IJsonModel(Of AssociatedOperationProperties), IPersistableModel(Of AssociatedOperationProperties)
- Inheritance
-
AssociatedOperationProperties
- Implements
Properties
ApiName |
API Name. |
ApiRevision |
API Revision. |
ApiVersion |
API Version. |
Description |
Operation Description. |
Id |
Identifier of the operation in form /operations/{operationId}. |
Method |
A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. |
Name |
Operation name. |
UriTemplate |
Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}. |
Explicit Interface Implementations
IJsonModel<AssociatedOperationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AssociatedOperationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AssociatedOperationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AssociatedOperationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AssociatedOperationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET