NginxDeploymentApiKeyCreateOrUpdateContent 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.
Nginx Deployment Api Key Request.
public class NginxDeploymentApiKeyCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyCreateOrUpdateContent>
type NginxDeploymentApiKeyCreateOrUpdateContent = class
interface IJsonModel<NginxDeploymentApiKeyCreateOrUpdateContent>
interface IPersistableModel<NginxDeploymentApiKeyCreateOrUpdateContent>
Public Class NginxDeploymentApiKeyCreateOrUpdateContent
Implements IJsonModel(Of NginxDeploymentApiKeyCreateOrUpdateContent), IPersistableModel(Of NginxDeploymentApiKeyCreateOrUpdateContent)
- Inheritance
-
NginxDeploymentApiKeyCreateOrUpdateContent
- Implements
Constructors
| Name | Description |
|---|---|
| NginxDeploymentApiKeyCreateOrUpdateContent() |
Initializes a new instance of NginxDeploymentApiKeyCreateOrUpdateContent. |
Properties
| Name | Description |
|---|---|
| Id |
Gets the Id. |
| Name |
Gets the Name. |
| Properties |
Nginx Deployment Api Key Request Properties. |
| ResourceType |
Gets the ResourceType. |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<NginxDeploymentApiKeyCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<NginxDeploymentApiKeyCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<NginxDeploymentApiKeyCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<NginxDeploymentApiKeyCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<NginxDeploymentApiKeyCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |