EndpointAuthKeys Interface

public interface EndpointAuthKeys

An immutable client-side representation of EndpointAuthKeys.

Method Summary

Modifier and Type Method and Description
abstract EndpointAuthKeysInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner object.

abstract String primaryKey()

Gets the primaryKey property: The primary key.

abstract String secondaryKey()

Gets the secondaryKey property: The secondary key.

Method Details

innerModel

public abstract EndpointAuthKeysInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner object.

Returns:

the inner object.

primaryKey

public abstract String primaryKey()

Gets the primaryKey property: The primary key.

Returns:

the primaryKey value.

secondaryKey

public abstract String secondaryKey()

Gets the secondaryKey property: The secondary key.

Returns:

the secondaryKey value.

Applies to