primaryUserAssignedIdentity
Get the primaryUserAssignedIdentity property: The user assigned identity resource id that represents the
workspace identity.
- Returns:
- the primaryUserAssignedIdentity value.
com.azure.json.JsonSerializable<WorkspaceUpdateParameters>static WorkspaceUpdateParametersfromJson(com.azure.json.JsonReader jsonReader) identity()sku()tags()com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()withApplicationInsights(String applicationInsights) withContainerRegistry(String containerRegistry) withDescription(String description) withEnableDataIsolation(Boolean enableDataIsolation) withEncryption(EncryptionUpdateProperties encryption) withFeatureStoreSettings(FeatureStoreSettings featureStoreSettings) withFriendlyName(String friendlyName) withIdentity(ManagedServiceIdentity identity) withImageBuildCompute(String imageBuildCompute) withManagedNetwork(ManagedNetworkSettingsInner managedNetwork) withPrimaryUserAssignedIdentity(String primaryUserAssignedIdentity) withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) withServerlessComputeSettings(ServerlessComputeSettings serverlessComputeSettings) withServiceManagedResourcesSettings(ServiceManagedResourcesSettings serviceManagedResourcesSettings) withV1LegacyMode(Boolean v1LegacyMode) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJson, toJsonBytes, toJsonStringtags - the tags value to set.sku - the sku value to set.identity - the identity value to set.description - the description value to set.friendlyName - the friendlyName value to set.imageBuildCompute - the imageBuildCompute value to set.serviceManagedResourcesSettings - the serviceManagedResourcesSettings value to set.primaryUserAssignedIdentity - the primaryUserAssignedIdentity value to set.serverlessComputeSettings - the serverlessComputeSettings value to set.publicNetworkAccess - the publicNetworkAccess value to set.applicationInsights - the applicationInsights value to set.containerRegistry - the containerRegistry value to set.featureStoreSettings - the featureStoreSettings value to set.managedNetwork - the managedNetwork value to set.enableDataIsolation - the enableDataIsolation value to set.v1LegacyMode - the v1LegacyMode value to set.encryption - the encryption value to set.IllegalArgumentException - thrown if the instance is not valid.toJson in interface com.azure.json.JsonSerializable<WorkspaceUpdateParameters>IOExceptionjsonReader - The JsonReader being read.IOException - If an error occurs while reading the WorkspaceUpdateParameters.