ListNotebookKeysResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearningservices. fluent. models. ListNotebookKeysResultInner
- com.
public final class ListNotebookKeysResultInner
The ListNotebookKeysResult model.
Constructor Summary
Constructor | Description | |
---|---|---|
ListNotebookKeysResultInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
primaryAccessKey()
Get the primary |
String |
secondaryAccessKey()
Get the secondary |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java