次の方法で共有


AuthenticationKeys Interface

public interface AuthenticationKeys

An immutable client-side representation of AuthenticationKeys.

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 AuthenticationKeysInner innerModel()

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

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 AuthenticationKeysInner innerModel()

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

Returns:

the inner object.

Applies to