Interface ListWorkspaceKeysResult
public interface ListWorkspaceKeysResult
An immutable client-side representation of ListWorkspaceKeysResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the appInsightsInstrumentationKey property: The appInsightsInstrumentationKey property.Gets the containerRegistryCredentials property: The containerRegistryCredentials property.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ListWorkspaceKeysResultInner object.Gets the notebookAccessKeys property: The notebookAccessKeys property.Gets the userStorageKey property: The userStorageKey property.Gets the userStorageResourceId property: The userStorageResourceId property.
-
Method Details
-
userStorageKey
String userStorageKey()Gets the userStorageKey property: The userStorageKey property.- Returns:
- the userStorageKey value.
-
userStorageResourceId
String userStorageResourceId()Gets the userStorageResourceId property: The userStorageResourceId property.- Returns:
- the userStorageResourceId value.
-
appInsightsInstrumentationKey
String appInsightsInstrumentationKey()Gets the appInsightsInstrumentationKey property: The appInsightsInstrumentationKey property.- Returns:
- the appInsightsInstrumentationKey value.
-
containerRegistryCredentials
RegistryListCredentialsResult containerRegistryCredentials()Gets the containerRegistryCredentials property: The containerRegistryCredentials property.- Returns:
- the containerRegistryCredentials value.
-
notebookAccessKeys
ListNotebookKeysResult notebookAccessKeys()Gets the notebookAccessKeys property: The notebookAccessKeys property.- Returns:
- the notebookAccessKeys value.
-
innerModel
ListWorkspaceKeysResultInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ListWorkspaceKeysResultInner object.- Returns:
- the inner object.
-