ArmRestApi 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.
Describes the properties of an Operation value.
public class ArmRestApi : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmRestApi>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmRestApi>
type ArmRestApi = class
interface IJsonModel<ArmRestApi>
interface IPersistableModel<ArmRestApi>
Public Class ArmRestApi
Implements IJsonModel(Of ArmRestApi), IPersistableModel(Of ArmRestApi)
- Inheritance
-
ArmRestApi
- Implements
Properties
Description |
The description of the operation. |
Name |
The name of the operation. |
Operation |
The display name of the operation. |
Origin |
The origin of the operation. |
Provider |
The resource provider for the operation. |
Resource |
The display name of the resource the operation applies to. |
Explicit Interface Implementations
IJsonModel<ArmRestApi>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ArmRestApi>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ArmRestApi>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ArmRestApi>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ArmRestApi>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET