EndpointAuthKeys Interface
public interface EndpointAuthKeys
An immutable client-side representation of EndpointAuthKeys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Endpoint |
innerModel()
Gets the inner com. |
| abstract String |
primaryKey()
Gets the primary |
| abstract String |
secondaryKey()
Gets the secondary |
Method Details
innerModel
public abstract EndpointAuthKeysInner innerModel()
Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner object.
Returns:
primaryKey
public abstract String primaryKey()
Gets the primaryKey property: The primary key.
Returns:
secondaryKey
public abstract String secondaryKey()
Gets the secondaryKey property: The secondary key.
Returns: