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 auth |
| abstract String |
authKey2()
Gets the auth |
|
abstract
Regen |
innerModel()
Gets the inner com. |
| abstract String |
keyName()
Gets the key |
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 RegenAuthKeysInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.RegenAuthKeysInner object.
Returns:
keyName
public abstract String keyName()
Gets the keyName property: The name of authentication key to generate.
Returns: