ListNotebookKeysResult Interface

public interface ListNotebookKeysResult

An immutable client-side representation of ListNotebookKeysResult.

Method Summary

Modifier and Type Method and Description
abstract ListNotebookKeysResultInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.ListNotebookKeysResultInner object.

abstract String primaryAccessKey()

Gets the primaryAccessKey property: The primaryAccessKey property.

abstract String secondaryAccessKey()

Gets the secondaryAccessKey property: The secondaryAccessKey property.

Method Details

innerModel

public abstract ListNotebookKeysResultInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.ListNotebookKeysResultInner object.

Returns:

the inner object.

primaryAccessKey

public abstract String primaryAccessKey()

Gets the primaryAccessKey property: The primaryAccessKey property.

Returns:

the primaryAccessKey value.

secondaryAccessKey

public abstract String secondaryAccessKey()

Gets the secondaryAccessKey property: The secondaryAccessKey property.

Returns:

the secondaryAccessKey value.

Applies to