LoadTestResourcePatchRequestBodyProperties 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.
Load Test resource properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.LoadTestResourcePatchRequestBodyPropertiesTypeConverter))]
public class LoadTestResourcePatchRequestBodyProperties : Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResourcePatchRequestBodyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.LoadTestResourcePatchRequestBodyPropertiesTypeConverter))>]
type LoadTestResourcePatchRequestBodyProperties = class
interface ILoadTestResourcePatchRequestBodyProperties
interface IJsonSerializable
Public Class LoadTestResourcePatchRequestBodyProperties
Implements ILoadTestResourcePatchRequestBodyProperties
- Inheritance
-
LoadTestResourcePatchRequestBodyProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LoadTestResourcePatchRequestBodyProperties() |
Creates an new LoadTestResourcePatchRequestBodyProperties instance. |
Properties
| Name | Description |
|---|---|
| Description |
Description of the resource. |
| EncryptionIdentityResourceId | |
| EncryptionKey |
key encryption key Url, versioned. Ex: |
| IdentityType |
Managed identity type to use for accessing encryption key Url |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LoadTestResourcePatchRequestBodyProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LoadTestResourcePatchRequestBodyProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResourcePatchRequestBodyProperties. |
| FromJsonString(String) |
Creates a new instance of LoadTestResourcePatchRequestBodyProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LoadTestResourcePatchRequestBodyProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |