다음을 통해 공유


TestKeys Class

Definition

Test keys payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.TestKeysTypeConverter))]
public class TestKeys : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.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)

Deserializes a PSObject into an instance of TestKeys.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys.

FromJsonString(String)

Creates a new instance of TestKeys, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestKeys into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to