ListWorkspaceKeysResultInner Class

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

public final class ListWorkspaceKeysResultInner

The ListWorkspaceKeysResult model.

Constructor Summary

Constructor Description
ListWorkspaceKeysResultInner()

Method Summary

Modifier and Type Method and Description
String appInsightsInstrumentationKey()

Get the appInsightsInstrumentationKey property: The appInsightsInstrumentationKey property.

RegistryListCredentialsResult containerRegistryCredentials()

Get the containerRegistryCredentials property: The containerRegistryCredentials property.

ListNotebookKeysResultInner notebookAccessKeys()

Get the notebookAccessKeys property: The notebookAccessKeys property.

String userStorageKey()

Get the userStorageKey property: The userStorageKey property.

String userStorageResourceId()

Get the userStorageResourceId property: The userStorageResourceId property.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ListWorkspaceKeysResultInner

public ListWorkspaceKeysResultInner()

Method Details

appInsightsInstrumentationKey

public String appInsightsInstrumentationKey()

Get the appInsightsInstrumentationKey property: The appInsightsInstrumentationKey property.

Returns:

the appInsightsInstrumentationKey value.

containerRegistryCredentials

public RegistryListCredentialsResult containerRegistryCredentials()

Get the containerRegistryCredentials property: The containerRegistryCredentials property.

Returns:

the containerRegistryCredentials value.

notebookAccessKeys

public ListNotebookKeysResultInner notebookAccessKeys()

Get the notebookAccessKeys property: The notebookAccessKeys property.

Returns:

the notebookAccessKeys value.

userStorageKey

public String userStorageKey()

Get the userStorageKey property: The userStorageKey property.

Returns:

the userStorageKey value.

userStorageResourceId

public String userStorageResourceId()

Get the userStorageResourceId property: The userStorageResourceId property.

Returns:

the userStorageResourceId value.

validate

public void validate()

Validates the instance.

Applies to