RegenerateTestKeyRequestPayload 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.
Regenerate test key request payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.RegenerateTestKeyRequestPayloadTypeConverter))]
public class RegenerateTestKeyRequestPayload : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IRegenerateTestKeyRequestPayload
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.RegenerateTestKeyRequestPayloadTypeConverter))>]
type RegenerateTestKeyRequestPayload = class
interface IRegenerateTestKeyRequestPayload
interface IJsonSerializable
Public Class RegenerateTestKeyRequestPayload
Implements IRegenerateTestKeyRequestPayload
- Inheritance
-
RegenerateTestKeyRequestPayload
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RegenerateTestKeyRequestPayload() |
Creates an new RegenerateTestKeyRequestPayload instance. |
Properties
| Name | Description |
|---|---|
| KeyType |
Type of the test key |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegenerateTestKeyRequestPayload. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegenerateTestKeyRequestPayload. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IRegenerateTestKeyRequestPayload. |
| FromJsonString(String) |
Creates a new instance of RegenerateTestKeyRequestPayload, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegenerateTestKeyRequestPayload into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |