LoadTestingResourcePatch 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.
LoadTest resource patch request body.
public class LoadTestingResourcePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LoadTesting.Models.LoadTestingResourcePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LoadTesting.Models.LoadTestingResourcePatch>
public class LoadTestingResourcePatch
type LoadTestingResourcePatch = class
interface IJsonModel<LoadTestingResourcePatch>
interface IPersistableModel<LoadTestingResourcePatch>
type LoadTestingResourcePatch = class
Public Class LoadTestingResourcePatch
Implements IJsonModel(Of LoadTestingResourcePatch), IPersistableModel(Of LoadTestingResourcePatch)
Public Class LoadTestingResourcePatch
- Inheritance
-
LoadTestingResourcePatch
- Implements
Constructors
LoadTestingResourcePatch() |
Initializes a new instance of LoadTestingResourcePatch. |
Properties
Description |
Description of the resource. |
Encryption |
CMK Encryption property. |
Identity |
The type of identity used for the resource. |
Tags |
Resource tags. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET