Dela via


SecretPatchProperties Class

Definition

Properties of the secret.

public class SecretPatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KeyVault.Models.SecretPatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KeyVault.Models.SecretPatchProperties>
public class SecretPatchProperties
type SecretPatchProperties = class
    interface IJsonModel<SecretPatchProperties>
    interface IPersistableModel<SecretPatchProperties>
type SecretPatchProperties = class
Public Class SecretPatchProperties
Implements IJsonModel(Of SecretPatchProperties), IPersistableModel(Of SecretPatchProperties)
Public Class SecretPatchProperties
Inheritance
SecretPatchProperties
Implements

Constructors

SecretPatchProperties()

Initializes a new instance of SecretPatchProperties.

Properties

Attributes

The attributes of the secret.

ContentType

The content type of the secret.

Value

The value of the secret.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SecretPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecretPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecretPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecretPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to