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 auth |
| abstract String |
authKey2()
Gets the auth |
|
abstract
Authentication |
innerModel()
Gets the inner com. |
Method Details
authKey1
public abstract String authKey1()
Gets the authKey1 property: The first authentication key.
Returns:
authKey2
public abstract String authKey2()
Gets the authKey2 property: The second authentication key.
Returns:
innerModel
public abstract AuthenticationKeysInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.AuthenticationKeysInner object.
Returns: