RegenAuthKeys Interface

public interface RegenAuthKeys

An immutable client-side representation of RegenAuthKeys.

Method Summary

Modifier and Type Method and Description
abstract String authKey1()

Gets the authKey1 property: The first authentication key.

abstract String authKey2()

Gets the authKey2 property: The second authentication key.

abstract RegenAuthKeysInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.RegenAuthKeysInner object.

abstract String keyName()

Gets the keyName property: The name of authentication key to generate.

Method Details

authKey1

public abstract String authKey1()

Gets the authKey1 property: The first authentication key.

Returns:

the authKey1 value.

authKey2

public abstract String authKey2()

Gets the authKey2 property: The second authentication key.

Returns:

the authKey2 value.

innerModel

public abstract RegenAuthKeysInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.RegenAuthKeysInner object.

Returns:

the inner object.

keyName

public abstract String keyName()

Gets the keyName property: The name of authentication key to generate.

Returns:

the keyName value.

Applies to