primaryUserAssignedIdentityId
Get the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by
default.
- Returns:
- the primaryUserAssignedIdentityId value.
com.azure.json.JsonSerializable<ServerUpdate>static ServerUpdatefromJson(com.azure.json.JsonReader jsonReader) identity()keyId()state()tags()com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()version()withAdministratorLogin(String administratorLogin) withAdministratorLoginPassword(String administratorLoginPassword) withAdministrators(ServerExternalAdministrator administrators) withFederatedClientId(UUID federatedClientId) withIdentity(ResourceIdentity identity) withMinimalTlsVersion(String minimalTlsVersion) withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId) withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess) withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess) withVersion(String version) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJson, toJsonBytes, toJsonStringidentity - the identity value to set.tags - the tags value to set.administratorLogin - the administratorLogin value to set.administratorLoginPassword - the administratorLoginPassword value to set.version - the version value to set.minimalTlsVersion - the minimalTlsVersion value to set.publicNetworkAccess - the publicNetworkAccess value to set.primaryUserAssignedIdentityId - the primaryUserAssignedIdentityId value to set.federatedClientId - the federatedClientId value to set.keyId - the keyId value to set.administrators - the administrators value to set.restrictOutboundNetworkAccess - the restrictOutboundNetworkAccess value to set.IllegalArgumentException - thrown if the instance is not valid.toJson in interface com.azure.json.JsonSerializable<ServerUpdate>IOExceptionjsonReader - The JsonReader being read.IOException - If an error occurs while reading the ServerUpdate.