Interface ListStorageAccountKeysResult
public interface ListStorageAccountKeysResult
An immutable client-side representation of ListStorageAccountKeysResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.ListStorageAccountKeysResultInner object.Gets the userStorageKey property: The userStorageKey property.
-
Method Details
-
userStorageKey
String userStorageKey()Gets the userStorageKey property: The userStorageKey property.- Returns:
- the userStorageKey value.
-
innerModel
ListStorageAccountKeysResultInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ListStorageAccountKeysResultInner object.- Returns:
- the inner object.
-