ListNotebookKeysResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.fluent.models.ListNotebookKeysResultInner

public final class ListNotebookKeysResultInner

The ListNotebookKeysResult model.

Constructor Summary

Constructor Description
ListNotebookKeysResultInner()

Method Summary

Modifier and Type Method and Description
String primaryAccessKey()

Get the primaryAccessKey property: The primaryAccessKey property.

String secondaryAccessKey()

Get the secondaryAccessKey property: The secondaryAccessKey property.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ListNotebookKeysResultInner

public ListNotebookKeysResultInner()

Method Details

primaryAccessKey

public String primaryAccessKey()

Get the primaryAccessKey property: The primaryAccessKey property.

Returns:

the primaryAccessKey value.

secondaryAccessKey

public String secondaryAccessKey()

Get the secondaryAccessKey property: The secondaryAccessKey property.

Returns:

the secondaryAccessKey value.

validate

public void validate()

Validates the instance.

Applies to