次の方法で共有


RegenAuthKeys Class

Definition

An authentication key to regenerate.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.RegenAuthKeysTypeConverter))]
public class RegenAuthKeys : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IRegenAuthKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.RegenAuthKeysTypeConverter))>]
type RegenAuthKeys = class
    interface IRegenAuthKeys
    interface IJsonSerializable
Public Class RegenAuthKeys
Implements IRegenAuthKeys
Inheritance
RegenAuthKeys
Attributes
Implements

Constructors

RegenAuthKeys()

Creates an new RegenAuthKeys instance.

Properties

AuthKey1

The first authentication key.

AuthKey2

The second authentication key.

KeyName

The name of authentication key to generate.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegenAuthKeys.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegenAuthKeys.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IRegenAuthKeys.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegenAuthKeys into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to