共用方式為


DevTestLabSecretPatch Class

Definition

A secret.

public class DevTestLabSecretPatch : Azure.ResourceManager.DevTestLabs.Models.DevTestLabResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSecretPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSecretPatch>
public class DevTestLabSecretPatch : Azure.ResourceManager.DevTestLabs.Models.DevTestLabResourcePatch
type DevTestLabSecretPatch = class
    inherit DevTestLabResourcePatch
    interface IJsonModel<DevTestLabSecretPatch>
    interface IPersistableModel<DevTestLabSecretPatch>
type DevTestLabSecretPatch = class
    inherit DevTestLabResourcePatch
Public Class DevTestLabSecretPatch
Inherits DevTestLabResourcePatch
Implements IJsonModel(Of DevTestLabSecretPatch), IPersistableModel(Of DevTestLabSecretPatch)
Public Class DevTestLabSecretPatch
Inherits DevTestLabResourcePatch
Inheritance
DevTestLabSecretPatch
Implements

Constructors

DevTestLabSecretPatch()

Initializes a new instance of DevTestLabSecretPatch.

Properties

Tags

The tags of the resource.

(Inherited from DevTestLabResourcePatch)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from DevTestLabResourcePatch)

Explicit Interface Implementations

IJsonModel<DevTestLabResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DevTestLabResourcePatch)
IJsonModel<DevTestLabResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DevTestLabResourcePatch)
IJsonModel<DevTestLabSecretPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabSecretPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DevTestLabResourcePatch)
IPersistableModel<DevTestLabResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DevTestLabResourcePatch)
IPersistableModel<DevTestLabResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DevTestLabResourcePatch)
IPersistableModel<DevTestLabSecretPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabSecretPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabSecretPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to