Compartilhar via


NginxDeploymentApiKeyCreateOrUpdateContent Class

Definition

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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

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.

Applies to