ListWorkspaceKeysResult Interface

public interface ListWorkspaceKeysResult

An immutable client-side representation of ListWorkspaceKeysResult.

Method Summary

Modifier and Type Method and Description
abstract String appInsightsInstrumentationKey()

Gets the appInsightsInstrumentationKey property: The appInsightsInstrumentationKey property.

abstract RegistryListCredentialsResult containerRegistryCredentials()

Gets the containerRegistryCredentials property: The containerRegistryCredentials property.

abstract ListWorkspaceKeysResultInner innerModel()

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

abstract ListNotebookKeysResult notebookAccessKeys()

Gets the notebookAccessKeys property: The notebookAccessKeys property.

abstract String userStorageKey()

Gets the userStorageKey property: The userStorageKey property.

abstract String userStorageResourceId()

Gets the userStorageResourceId property: The userStorageResourceId property.

Method Details

appInsightsInstrumentationKey

public abstract String appInsightsInstrumentationKey()

Gets the appInsightsInstrumentationKey property: The appInsightsInstrumentationKey property.

Returns:

the appInsightsInstrumentationKey value.

containerRegistryCredentials

public abstract RegistryListCredentialsResult containerRegistryCredentials()

Gets the containerRegistryCredentials property: The containerRegistryCredentials property.

Returns:

the containerRegistryCredentials value.

innerModel

public abstract ListWorkspaceKeysResultInner innerModel()

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

Returns:

the inner object.

notebookAccessKeys

public abstract ListNotebookKeysResult notebookAccessKeys()

Gets the notebookAccessKeys property: The notebookAccessKeys property.

Returns:

the notebookAccessKeys value.

userStorageKey

public abstract String userStorageKey()

Gets the userStorageKey property: The userStorageKey property.

Returns:

the userStorageKey value.

userStorageResourceId

public abstract String userStorageResourceId()

Gets the userStorageResourceId property: The userStorageResourceId property.

Returns:

the userStorageResourceId value.

Applies to