LoadTestingResourcePatch Class

Definition

The type used for update operations of the LoadTestResource.

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

Constructors

Name Description
LoadTestingResourcePatch()

Initializes a new instance of LoadTestingResourcePatch.

Properties

Name Description
Description

Description of the resource.

Encryption

CMK Encryption property.

Identity

The managed service identities assigned to this resource.

Tags

Resource tags.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<LoadTestingResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LoadTestingResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadTestingResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadTestingResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LoadTestingResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to