TestKeys 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.
Test keys payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.TestKeysTypeConverter))]
public class TestKeys : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ITestKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.TestKeysTypeConverter))>]
type TestKeys = class
interface ITestKeys
interface IJsonSerializable
Public Class TestKeys
Implements ITestKeys
- Inheritance
-
TestKeys
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TestKeys() |
Creates an new TestKeys instance. |
Properties
| Name | Description |
|---|---|
| Enabled |
Indicates whether the test endpoint feature enabled or not |
| PrimaryKey |
Primary key |
| PrimaryTestEndpoint |
Primary test endpoint |
| SecondaryKey |
Secondary key |
| SecondaryTestEndpoint |
Secondary test endpoint |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TestKeys. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ITestKeys. |
| FromJsonString(String) |
Creates a new instance of TestKeys, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |